@junobuild/core 0.0.37 → 0.0.38
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/browser/canisterStatus-GGCM43M3.js +2 -0
- package/dist/browser/{chunk-N3SFIG7N.js → chunk-TDCTL77T.js} +2 -2
- package/dist/browser/index.js +9 -9
- package/dist/browser/index.js.map +4 -4
- package/dist/node/index.mjs +25 -25
- package/dist/node/index.mjs.map +4 -4
- package/dist/types/types/post-message.d.ts +8 -2
- package/dist/workers/auth.worker.js +4 -4
- package/dist/workers/auth.worker.js.map +3 -3
- package/package.json +2 -3
- package/dist/browser/canisterStatus-N5J2XGIM.js +0 -2
- package/dist/workers/auth.worker.js.gz +0 -0
- /package/dist/browser/{canisterStatus-N5J2XGIM.js.map → canisterStatus-GGCM43M3.js.map} +0 -0
- /package/dist/browser/{chunk-N3SFIG7N.js.map → chunk-TDCTL77T.js.map} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@junobuild/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.38",
|
|
4
4
|
"description": "JavaScript core client for Juno",
|
|
5
5
|
"author": "David Dal Busco (https://daviddalbusco.com)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,8 +29,7 @@
|
|
|
29
29
|
"scripts": {
|
|
30
30
|
"rmdir": "node ../../scripts/rmdir.mjs",
|
|
31
31
|
"ts-declaration": "tsc --emitDeclarationOnly --outDir dist/types",
|
|
32
|
-
"
|
|
33
|
-
"build": "npm run rmdir && mkdir -p dist && cp -R declarations dist && node esbuild.mjs && npm run ts-declaration && npm run compress",
|
|
32
|
+
"build": "npm run rmdir && mkdir -p dist && cp -R declarations dist && node esbuild.mjs && npm run ts-declaration",
|
|
34
33
|
"prepack": "npm run build"
|
|
35
34
|
},
|
|
36
35
|
"repository": {
|
|
Binary file
|
|
File without changes
|
|
File without changes
|