@lukso/transaction-view-headless 0.5.1-dev.d910ec0 → 0.5.2

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.
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/service-auth-simple/service-auth-simple/.npmrc". Failed to replace env in config: ${LUKSO_NPM_TOKEN}
2
2
 
3
- > @lukso/transaction-view-headless@0.5.1 build /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
3
+ > @lukso/transaction-view-headless@0.5.2 build /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: {"index":"src/index.ts","types/index":"src/types/index.ts","composables/index":"src/composables/index.ts","registry/index":"src/registry/index.ts","utils/index":"src/utils/index.ts"}
@@ -11,17 +11,6 @@
11
11
  CLI Cleaning output folder
12
12
  ESM Build start
13
13
  CJS Build start
14
- ESM dist/index.js 44.42 KB
15
- ESM dist/types/index.js 1.72 KB
16
- ESM dist/composables/index.js 37.82 KB
17
- ESM dist/registry/index.js 13.55 KB
18
- ESM dist/utils/index.js 5.68 KB
19
- ESM dist/index.js.map 108.26 KB
20
- ESM dist/types/index.js.map 9.19 KB
21
- ESM dist/composables/index.js.map 92.02 KB
22
- ESM dist/registry/index.js.map 29.92 KB
23
- ESM dist/utils/index.js.map 13.75 KB
24
- ESM ⚡️ Build success in 321ms
25
14
  CJS dist/index.cjs 48.29 KB
26
15
  CJS dist/types/index.cjs 2.98 KB
27
16
  CJS dist/composables/index.cjs 40.29 KB
@@ -32,10 +21,21 @@
32
21
  CJS dist/composables/index.cjs.map 92.16 KB
33
22
  CJS dist/registry/index.cjs.map 30.30 KB
34
23
  CJS dist/utils/index.cjs.map 13.93 KB
35
- CJS ⚡️ Build success in 324ms
24
+ CJS ⚡️ Build success in 267ms
25
+ ESM dist/index.js 44.42 KB
26
+ ESM dist/types/index.js 1.72 KB
27
+ ESM dist/composables/index.js 37.82 KB
28
+ ESM dist/registry/index.js 13.55 KB
29
+ ESM dist/utils/index.js 5.68 KB
30
+ ESM dist/index.js.map 108.26 KB
31
+ ESM dist/types/index.js.map 9.19 KB
32
+ ESM dist/composables/index.js.map 92.02 KB
33
+ ESM dist/registry/index.js.map 29.92 KB
34
+ ESM dist/utils/index.js.map 13.75 KB
35
+ ESM ⚡️ Build success in 270ms
36
36
  📦 Build complete (build mode)
37
37
  DTS Build start
38
- DTS ⚡️ Build success in 36511ms
38
+ DTS ⚡️ Build success in 36520ms
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
@@ -1,5 +1,5 @@
1
1
   WARN  Issue while reading "/home/runner/work/service-auth-simple/service-auth-simple/.npmrc". Failed to replace env in config: ${LUKSO_NPM_TOKEN}
2
2
 
3
- > @lukso/transaction-view-headless@0.5.1 typecheck /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
3
+ > @lukso/transaction-view-headless@0.5.2 typecheck /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
4
4
  > tsc --noEmit
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.5.2](https://github.com/lukso-network/service-auth-simple/compare/transaction-view-headless-v0.5.1...transaction-view-headless-v0.5.2) (2026-06-02)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @lukso/transaction-decoder bumped to 1.5.0
11
+
3
12
  ## [0.5.1](https://github.com/lukso-network/service-auth-simple/compare/transaction-view-headless-v0.5.0...transaction-view-headless-v0.5.1) (2026-03-10)
4
13
 
5
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/transaction-view-headless",
3
- "version": "0.5.1-dev.d910ec0",
3
+ "version": "0.5.2",
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.d910ec0"
42
+ "@lukso/transaction-decoder": "1.5.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/node": "^25.2.3",
package/publish.log CHANGED
@@ -0,0 +1 @@
1
+  WARN  Issue while reading "/home/runner/work/service-auth-simple/service-auth-simple/.npmrc". Failed to replace env in config: ${LUKSO_NPM_TOKEN}