diff --git a/MODULE.bazel b/MODULE.bazel index be67073..38cd4bb 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "tummycrypt_tinyland_security", - version = "0.3.0", + version = "0.3.1", compatibility_level = 1, ) @@ -12,7 +12,7 @@ bazel_dep(name = "platforms", version = "1.0.0") bazel_dep(name = "rules_nodejs", version = "6.7.3") # Inter-module dependencies -bazel_dep(name = "tummycrypt_tinyland_auth", version = "0.2.2") +bazel_dep(name = "tummycrypt_tinyland_auth", version = "0.3.0") node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node") node.toolchain(node_version = "22.13.1") diff --git a/package.json b/package.json index 966930a..3c78dbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tummycrypt/tinyland-security", - "version": "0.3.0", + "version": "0.3.1", "description": "IP hashing, encryption, risk scoring, device detection, VPN detection, rate limiting, and timing-safe utilities", "type": "module", "main": "./dist/index.js", @@ -50,10 +50,10 @@ "typescript": "^5.0.0", "vitest": "^4.0.0", "publint": "^0.3.18", - "@tummycrypt/tinyland-auth": "^0.2.2" + "@tummycrypt/tinyland-auth": "^0.3.0" }, "peerDependencies": { - "@tummycrypt/tinyland-auth": "^0.2.2", + "@tummycrypt/tinyland-auth": "^0.2.2 || ^0.3.0", "@maxmind/geoip2-node": ">=5.0.0" }, "peerDependenciesMeta": { @@ -76,4 +76,4 @@ "bugs": { "url": "https://github.com/tinyland-inc/tinyland-security/issues" } -} \ No newline at end of file +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 67ec5fb..584fcc8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,8 +16,8 @@ importers: specifier: ^0.2.4 version: 0.2.4(vitest@4.1.5(@types/node@20.19.39)(vite@8.0.10(@types/node@20.19.39))) '@tummycrypt/tinyland-auth': - specifier: ^0.2.2 - version: 0.2.2 + specifier: ^0.3.0 + version: 0.3.0 '@types/node': specifier: ^20.0.0 version: 20.19.39 @@ -182,8 +182,8 @@ packages: '@standard-schema/spec@1.1.0': resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} - '@tummycrypt/tinyland-auth@0.2.2': - resolution: {integrity: sha512-HcuTX72ShsuwL00L4JHpCcNo3ow2af+gQdkXuzTEyLxVyMdrKtt5biFRhiTP/YMCBXZY9Ftunbjf0Q7JZ/06rQ==} + '@tummycrypt/tinyland-auth@0.3.0': + resolution: {integrity: sha512-RiDHH5EdhLS4uF2D/GEBAaVN3712E5Xtj9W4SnVycUE2BbVmIrCPTjif3vcHhwy0QmiwMNGKQWsRIXgHiMIcsw==} engines: {node: '>=22.0.0'} peerDependencies: '@sveltejs/kit': ^2.0.0 @@ -780,7 +780,7 @@ snapshots: '@standard-schema/spec@1.1.0': {} - '@tummycrypt/tinyland-auth@0.2.2': + '@tummycrypt/tinyland-auth@0.3.0': dependencies: bcryptjs: 2.4.3 nanoid: 5.1.9