@lukso/transaction-view-headless 0.4.7-dev.637d4ef → 0.4.7-dev.6cff3c3

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,7 +21,7 @@
21
21
  CJS dist/composables/index.cjs.map 92.12 KB
22
22
  CJS dist/registry/index.cjs.map 30.27 KB
23
23
  CJS dist/utils/index.cjs.map 13.93 KB
24
- CJS ⚡️ Build success in 192ms
24
+ CJS ⚡️ Build success in 153ms
25
25
  ESM dist/index.js 44.39 KB
26
26
  ESM dist/types/index.js 1.72 KB
27
27
  ESM dist/composables/index.js 37.78 KB
@@ -32,10 +32,10 @@
32
32
  ESM dist/composables/index.js.map 91.99 KB
33
33
  ESM dist/registry/index.js.map 29.88 KB
34
34
  ESM dist/utils/index.js.map 13.75 KB
35
- ESM ⚡️ Build success in 200ms
35
+ ESM ⚡️ Build success in 154ms
36
36
  📦 Build complete (build mode)
37
37
  DTS Build start
38
- DTS ⚡️ Build success in 25923ms
38
+ DTS ⚡️ Build success in 25217ms
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.4.7-dev.637d4ef",
3
+ "version": "0.4.7-dev.6cff3c3",
4
4
  "description": "Framework-agnostic transaction decoder and view selection system",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -35,8 +35,8 @@
35
35
  "dependencies": {
36
36
  "@preact/signals-core": "^1.13.0",
37
37
  "@tanstack/query-core": "^5.90.20",
38
- "viem": "^2.46.1",
39
- "@lukso/transaction-decoder": "1.3.6-dev.637d4ef"
38
+ "viem": "^2.45.2",
39
+ "@lukso/transaction-decoder": "1.3.6-dev.6cff3c3"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^25.2.3",