mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-06-16 22:54:12 +00:00
release: 0.122.46
This commit is contained in:
parent
8375d92109
commit
f4c58db710
@ -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 {
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user