@lukso/transaction-view-headless 0.4.1 → 0.4.2-dev.d85bba3

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,5 +1,6 @@
1
+  WARN  Issue while reading "/home/runner/work/service-auth-simple/service-auth-simple/.npmrc". Failed to replace env in config: ${LUKSO_NPM_TOKEN}
1
2
 
2
- > @lukso/transaction-view-headless@0.4.1 build /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
3
+ > @lukso/transaction-view-headless@0.4.2 build /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
3
4
  > tsup
4
5
 
5
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"}
@@ -20,7 +21,7 @@
20
21
  ESM dist/composables/index.js.map 91.87 KB
21
22
  ESM dist/registry/index.js.map 29.88 KB
22
23
  ESM dist/utils/index.js.map 13.75 KB
23
- ESM ⚡️ Build success in 131ms
24
+ ESM ⚡️ Build success in 213ms
24
25
  CJS dist/index.cjs 46.37 KB
25
26
  CJS dist/types/index.cjs 798.00 B
26
27
  CJS dist/composables/index.cjs 40.33 KB
@@ -31,10 +32,10 @@
31
32
  CJS dist/composables/index.cjs.map 92.00 KB
32
33
  CJS dist/registry/index.cjs.map 30.27 KB
33
34
  CJS dist/utils/index.cjs.map 13.93 KB
34
- CJS ⚡️ Build success in 163ms
35
+ CJS ⚡️ Build success in 217ms
35
36
  📦 Build complete (build mode)
36
37
  DTS Build start
37
- DTS ⚡️ Build success in 21919ms
38
+ DTS ⚡️ Build success in 23379ms
38
39
  DTS dist/index.d.ts 4.15 KB
39
40
  DTS dist/types/index.d.ts 7.07 KB
40
41
  DTS dist/registry/index.d.ts 1.62 KB
@@ -1,4 +1,5 @@
1
+  WARN  Issue while reading "/home/runner/work/service-auth-simple/service-auth-simple/.npmrc". Failed to replace env in config: ${LUKSO_NPM_TOKEN}
1
2
 
2
- > @lukso/transaction-view-headless@0.4.1 typecheck /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
3
+ > @lukso/transaction-view-headless@0.4.2 typecheck /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
3
4
  > tsc --noEmit
4
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.2](https://github.com/lukso-network/service-auth-simple/compare/transaction-view-headless-v0.4.1...transaction-view-headless-v0.4.2) (2025-12-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Repair web-components ([#68](https://github.com/lukso-network/service-auth-simple/issues/68)) ([b13d9de](https://github.com/lukso-network/service-auth-simple/commit/b13d9de69d72119538b4c98d8f3437fb0e92bfc0))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @lukso/transaction-decoder bumped to 1.3.2
16
+
3
17
  ## [0.4.1](https://github.com/lukso-network/service-auth-simple/compare/transaction-view-headless-v0.4.0...transaction-view-headless-v0.4.1) (2025-12-11)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/transaction-view-headless",
3
- "version": "0.4.1",
3
+ "version": "0.4.2-dev.d85bba3",
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,11 +35,11 @@
35
35
  "dependencies": {
36
36
  "@preact/signals-core": "^1.12.1",
37
37
  "@tanstack/query-core": "^5.90.12",
38
- "viem": "^2.41.2",
39
- "@lukso/transaction-decoder": "1.3.1"
38
+ "viem": "^2.43.1",
39
+ "@lukso/transaction-decoder": "1.3.2-dev.d85bba3"
40
40
  },
41
41
  "devDependencies": {
42
- "@types/node": "^24.10.1",
42
+ "@types/node": "^25.0.3",
43
43
  "tsup": "^8.5.1",
44
44
  "typescript": "^5.9.3"
45
45
  },