@junobuild/core-standalone 0.1.11 → 0.1.13
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-OWQH6ZT5.js +2 -0
- package/dist/browser/{chunk-REWHDUNS.js → chunk-DCSQJUQP.js} +2 -18
- package/dist/browser/index.js +6 -6
- package/dist/browser/index.js.map +4 -4
- package/dist/declarations/satellite/satellite.did.d.ts +0 -7
- package/dist/declarations/satellite/satellite.factory.certified.did.js +1 -5
- package/dist/declarations/satellite/satellite.factory.did.js +1 -5
- package/dist/declarations/satellite/satellite.factory.did.mjs +1 -5
- package/dist/declarations/sputnik/sputnik.did.d.ts +0 -7
- package/dist/declarations/sputnik/sputnik.factory.certified.did.js +1 -5
- package/dist/declarations/sputnik/sputnik.factory.did.js +1 -5
- package/dist/node/index.mjs +19 -37
- package/dist/node/index.mjs.map +4 -4
- package/dist/workers/auth.worker.js +1 -16
- package/package.json +1 -1
- package/dist/browser/canisterStatus-TKCY5NA5.js +0 -2
- /package/dist/browser/{canisterStatus-TKCY5NA5.js.map → canisterStatus-OWQH6ZT5.js.map} +0 -0
- /package/dist/browser/{chunk-REWHDUNS.js.map → chunk-DCSQJUQP.js.map} +0 -0
|
@@ -22,6 +22,7 @@ ic-request`);function fo(r){if(typeof r!="string"||r.length<64)throw new Error("
|
|
|
22
22
|
ieee754/index.js:
|
|
23
23
|
(*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
24
24
|
|
|
25
|
+
buffer/index.js:
|
|
25
26
|
buffer/index.js:
|
|
26
27
|
(*!
|
|
27
28
|
* The buffer module from node.js, for the browser.
|
|
@@ -33,26 +34,10 @@ buffer/index.js:
|
|
|
33
34
|
@noble/hashes/esm/utils.js:
|
|
34
35
|
(*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
35
36
|
|
|
36
|
-
buffer/index.js:
|
|
37
|
-
(*!
|
|
38
|
-
* The buffer module from node.js, for the browser.
|
|
39
|
-
*
|
|
40
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
41
|
-
* @license MIT
|
|
42
|
-
*)
|
|
43
|
-
|
|
44
37
|
@noble/curves/esm/abstract/utils.js:
|
|
45
|
-
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
46
|
-
|
|
47
38
|
@noble/curves/esm/abstract/modular.js:
|
|
48
|
-
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
49
|
-
|
|
50
39
|
@noble/curves/esm/abstract/curve.js:
|
|
51
|
-
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
52
|
-
|
|
53
40
|
@noble/curves/esm/abstract/edwards.js:
|
|
54
|
-
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
55
|
-
|
|
56
41
|
@noble/curves/esm/ed25519.js:
|
|
57
42
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
58
43
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@junobuild/core-standalone",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"description": "JavaScript core client for Juno with all dependencies bundled — no peer dependencies",
|
|
5
5
|
"author": "David Dal Busco (https://daviddalbusco.com)",
|
|
6
6
|
"license": "MIT",
|
|
File without changes
|
|
File without changes
|