@lukso/transaction-view-headless 0.5.1-dev.0889b38 → 0.5.1-dev.17bb619

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.
@@ -16,26 +16,26 @@
16
16
  CJS dist/composables/index.cjs 40.29 KB
17
17
  CJS dist/registry/index.cjs 14.95 KB
18
18
  CJS dist/utils/index.cjs 6.80 KB
19
- CJS dist/types/index.cjs.map 9.95 KB
20
19
  CJS dist/index.cjs.map 108.53 KB
20
+ CJS dist/types/index.cjs.map 9.95 KB
21
21
  CJS dist/composables/index.cjs.map 92.16 KB
22
- CJS dist/utils/index.cjs.map 13.93 KB
23
22
  CJS dist/registry/index.cjs.map 30.30 KB
24
- CJS ⚡️ Build success in 415ms
23
+ CJS dist/utils/index.cjs.map 13.93 KB
24
+ CJS ⚡️ Build success in 379ms
25
25
  ESM dist/index.js 44.42 KB
26
26
  ESM dist/types/index.js 1.72 KB
27
27
  ESM dist/composables/index.js 37.82 KB
28
28
  ESM dist/registry/index.js 13.55 KB
29
29
  ESM dist/utils/index.js 5.68 KB
30
30
  ESM dist/index.js.map 108.26 KB
31
- ESM dist/registry/index.js.map 29.92 KB
31
+ ESM dist/types/index.js.map 9.19 KB
32
32
  ESM dist/composables/index.js.map 92.02 KB
33
+ ESM dist/registry/index.js.map 29.92 KB
33
34
  ESM dist/utils/index.js.map 13.75 KB
34
- ESM dist/types/index.js.map 9.19 KB
35
- ESM ⚡️ Build success in 420ms
35
+ ESM ⚡️ Build success in 381ms
36
36
  📦 Build complete (build mode)
37
37
  DTS Build start
38
- DTS ⚡️ Build success in 39084ms
38
+ DTS ⚡️ Build success in 36293ms
39
39
  DTS dist/index.d.ts 4.51 KB
40
40
  DTS dist/types/index.d.ts 8.36 KB
41
41
  DTS dist/registry/index.d.ts 1.65 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/transaction-view-headless",
3
- "version": "0.5.1-dev.0889b38",
3
+ "version": "0.5.1-dev.17bb619",
4
4
  "description": "Framework-agnostic transaction decoder and view selection system",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "@preact/signals-core": "^1.13.0",
40
40
  "@tanstack/query-core": "^5.90.20",
41
41
  "viem": "^2.46.1",
42
- "@lukso/transaction-decoder": "1.4.1-dev.0889b38"
42
+ "@lukso/transaction-decoder": "1.4.1-dev.17bb619"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/node": "^25.2.3",