@lukso/transaction-view-headless 0.4.3-dev.e33b252 → 0.4.3

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.
@@ -21,21 +21,21 @@
21
21
  ESM dist/composables/index.js.map 91.87 KB
22
22
  ESM dist/registry/index.js.map 29.88 KB
23
23
  ESM dist/utils/index.js.map 13.75 KB
24
- ESM ⚡️ Build success in 177ms
24
+ ESM ⚡️ Build success in 240ms
25
25
  CJS dist/index.cjs 46.37 KB
26
26
  CJS dist/types/index.cjs 798.00 B
27
27
  CJS dist/composables/index.cjs 40.33 KB
28
- CJS dist/utils/index.cjs 6.80 KB
29
28
  CJS dist/registry/index.cjs 14.91 KB
30
- CJS dist/types/index.cjs.map 450.00 B
29
+ CJS dist/utils/index.cjs 6.80 KB
31
30
  CJS dist/index.cjs.map 99.24 KB
32
- CJS dist/utils/index.cjs.map 13.93 KB
31
+ CJS dist/types/index.cjs.map 450.00 B
33
32
  CJS dist/composables/index.cjs.map 92.00 KB
34
33
  CJS dist/registry/index.cjs.map 30.27 KB
35
- CJS ⚡️ Build success in 181ms
34
+ CJS dist/utils/index.cjs.map 13.93 KB
35
+ CJS ⚡️ Build success in 241ms
36
36
  📦 Build complete (build mode)
37
37
  DTS Build start
38
- DTS ⚡️ Build success in 22671ms
38
+ DTS ⚡️ Build success in 22798ms
39
39
  DTS dist/index.d.ts 4.15 KB
40
40
  DTS dist/types/index.d.ts 7.07 KB
41
41
  DTS dist/registry/index.d.ts 1.62 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/transaction-view-headless",
3
- "version": "0.4.3-dev.e33b252",
3
+ "version": "0.4.3",
4
4
  "description": "Framework-agnostic transaction decoder and view selection system",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -36,7 +36,7 @@
36
36
  "@preact/signals-core": "^1.12.1",
37
37
  "@tanstack/query-core": "^5.90.12",
38
38
  "viem": "^2.43.1",
39
- "@lukso/transaction-decoder": "1.3.3-dev.e33b252"
39
+ "@lukso/transaction-decoder": "1.3.3"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^25.0.3",