@fest-lib/uniform 0.1.30 → 0.1.31
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.
- package/dist/cbor-x-D5rH7Sty.js +1228 -0
- package/dist/uniform.js +1 -1
- package/package.json +10 -10
- package/dist/cbor-x-BK-2ctFi.js +0 -1222
package/dist/uniform.js
CHANGED
|
@@ -4792,7 +4792,7 @@ var bi = {
|
|
|
4792
4792
|
async function Ut() {
|
|
4793
4793
|
if (V) return V;
|
|
4794
4794
|
try {
|
|
4795
|
-
const e = await import("./cbor-x-
|
|
4795
|
+
const e = await import("./cbor-x-D5rH7Sty.js");
|
|
4796
4796
|
V = {
|
|
4797
4797
|
encode: (t) => e.encode(t),
|
|
4798
4798
|
decode: (t) => e.decode(t)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fest-lib/uniform",
|
|
3
3
|
"description": "fest-lib UnifiedChannel: workers, ports, BroadcastChannel, Chrome, Atomics, WebRTC",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.31",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": true,
|
|
@@ -68,17 +68,17 @@
|
|
|
68
68
|
"docs:md:clean": "rm -rf ./docs-md && typedoc --options ./typedoc.md.json"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@puppeteer/browsers": "^3.2.
|
|
72
|
-
"@types/chrome": ">=0.
|
|
73
|
-
"@types/node": ">=
|
|
74
|
-
"cbor-x": ">=1.6.
|
|
75
|
-
"puppeteer": "^25.
|
|
71
|
+
"@puppeteer/browsers": "^3.2.2",
|
|
72
|
+
"@types/chrome": ">=0.2.9",
|
|
73
|
+
"@types/node": ">=26.4.1",
|
|
74
|
+
"cbor-x": ">=1.6.6",
|
|
75
|
+
"puppeteer": "^25.10.0",
|
|
76
76
|
"typedoc": "^0.28.20",
|
|
77
|
-
"typedoc-plugin-markdown": "^4.
|
|
78
|
-
"typescript": "
|
|
79
|
-
"vite": "^8.
|
|
77
|
+
"typedoc-plugin-markdown": "^4.13.0",
|
|
78
|
+
"typescript": "^6.0.3",
|
|
79
|
+
"vite": "^8.2.2",
|
|
80
80
|
"vite-plugin-dynamic-import": ">=1.6.0",
|
|
81
|
-
"vite-plugin-external": ">=
|
|
81
|
+
"vite-plugin-external": ">=8.0.3",
|
|
82
82
|
"vite-plugin-optimizer": ">=1.4.3"
|
|
83
83
|
}
|
|
84
84
|
}
|