mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-06-17 01:34:13 +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},
|
{"cdn-a1b2c3d4e5f6.orama-devnet.network", "orama-devnet.network", true},
|
||||||
{"turn.ns-anchat-test.orama-devnet.network", "orama-devnet.network", false}, // multi-label
|
{"turn.ns-anchat-test.orama-devnet.network", "orama-devnet.network", false}, // multi-label
|
||||||
{"orama-devnet.network", "orama-devnet.network", false}, // empty label
|
{"orama-devnet.network", "orama-devnet.network", false}, // empty label
|
||||||
{"cdn-x.other.network", "orama-devnet.network", false}, // wrong base
|
{"cdn-x.other.network", "orama-devnet.network", false}, // wrong base
|
||||||
{"cdn-x.example.com", "example.com", true},
|
{"cdn-x.example.com", "example.com", true},
|
||||||
}
|
}
|
||||||
for _, c := range cases {
|
for _, c := range cases {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@debros/orama",
|
"name": "@debros/orama",
|
||||||
"version": "0.122.45",
|
"version": "0.122.46",
|
||||||
"description": "TypeScript SDK for Orama Network - Database, PubSub, Cache, Storage, Vault, and more",
|
"description": "TypeScript SDK for Orama Network - Database, PubSub, Cache, Storage, Vault, and more",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user