diff --git a/VERSION b/VERSION index 7bb6530..6cad144 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.122.45 +0.122.46 diff --git a/core/pkg/namespace/turn_stealth_cert_test.go b/core/pkg/namespace/turn_stealth_cert_test.go index 789db82..5614797 100644 --- a/core/pkg/namespace/turn_stealth_cert_test.go +++ b/core/pkg/namespace/turn_stealth_cert_test.go @@ -118,8 +118,8 @@ func TestIsSingleLabelSubdomain(t *testing.T) { }{ {"cdn-a1b2c3d4e5f6.orama-devnet.network", "orama-devnet.network", true}, {"turn.ns-anchat-test.orama-devnet.network", "orama-devnet.network", false}, // multi-label - {"orama-devnet.network", "orama-devnet.network", false}, // empty label - {"cdn-x.other.network", "orama-devnet.network", false}, // wrong base + {"orama-devnet.network", "orama-devnet.network", false}, // empty label + {"cdn-x.other.network", "orama-devnet.network", false}, // wrong base {"cdn-x.example.com", "example.com", true}, } for _, c := range cases { diff --git a/sdk/package.json b/sdk/package.json index fc3ca81..c1881b8 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@debros/orama", - "version": "0.122.45", + "version": "0.122.46", "description": "TypeScript SDK for Orama Network - Database, PubSub, Cache, Storage, Vault, and more", "type": "module", "main": "./dist/index.js",