@cartridge/connector 0.12.0 → 0.12.2

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,5 +1,5 @@
1
1
 
2
- > @cartridge/connector@0.12.0 build:deps /home/runner/work/controller/controller/packages/connector
2
+ > @cartridge/connector@0.12.2 build:deps /home/runner/work/controller/controller/packages/connector
3
3
  > tsup --dts-resolve
4
4
 
5
5
  CLI Building entry: src/controller.ts, src/index.ts, src/session.ts
@@ -10,14 +10,14 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  ESM dist/controller.js 1.63 KB
13
- ESM dist/session.js 848.00 B
14
13
  ESM dist/index.js 2.41 KB
14
+ ESM dist/session.js 848.00 B
15
15
  ESM dist/controller.js.map 3.04 KB
16
- ESM dist/session.js.map 1.51 KB
17
16
  ESM dist/index.js.map 4.51 KB
18
- ESM ⚡️ Build success in 55ms
17
+ ESM dist/session.js.map 1.51 KB
18
+ ESM ⚡️ Build success in 76ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 6630ms
20
+ DTS ⚡️ Build success in 8168ms
21
21
  DTS dist/index.d.ts 354.00 B
22
22
  DTS dist/controller.d.ts 1013.00 B
23
23
  DTS dist/session.d.ts 476.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cartridge/connector",
3
- "version": "0.12.0",
3
+ "version": "0.12.2",
4
4
  "description": "Cartridge Controller Connector",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -40,13 +40,13 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@starknet-io/get-starknet-wallet-standard": "5.0.0-beta.0",
43
- "@cartridge/controller": "0.12.0"
43
+ "@cartridge/controller": "0.12.2"
44
44
  },
45
45
  "devDependencies": {
46
46
  "prettier": "^3.4.2",
47
47
  "tsup": "^8.0.1",
48
48
  "typescript": "^5.7.3",
49
- "@cartridge/tsconfig": "0.12.0"
49
+ "@cartridge/tsconfig": "0.12.2"
50
50
  },
51
51
  "scripts": {
52
52
  "build:deps": "tsup --dts-resolve",