@lukso/transaction-view-headless 0.4.6 → 0.4.7-dev.184cdf1

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.4.6 build /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
3
+ > @lukso/transaction-view-headless@0.4.7 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"}
@@ -21,21 +21,21 @@
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 182ms
24
+ CJS ⚡️ Build success in 175ms
25
25
  ESM dist/index.js 44.39 KB
26
26
  ESM dist/types/index.js 1.72 KB
27
+ ESM dist/composables/index.js 37.78 KB
27
28
  ESM dist/registry/index.js 13.51 KB
28
29
  ESM dist/utils/index.js 5.68 KB
29
- ESM dist/composables/index.js 37.78 KB
30
30
  ESM dist/index.js.map 108.22 KB
31
31
  ESM dist/types/index.js.map 9.19 KB
32
+ ESM dist/composables/index.js.map 91.99 KB
32
33
  ESM dist/registry/index.js.map 29.88 KB
33
34
  ESM dist/utils/index.js.map 13.75 KB
34
- ESM dist/composables/index.js.map 91.99 KB
35
- ESM ⚡️ Build success in 185ms
35
+ ESM ⚡️ Build success in 178ms
36
36
  📦 Build complete (build mode)
37
37
  DTS Build start
38
- DTS ⚡️ Build success in 23156ms
38
+ DTS ⚡️ Build success in 22682ms
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.4.6 typecheck /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
3
+ > @lukso/transaction-view-headless@0.4.7 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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.7](https://github.com/lukso-network/service-auth-simple/compare/transaction-view-headless-v0.4.6...transaction-view-headless-v0.4.7) (2026-01-14)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Repair publish settings ([ea75859](https://github.com/lukso-network/service-auth-simple/commit/ea758598bada1c4b540f3fcf7c3ec52f5cfa6de5))
9
+
3
10
  ## [0.4.6](https://github.com/lukso-network/service-auth-simple/compare/transaction-view-headless-v0.4.5...transaction-view-headless-v0.4.6) (2026-01-07)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/transaction-view-headless",
3
- "version": "0.4.6",
3
+ "version": "0.4.7-dev.184cdf1",
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"
39
+ "@lukso/transaction-decoder": "1.3.6-dev.184cdf1"
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",