@lukso/transaction-view-headless 0.2.2-dev.a8c9315 → 0.2.3-dev.0f1bea5

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.2.2 build /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
2
+ > @lukso/transaction-view-headless@0.2.3 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"}
@@ -10,17 +10,6 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- CJS dist/index.cjs 46.38 KB
14
- CJS dist/types/index.cjs 798.00 B
15
- CJS dist/composables/index.cjs 40.34 KB
16
- CJS dist/registry/index.cjs 14.91 KB
17
- CJS dist/utils/index.cjs 6.80 KB
18
- CJS dist/index.cjs.map 99.34 KB
19
- CJS dist/types/index.cjs.map 450.00 B
20
- CJS dist/composables/index.cjs.map 92.14 KB
21
- CJS dist/registry/index.cjs.map 30.27 KB
22
- CJS dist/utils/index.cjs.map 13.93 KB
23
- CJS ⚡️ Build success in 192ms
24
13
  ESM dist/index.js 42.80 KB
25
14
  ESM dist/types/index.js 33.00 B
26
15
  ESM dist/composables/index.js 37.87 KB
@@ -31,10 +20,21 @@
31
20
  ESM dist/composables/index.js.map 92.01 KB
32
21
  ESM dist/registry/index.js.map 29.88 KB
33
22
  ESM dist/utils/index.js.map 13.75 KB
34
- ESM ⚡️ Build success in 193ms
23
+ ESM ⚡️ Build success in 189ms
24
+ CJS dist/index.cjs 46.38 KB
25
+ CJS dist/types/index.cjs 798.00 B
26
+ CJS dist/composables/index.cjs 40.34 KB
27
+ CJS dist/registry/index.cjs 14.91 KB
28
+ CJS dist/utils/index.cjs 6.80 KB
29
+ CJS dist/index.cjs.map 99.34 KB
30
+ CJS dist/types/index.cjs.map 450.00 B
31
+ CJS dist/composables/index.cjs.map 92.14 KB
32
+ CJS dist/registry/index.cjs.map 30.27 KB
33
+ CJS dist/utils/index.cjs.map 13.93 KB
34
+ CJS ⚡️ Build success in 209ms
35
35
  📦 Build complete (build mode)
36
36
  DTS Build start
37
- DTS ⚡️ Build success in 20858ms
37
+ DTS ⚡️ Build success in 20603ms
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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.3](https://github.com/lukso-network/service-auth-simple/compare/transaction-view-headless-v0.2.2...transaction-view-headless-v0.2.3) (2025-12-09)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Some small upgrades ([#44](https://github.com/lukso-network/service-auth-simple/issues/44)) ([3470f97](https://github.com/lukso-network/service-auth-simple/commit/3470f9752f5b4cdde2a4cd00ffa752c4bddce157))
9
+
3
10
  ## [0.2.2](https://github.com/lukso-network/service-auth-simple/compare/transaction-view-headless-v0.2.1...transaction-view-headless-v0.2.2) (2025-12-03)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/transaction-view-headless",
3
- "version": "0.2.2-dev.a8c9315",
3
+ "version": "0.2.3-dev.0f1bea5",
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.0.1-dev.a8c9315"
39
+ "@lukso/transaction-decoder": "1.0.1-dev.0f1bea5"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^24.10.1",