@cartridge/controller 0.7.9-alpha.2 → 0.7.9

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,49 +1,51 @@
1
-
2
-
3
- > @cartridge/controller@0.7.9-alpha.2 build:deps /home/broody/development/controller/packages/controller
4
- > pnpm build
5
-
6
-
7
- > @cartridge/controller@0.7.9-alpha.2 build /home/broody/development/controller/packages/controller
8
- > pnpm build:browser && pnpm build:node
9
-
10
-
11
- > @cartridge/controller@0.7.9-alpha.2 build:browser /home/broody/development/controller/packages/controller
12
- > vite build
13
-
14
- vite v6.1.0 building for production...
15
- transforming (1) src/index.tstransforming (28) src/iframe/profile.ts✓ 61 modules transformed.
16
- rendering chunks (1)...rendering chunks (2)...rendering chunks (3)...[vite-plugin-top-level-await] Non-existing module "../../account-wasm/pkg-session/account_wasm_bg.wasm" imported by "session.js", ignoring.
17
- 
18
- [vite:dts] Start generate declaration files...
19
- computing gzip size (0)...computing gzip size (1)...computing gzip size (2)...computing gzip size (3)...dist/session.js  10.81 kB │ gzip: 3.37 kB map: 56.40 kB
20
- dist/provider-CGv2ANQX.js  23.20 kB │ gzip: 13.55 kB │ map: 40.66 kB
21
- dist/index.js 112.36 kB │ gzip: 23.40 kB │ map: 216.89 kB
22
- [vite:dts] Declaration files built in 1654ms.
23
- 
24
- ✓ built in 2.14s
25
-
26
- > @cartridge/controller@0.7.9-alpha.2 build:node /home/broody/development/controller/packages/controller
27
- > tsup --config tsup.node.config.ts
28
-
29
- CLI Building entry: src/node/index.ts
30
- CLI Using tsconfig: tsconfig.json
31
- CLI tsup v8.3.6
32
- CLI Using tsup config: /home/broody/development/controller/packages/controller/tsup.node.config.ts
33
- CLI Target: esnext
34
- CLI Cleaning output folder
35
- ESM Build start
36
- CJS Build start
37
- "constants", "getChecksumAddress", "Provider" and "shortString" are imported from external module "starknet" but never used in "dist/node/index.js".
38
- "constants", "getChecksumAddress", "Provider" and "shortString" are imported from external module "starknet" but never used in "dist/node/index.cjs".
39
- 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.
40
- ESM dist/node/index.js 31.14 KB
41
- ESM dist/node/index.js.map 58.58 KB
42
- ESM ⚡️ Build success in 150ms
43
- CJS dist/node/index.cjs 31.91 KB
44
- CJS dist/node/index.cjs.map 58.79 KB
45
- CJS ⚡️ Build success in 151ms
46
- DTS Build start
47
- DTS ⚡️ Build success in 1553ms
48
- DTS dist/node/index.d.ts 5.09 KB
49
- DTS dist/node/index.d.cts 5.09 KB
1
+
2
+ > @cartridge/controller@0.7.9 build:deps /home/runner/work/controller/controller/packages/controller
3
+ > pnpm build
4
+
5
+
6
+ > @cartridge/controller@0.7.9 build /home/runner/work/controller/controller/packages/controller
7
+ > pnpm build:browser && pnpm build:node
8
+
9
+
10
+ > @cartridge/controller@0.7.9 build:browser /home/runner/work/controller/controller/packages/controller
11
+ > vite build
12
+
13
+ vite v6.1.0 building for production...
14
+ transforming...
15
+ ✓ 61 modules transformed.
16
+ rendering chunks...
17
+ [vite-plugin-top-level-await] Non-existing module "../../account-wasm/pkg-session/account_wasm_bg.wasm" imported by "session.js", ignoring.
18
+
19
+ [vite:dts] Start generate declaration files...
20
+ computing gzip size...
21
+ dist/session.js  10.81 kB │ gzip: 3.37 kB │ map: 56.40 kB
22
+ dist/provider-CH2PlazB.js  23.20 kB gzip: 13.54 kB │ map: 40.69 kB
23
+ dist/index.js 135.41 kB │ gzip: 24.24 kB │ map: 257.61 kB
24
+ [vite:dts] Declaration files built in 3492ms.
25
+
26
+ ✓ built in 4.25s
27
+
28
+ > @cartridge/controller@0.7.9 build:node /home/runner/work/controller/controller/packages/controller
29
+ > tsup --config tsup.node.config.ts
30
+
31
+ CLI Building entry: src/node/index.ts
32
+ CLI Using tsconfig: tsconfig.json
33
+ CLI tsup v8.3.6
34
+ CLI Using tsup config: /home/runner/work/controller/controller/packages/controller/tsup.node.config.ts
35
+ CLI Target: esnext
36
+ CLI Cleaning output folder
37
+ ESM Build start
38
+ CJS Build start
39
+ "constants", "getChecksumAddress", "Provider" and "shortString" are imported from external module "starknet" but never used in "dist/node/index.cjs".
40
+ 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.
41
+ "constants", "getChecksumAddress", "Provider" and "shortString" are imported from external module "starknet" but never used in "dist/node/index.js".
42
+ CJS dist/node/index.cjs 31.90 KB
43
+ CJS dist/node/index.cjs.map 58.78 KB
44
+ CJS ⚡️ Build success in 402ms
45
+ ESM dist/node/index.js 31.14 KB
46
+ ESM dist/node/index.js.map 58.58 KB
47
+ ESM ⚡️ Build success in 403ms
48
+ DTS Build start
49
+ DTS ⚡️ Build success in 3089ms
50
+ DTS dist/node/index.d.ts 5.09 KB
51
+ DTS dist/node/index.d.cts 5.09 KB
@@ -1,45 +1,47 @@
1
-
2
-
3
- > @cartridge/controller@0.7.9-alpha.2 build /home/broody/development/controller/packages/controller
4
- > pnpm build:browser && pnpm build:node
5
-
6
-
7
- > @cartridge/controller@0.7.9-alpha.2 build:browser /home/broody/development/controller/packages/controller
8
- > vite build
9
-
10
- vite v6.1.0 building for production...
11
- transforming (1) src/session/index.tstransforming (29) ../../node_modules/.pnpm/@starknet-io+types-js@0.7.10/node_modules/@starknet-io/types-js/dist✓ 61 modules transformed.
12
- rendering chunks (1)...rendering chunks (2)...rendering chunks (3)...[vite-plugin-top-level-await] Non-existing module "../../account-wasm/pkg-session/account_wasm_bg.wasm" imported by "session.js", ignoring.
13
- 
14
- [vite:dts] Start generate declaration files...
15
- computing gzip size (0)...computing gzip size (1)...computing gzip size (2)...computing gzip size (3)...dist/session.js  10.81 kB │ gzip: 3.37 kB map: 56.40 kB
16
- dist/provider-CGv2ANQX.js  23.20 kB │ gzip: 13.55 kB │ map: 40.66 kB
17
- dist/index.js 112.36 kB │ gzip: 23.40 kB │ map: 216.89 kB
18
- [vite:dts] Declaration files built in 1780ms.
19
- 
20
- ✓ built in 2.28s
21
-
22
- > @cartridge/controller@0.7.9-alpha.2 build:node /home/broody/development/controller/packages/controller
23
- > tsup --config tsup.node.config.ts
24
-
25
- CLI Building entry: src/node/index.ts
26
- CLI Using tsconfig: tsconfig.json
27
- CLI tsup v8.3.6
28
- CLI Using tsup config: /home/broody/development/controller/packages/controller/tsup.node.config.ts
29
- CLI Target: esnext
30
- CLI Cleaning output folder
31
- ESM Build start
32
- CJS Build start
33
- "constants", "getChecksumAddress", "Provider" and "shortString" are imported from external module "starknet" but never used in "dist/node/index.js".
34
- "constants", "getChecksumAddress", "Provider" and "shortString" are imported from external module "starknet" but never used in "dist/node/index.cjs".
35
- 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.
36
- CJS dist/node/index.cjs 31.91 KB
37
- CJS dist/node/index.cjs.map 58.79 KB
38
- CJS ⚡️ Build success in 149ms
39
- ESM dist/node/index.js 31.14 KB
40
- ESM dist/node/index.js.map 58.58 KB
41
- ESM ⚡️ Build success in 150ms
42
- DTS Build start
43
- DTS ⚡️ Build success in 1577ms
44
- DTS dist/node/index.d.ts 5.09 KB
45
- DTS dist/node/index.d.cts 5.09 KB
1
+
2
+ > @cartridge/controller@0.7.9 build /home/runner/work/controller/controller/packages/controller
3
+ > pnpm build:browser && pnpm build:node
4
+
5
+
6
+ > @cartridge/controller@0.7.9 build:browser /home/runner/work/controller/controller/packages/controller
7
+ > vite build
8
+
9
+ vite v6.1.0 building for production...
10
+ transforming...
11
+ ✓ 61 modules transformed.
12
+ rendering chunks...
13
+ [vite-plugin-top-level-await] Non-existing module "../../account-wasm/pkg-session/account_wasm_bg.wasm" imported by "session.js", ignoring.
14
+
15
+ [vite:dts] Start generate declaration files...
16
+ computing gzip size...
17
+ dist/session.js  10.81 kB │ gzip: 3.37 kB │ map: 56.40 kB
18
+ dist/provider-CH2PlazB.js  23.20 kB gzip: 13.54 kB │ map: 40.69 kB
19
+ dist/index.js 135.41 kB │ gzip: 24.24 kB │ map: 257.61 kB
20
+ [vite:dts] Declaration files built in 3311ms.
21
+
22
+ ✓ built in 4.34s
23
+
24
+ > @cartridge/controller@0.7.9 build:node /home/runner/work/controller/controller/packages/controller
25
+ > tsup --config tsup.node.config.ts
26
+
27
+ CLI Building entry: src/node/index.ts
28
+ CLI Using tsconfig: tsconfig.json
29
+ CLI tsup v8.3.6
30
+ CLI Using tsup config: /home/runner/work/controller/controller/packages/controller/tsup.node.config.ts
31
+ CLI Target: esnext
32
+ CLI Cleaning output folder
33
+ ESM Build start
34
+ CJS Build start
35
+ "constants", "getChecksumAddress", "Provider" and "shortString" are imported from external module "starknet" but never used in "dist/node/index.js".
36
+ "constants", "getChecksumAddress", "Provider" and "shortString" are imported from external module "starknet" but never used in "dist/node/index.cjs".
37
+ 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.
38
+ ESM dist/node/index.js 31.14 KB
39
+ ESM dist/node/index.js.map 58.58 KB
40
+ ESM ⚡️ Build success in 325ms
41
+ CJS dist/node/index.cjs 31.90 KB
42
+ CJS dist/node/index.cjs.map 58.78 KB
43
+ CJS ⚡️ Build success in 326ms
44
+ DTS Build start
45
+ DTS ⚡️ Build success in 3251ms
46
+ DTS dist/node/index.d.ts 5.09 KB
47
+ DTS dist/node/index.d.cts 5.09 KB
@@ -24,6 +24,7 @@ export default class ControllerProvider extends BaseProvider {
24
24
  rpcUrl(): string;
25
25
  username(): Promise<string> | undefined;
26
26
  openPurchaseCredits(): void;
27
+ openStarterPack(): void;
27
28
  openExecute(calls: any, chainId?: string): Promise<boolean | undefined>;
28
29
  delegateAccount(): Promise<string | null>;
29
30
  private validateChains;