@cartridge/controller 0.13.10-alpha.1 → 0.13.10

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.
@@ -1,9 +1,9 @@
1
1
 
2
- > @cartridge/controller@0.13.10-alpha.1 build:deps /home/runner/work/controller/controller/packages/controller
2
+ > @cartridge/controller@0.13.10 build:deps /home/runner/work/controller/controller/packages/controller
3
3
  > pnpm build:browser && pnpm build:node
4
4
 
5
5
 
6
- > @cartridge/controller@0.13.10-alpha.1 build:browser /home/runner/work/controller/controller/packages/controller
6
+ > @cartridge/controller@0.13.10 build:browser /home/runner/work/controller/controller/packages/controller
7
7
  > vite build
8
8
 
9
9
  vite v6.3.4 building for production...
@@ -46,14 +46,14 @@ rendering chunks...
46
46
 
47
47
  [vite:dts] Start generate declaration files...
48
48
  computing gzip size...
49
- dist/session.js  10.82 kB │ gzip: 3.31 kB │ map: 25.84 kB
50
- dist/index-B46sSAxE.js  38.70 kB │ gzip: 12.88 kB │ map: 82.17 kB
51
- dist/index.js 190.00 kB │ gzip: 49.97 kB │ map: 578.28 kB
52
- [vite:dts] Declaration files built in 2502ms.
49
+ dist/session.js  10.82 kB │ gzip: 3.32 kB │ map: 25.84 kB
50
+ dist/index-C7KGk-LM.js  47.89 kB │ gzip: 15.26 kB │ map: 95.90 kB
51
+ dist/index.js 190.16 kB │ gzip: 50.03 kB │ map: 578.30 kB
52
+ [vite:dts] Declaration files built in 2332ms.
53
53
 
54
- ✓ built in 3.97s
54
+ ✓ built in 3.84s
55
55
 
56
- > @cartridge/controller@0.13.10-alpha.1 build:node /home/runner/work/controller/controller/packages/controller
56
+ > @cartridge/controller@0.13.10 build:node /home/runner/work/controller/controller/packages/controller
57
57
  > tsup --config tsup.node.config.ts
58
58
 
59
59
  CLI Building entry: src/node/index.ts
@@ -67,13 +67,13 @@ computing gzip size...
67
67
  "constants" and "shortString" are imported from external module "starknet" but never used in "dist/node/index.js".
68
68
  "constants" and "shortString" are imported from external module "starknet" but never used in "dist/node/index.cjs".
69
69
  Entry module "dist/node/index.cjs" is using named and default exports together. Consumers of your bundle will have to use `chunk.default` to access the default export, which may not be what you want. Use `output.exports: "named"` to disable this warning.
70
- CJS dist/node/index.cjs 24.45 KB
71
- CJS dist/node/index.cjs.map 57.08 KB
72
- CJS ⚡️ Build success in 202ms
73
70
  ESM dist/node/index.js 23.55 KB
74
- ESM dist/node/index.js.map 56.83 KB
75
- ESM ⚡️ Build success in 202ms
71
+ ESM dist/node/index.js.map 56.61 KB
72
+ ESM ⚡️ Build success in 201ms
73
+ CJS dist/node/index.cjs 24.44 KB
74
+ CJS dist/node/index.cjs.map 56.86 KB
75
+ CJS ⚡️ Build success in 201ms
76
76
  DTS Build start
77
- DTS ⚡️ Build success in 2175ms
77
+ DTS ⚡️ Build success in 2134ms
78
78
  DTS dist/node/index.d.ts 6.42 KB
79
79
  DTS dist/node/index.d.cts 6.42 KB
@@ -14,7 +14,7 @@ type KeychainIframeOptions = IFrameOptions<Keychain> & KeychainOptions & {
14
14
  export declare class KeychainIFrame extends IFrame<Keychain> {
15
15
  private walletBridge;
16
16
  private onStarterpackPlay?;
17
- constructor({ url, policies, version, slot, namespace, tokens, preset, shouldOverridePresetPolicies, rpcUrl, ref, refGroup, needsSessionCreation, username, onSessionCreated, onStarterpackPlay, encryptedBlob, propagateSessionErrors, errorDisplayMode, ...iframeOptions }: KeychainIframeOptions);
17
+ constructor({ url, policies, version, slot, namespace, tokens, preset, shouldOverridePresetPolicies, rpcUrl, ref, refGroup, needsSessionCreation, username, onSessionCreated, onStarterpackPlay, encryptedBlob, propagateSessionErrors, errorDisplayMode, webauthnPopup, ...iframeOptions }: KeychainIframeOptions);
18
18
  getWalletBridge(): WalletBridge;
19
19
  setOnStarterpackPlay(callback?: () => void): void;
20
20
  }