@lukso/transaction-view-headless 0.4.0-dev.f500300 → 0.4.1-dev.360c7b1

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,5 @@
1
1
 
2
- > @lukso/transaction-view-headless@0.4.0 build /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
2
+ > @lukso/transaction-view-headless@0.4.1 build /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
3
3
  > tsup
4
4
 
5
5
  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"}
@@ -15,26 +15,26 @@
15
15
  ESM dist/composables/index.js 37.86 KB
16
16
  ESM dist/registry/index.js 13.51 KB
17
17
  ESM dist/utils/index.js 5.68 KB
18
- ESM dist/types/index.js.map 71.00 B
19
- ESM dist/registry/index.js.map 29.88 KB
20
18
  ESM dist/index.js.map 98.99 KB
19
+ ESM dist/types/index.js.map 71.00 B
21
20
  ESM dist/composables/index.js.map 91.87 KB
21
+ ESM dist/registry/index.js.map 29.88 KB
22
22
  ESM dist/utils/index.js.map 13.75 KB
23
- ESM ⚡️ Build success in 252ms
24
- CJS dist/index.cjs 46.37 KB
23
+ ESM ⚡️ Build success in 141ms
25
24
  CJS dist/types/index.cjs 798.00 B
26
- CJS dist/composables/index.cjs 40.33 KB
25
+ CJS dist/index.cjs 46.37 KB
27
26
  CJS dist/registry/index.cjs 14.91 KB
27
+ CJS dist/composables/index.cjs 40.33 KB
28
28
  CJS dist/utils/index.cjs 6.80 KB
29
- CJS dist/index.cjs.map 99.24 KB
30
29
  CJS dist/types/index.cjs.map 450.00 B
30
+ CJS dist/index.cjs.map 99.24 KB
31
31
  CJS dist/registry/index.cjs.map 30.27 KB
32
32
  CJS dist/utils/index.cjs.map 13.93 KB
33
33
  CJS dist/composables/index.cjs.map 92.00 KB
34
- CJS ⚡️ Build success in 257ms
34
+ CJS ⚡️ Build success in 176ms
35
35
  📦 Build complete (build mode)
36
36
  DTS Build start
37
- DTS ⚡️ Build success in 21576ms
37
+ DTS ⚡️ Build success in 22916ms
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
@@ -1,4 +1,4 @@
1
1
 
2
- > @lukso/transaction-view-headless@0.4.0 typecheck /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
2
+ > @lukso/transaction-view-headless@0.4.1 typecheck /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [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
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Repair typecheck, lint, check ([#60](https://github.com/lukso-network/service-auth-simple/issues/60)) ([5ea12c5](https://github.com/lukso-network/service-auth-simple/commit/5ea12c5429a410e1a45ff5f73992ecd6fa954c4c))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @lukso/transaction-decoder bumped to 1.3.1
16
+
3
17
  ## [0.4.0](https://github.com/lukso-network/service-auth-simple/compare/transaction-view-headless-v0.3.1...transaction-view-headless-v0.4.0) (2025-12-10)
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.0-dev.f500300",
3
+ "version": "0.4.1-dev.360c7b1",
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.f500300"
39
+ "@lukso/transaction-decoder": "1.3.1-dev.360c7b1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^24.10.1",