@lukso/transaction-view-headless 0.4.6-dev.4a582bd → 0.4.6-dev.8970a16

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.
@@ -11,31 +11,31 @@
11
11
  CLI Cleaning output folder
12
12
  ESM Build start
13
13
  CJS Build start
14
- ESM dist/index.js 44.39 KB
15
- ESM dist/types/index.js 1.72 KB
16
- ESM dist/composables/index.js 37.78 KB
17
- ESM dist/registry/index.js 13.51 KB
18
- ESM dist/utils/index.js 5.68 KB
19
- ESM dist/types/index.js.map 9.19 KB
20
- ESM dist/composables/index.js.map 91.99 KB
21
- ESM dist/registry/index.js.map 29.88 KB
22
- ESM dist/utils/index.js.map 13.75 KB
23
- ESM dist/index.js.map 108.22 KB
24
- ESM ⚡️ Build success in 194ms
25
14
  CJS dist/index.cjs 48.25 KB
26
15
  CJS dist/types/index.cjs 2.98 KB
27
16
  CJS dist/composables/index.cjs 40.25 KB
28
17
  CJS dist/registry/index.cjs 14.91 KB
29
18
  CJS dist/utils/index.cjs 6.80 KB
19
+ CJS dist/index.cjs.map 108.50 KB
30
20
  CJS dist/types/index.cjs.map 9.95 KB
31
21
  CJS dist/composables/index.cjs.map 92.12 KB
32
- CJS dist/index.cjs.map 108.50 KB
33
22
  CJS dist/registry/index.cjs.map 30.27 KB
34
23
  CJS dist/utils/index.cjs.map 13.93 KB
35
- CJS ⚡️ Build success in 196ms
24
+ CJS ⚡️ Build success in 173ms
25
+ ESM dist/index.js 44.39 KB
26
+ ESM dist/types/index.js 1.72 KB
27
+ ESM dist/composables/index.js 37.78 KB
28
+ ESM dist/registry/index.js 13.51 KB
29
+ ESM dist/utils/index.js 5.68 KB
30
+ ESM dist/index.js.map 108.22 KB
31
+ ESM dist/types/index.js.map 9.19 KB
32
+ ESM dist/composables/index.js.map 91.99 KB
33
+ ESM dist/registry/index.js.map 29.88 KB
34
+ ESM dist/utils/index.js.map 13.75 KB
35
+ ESM ⚡️ Build success in 176ms
36
36
  📦 Build complete (build mode)
37
37
  DTS Build start
38
- DTS ⚡️ Build success in 24829ms
38
+ DTS ⚡️ Build success in 23123ms
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.6-dev.4a582bd",
3
+ "version": "0.4.6-dev.8970a16",
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.16",
38
38
  "viem": "^2.43.5",
39
- "@lukso/transaction-decoder": "1.3.6-dev.4a582bd"
39
+ "@lukso/transaction-decoder": "1.3.6-dev.8970a16"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^25.0.3",
@@ -55,6 +55,10 @@
55
55
  "optional": true
56
56
  }
57
57
  },
58
+ "repository": {
59
+ "type": "git",
60
+ "url": "https://github.com/lukso-network/service-auth-simple.git"
61
+ },
58
62
  "scripts": {
59
63
  "build": "tsup",
60
64
  "dev": "tsup --watch",