Skip to content

Commit ca5ae3f

Browse files
committed
Bump switcher-client-deno@2.4.0
1 parent abbbc9d commit ca5ae3f

File tree

4 files changed

+56
-50
lines changed

4 files changed

+56
-50
lines changed

deno.lock

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

snapshot/test.json

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
{
2-
"data": {
3-
"domain": {
4-
"name": "Switcher API",
5-
"version": 0,
6-
"activated": true,
7-
"group": [
8-
{
9-
"name": "Features UI",
10-
"activated": true,
11-
"config": [
12-
{
13-
"key": "PLACEHOLDER",
14-
"activated": true,
15-
"strategies": [],
16-
"components": [
17-
"switcher-management"
18-
]
19-
}
20-
]
21-
}
22-
]
23-
}
2+
"domain": {
3+
"name": "Switcher API",
4+
"version": 0,
5+
"activated": true,
6+
"group": [
7+
{
8+
"name": "Features UI",
9+
"activated": true,
10+
"config": [
11+
{
12+
"key": "PLACEHOLDER",
13+
"activated": true,
14+
"strategies": [],
15+
"components": [
16+
"switcher-management"
17+
]
18+
}
19+
]
20+
}
21+
]
2422
}
2523
}

src/deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export { Application, Context, type Middleware, type Next, Router } from 'jsr:@oak/oak@17.1.6';
2-
export { Client } from 'jsr:@switcherapi/switcher-client-deno@2.3.1';
2+
export { Client } from 'jsr:@switcherapi/switcher-client-deno@2.4.0';
33
export { ValidatorFn, ValidatorMiddleware } from 'jsr:@trackerforce/validator4oak@1.3.0';
44
export { load } from 'jsr:@std/dotenv@0.225.5';
55
export { bold, cyan, green } from 'jsr:@std/fmt@1.0.8/colors';

tests/deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export { type Middleware, testing } from 'jsr:@oak/oak@17.1.6';
2-
export { Client, StrategiesType } from 'jsr:@switcherapi/switcher-client-deno@2.3.1';
2+
export { Client, StrategiesType } from 'jsr:@switcherapi/switcher-client-deno@2.4.0';
33
export { superoak } from 'https://deno.land/x/superoak@5.0.0/mod.ts';
44
export { assert, assertEquals, assertFalse, assertObjectMatch } from 'jsr:@std/assert@1.0.14';

0 commit comments

Comments
 (0)