@cartridge/connector 0.7.2 → 0.7.4

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,23 +1,24 @@
1
-
2
- > @cartridge/connector@0.7.2 build:deps /home/runner/work/controller/controller/packages/connector
3
- > tsup --dts-resolve
4
-
5
- CLI Building entry: src/controller.ts, src/index.ts, src/session.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.3.5
8
- CLI Using tsup config: /home/runner/work/controller/controller/packages/connector/package.json
9
- CLI Target: esnext
10
- CLI Cleaning output folder
11
- ESM Build start
12
- ESM dist/controller.js 937.00 B
13
- ESM dist/index.js 921.00 B
14
- ESM dist/session.js 790.00 B
15
- ESM dist/controller.js.map 1.67 KB
16
- ESM dist/index.js.map 1.67 KB
17
- ESM dist/session.js.map 1.40 KB
18
- ESM ⚡️ Build success in 54ms
19
- DTS Build start
20
- DTS ⚡️ Build success in 5518ms
21
- DTS dist/session.d.ts 431.00 B
22
- DTS dist/controller.d.ts 536.00 B
23
- DTS dist/index.d.ts 129.00 B
1
+
2
+
3
+ > @cartridge/connector@0.7.4 build:deps /home/broody/development/controller/packages/connector
4
+ > tsup --dts-resolve
5
+
6
+ CLI Building entry: src/controller.ts, src/index.ts, src/session.ts
7
+ CLI Using tsconfig: tsconfig.json
8
+ CLI tsup v8.3.6
9
+ CLI Using tsup config: /home/broody/development/controller/packages/connector/package.json
10
+ CLI Target: esnext
11
+ CLI Cleaning output folder
12
+ ESM Build start
13
+ ESM dist/controller.js 937.00 B
14
+ ESM dist/session.js 790.00 B
15
+ ESM dist/index.js 921.00 B
16
+ ESM dist/session.js.map 1.40 KB
17
+ ESM dist/controller.js.map 1.67 KB
18
+ ESM dist/index.js.map 1.67 KB
19
+ ESM ⚡️ Build success in 18ms
20
+ DTS Build start
21
+ DTS ⚡️ Build success in 1671ms
22
+ DTS dist/session.d.ts 431.00 B
23
+ DTS dist/controller.d.ts 536.00 B
24
+ DTS dist/index.d.ts 129.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cartridge/connector",
3
- "version": "0.7.2",
3
+ "version": "0.7.4",
4
4
  "description": "Cartridge Controler Connector",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -43,13 +43,13 @@
43
43
  "@starknet-react/core": "^3.7"
44
44
  },
45
45
  "dependencies": {
46
- "@cartridge/controller": "0.7.2"
46
+ "@cartridge/controller": "0.7.4"
47
47
  },
48
48
  "devDependencies": {
49
49
  "prettier": "^3.4.2",
50
50
  "tsup": "^8.0.1",
51
51
  "typescript": "^5.7.3",
52
- "@cartridge/tsconfig": "0.7.2"
52
+ "@cartridge/tsconfig": "0.7.4"
53
53
  },
54
54
  "scripts": {
55
55
  "build:deps": "tsup --dts-resolve",