buzzcasting-storage 3.15.0 → 3.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -131,7 +131,7 @@ function St(f, t) {
|
|
|
131
131
|
}
|
|
132
132
|
return t;
|
|
133
133
|
}
|
|
134
|
-
const xa = "3.
|
|
134
|
+
const xa = "3.15.0";
|
|
135
135
|
class ka {
|
|
136
136
|
options;
|
|
137
137
|
url;
|
|
@@ -5787,7 +5787,7 @@ class Ja {
|
|
|
5787
5787
|
case S.SERIES:
|
|
5788
5788
|
return this.sm !== null ? await this.sm?.getSeries(t.query).then((I) => (this.broadcastUpdate(201, I), { code: 201, hash: g })) : { code: 500, hash: g };
|
|
5789
5789
|
}
|
|
5790
|
-
return l;
|
|
5790
|
+
return t = null, l;
|
|
5791
5791
|
};
|
|
5792
5792
|
startBroadcastListener = () => {
|
|
5793
5793
|
const t = this.options.presentation;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "buzzcasting-storage",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.15.
|
|
4
|
+
"version": "3.15.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Mark Tamis, TouchFlows SAS",
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"@antfu/eslint-config": "^5.2.1",
|
|
37
37
|
"@commitlint/cli": "^19.8.1",
|
|
38
38
|
"@commitlint/config-conventional": "^19.8.1",
|
|
39
|
-
"@types/node": "^22.17.
|
|
39
|
+
"@types/node": "^22.17.2",
|
|
40
40
|
"@typescript-eslint/eslint-plugin": "^8.39.0",
|
|
41
|
-
"@typescript-eslint/parser": "^8.39.
|
|
41
|
+
"@typescript-eslint/parser": "^8.39.1",
|
|
42
42
|
"@vitest/coverage-v8": "^3.2.4",
|
|
43
|
-
"buzzcasting-utils": "^1.8.
|
|
43
|
+
"buzzcasting-utils": "^1.8.2",
|
|
44
44
|
"camelcase": "^8.0.0",
|
|
45
45
|
"changelogen": "^0.6.2",
|
|
46
46
|
"eslint": "^9.33.0",
|
|
47
47
|
"lint-staged": "^16.1.5",
|
|
48
48
|
"typescript": "^5.9.2",
|
|
49
|
-
"vite": "^7.1.
|
|
49
|
+
"vite": "^7.1.2",
|
|
50
50
|
"vite-plugin-dts": "^4.5.4",
|
|
51
51
|
"vitest": "^3.2.4"
|
|
52
52
|
},
|