Skip to content

Commit 3de8b5c

Browse files
authored
fix(auth): allow auth 0.3 peer consumers
Broaden the auth peer range, validate against auth 0.3.0, and publish the package/module as 0.3.1.
1 parent ab81c5d commit 3de8b5c

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "tummycrypt_tinyland_security",
3-
version = "0.3.0",
3+
version = "0.3.1",
44
compatibility_level = 1,
55
)
66

@@ -12,7 +12,7 @@ bazel_dep(name = "platforms", version = "1.0.0")
1212
bazel_dep(name = "rules_nodejs", version = "6.7.3")
1313

1414
# Inter-module dependencies
15-
bazel_dep(name = "tummycrypt_tinyland_auth", version = "0.2.2")
15+
bazel_dep(name = "tummycrypt_tinyland_auth", version = "0.3.0")
1616

1717
node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node")
1818
node.toolchain(node_version = "22.13.1")

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tummycrypt/tinyland-security",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "IP hashing, encryption, risk scoring, device detection, VPN detection, rate limiting, and timing-safe utilities",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -50,10 +50,10 @@
5050
"typescript": "^5.0.0",
5151
"vitest": "^4.0.0",
5252
"publint": "^0.3.18",
53-
"@tummycrypt/tinyland-auth": "^0.2.2"
53+
"@tummycrypt/tinyland-auth": "^0.3.0"
5454
},
5555
"peerDependencies": {
56-
"@tummycrypt/tinyland-auth": "^0.2.2",
56+
"@tummycrypt/tinyland-auth": "^0.2.2 || ^0.3.0",
5757
"@maxmind/geoip2-node": ">=5.0.0"
5858
},
5959
"peerDependenciesMeta": {
@@ -76,4 +76,4 @@
7676
"bugs": {
7777
"url": "https://github.com/tinyland-inc/tinyland-security/issues"
7878
}
79-
}
79+
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)