@lukso/transaction-view-headless 0.4.0-dev.a98e9bc → 0.4.0-dev.c21633f

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.
@@ -10,6 +10,17 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
+ ESM dist/index.js 42.79 KB
14
+ ESM dist/types/index.js 33.00 B
15
+ ESM dist/composables/index.js 37.86 KB
16
+ ESM dist/registry/index.js 13.51 KB
17
+ ESM dist/utils/index.js 5.68 KB
18
+ ESM dist/index.js.map 98.99 KB
19
+ ESM dist/types/index.js.map 71.00 B
20
+ ESM dist/composables/index.js.map 91.87 KB
21
+ ESM dist/registry/index.js.map 29.88 KB
22
+ ESM dist/utils/index.js.map 13.75 KB
23
+ ESM ⚡️ Build success in 145ms
13
24
  CJS dist/index.cjs 46.37 KB
14
25
  CJS dist/types/index.cjs 798.00 B
15
26
  CJS dist/composables/index.cjs 40.33 KB
@@ -20,21 +31,10 @@
20
31
  CJS dist/composables/index.cjs.map 92.00 KB
21
32
  CJS dist/registry/index.cjs.map 30.27 KB
22
33
  CJS dist/utils/index.cjs.map 13.93 KB
23
- CJS ⚡️ Build success in 148ms
24
- ESM dist/index.js 42.79 KB
25
- ESM dist/types/index.js 33.00 B
26
- ESM dist/composables/index.js 37.86 KB
27
- ESM dist/utils/index.js 5.68 KB
28
- ESM dist/registry/index.js 13.51 KB
29
- ESM dist/index.js.map 98.99 KB
30
- ESM dist/types/index.js.map 71.00 B
31
- ESM dist/composables/index.js.map 91.87 KB
32
- ESM dist/utils/index.js.map 13.75 KB
33
- ESM dist/registry/index.js.map 29.88 KB
34
- ESM ⚡️ Build success in 154ms
34
+ CJS ⚡️ Build success in 171ms
35
35
  📦 Build complete (build mode)
36
36
  DTS Build start
37
- DTS ⚡️ Build success in 22707ms
37
+ DTS ⚡️ Build success in 21342ms
38
38
  DTS dist/index.d.ts 4.15 KB
39
39
  DTS dist/types/index.d.ts 7.07 KB
40
40
  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.0-dev.a98e9bc",
3
+ "version": "0.4.0-dev.c21633f",
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.41.2",
39
- "@lukso/transaction-decoder": "1.3.0-dev.a98e9bc"
39
+ "@lukso/transaction-decoder": "1.3.0-dev.c21633f"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^24.10.1",