@lukso/transaction-view-headless 0.4.4-dev.d966b4b → 0.4.5-dev.14d5261

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.4 build /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
3
+ > @lukso/transaction-view-headless@0.4.5 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"}
@@ -18,24 +18,24 @@
18
18
  CJS dist/utils/index.cjs 6.80 KB
19
19
  CJS dist/index.cjs.map 108.50 KB
20
20
  CJS dist/types/index.cjs.map 9.95 KB
21
- CJS dist/composables/index.cjs.map 92.12 KB
22
21
  CJS dist/registry/index.cjs.map 30.27 KB
23
22
  CJS dist/utils/index.cjs.map 13.93 KB
24
- CJS ⚡️ Build success in 183ms
25
- ESM dist/index.js 44.39 KB
23
+ CJS dist/composables/index.cjs.map 92.12 KB
24
+ CJS ⚡️ Build success in 151ms
26
25
  ESM dist/types/index.js 1.72 KB
27
- ESM dist/composables/index.js 37.78 KB
26
+ ESM dist/index.js 44.39 KB
28
27
  ESM dist/registry/index.js 13.51 KB
29
28
  ESM dist/utils/index.js 5.68 KB
30
- ESM dist/index.js.map 108.22 KB
29
+ ESM dist/composables/index.js 37.78 KB
31
30
  ESM dist/types/index.js.map 9.19 KB
32
- ESM dist/composables/index.js.map 91.99 KB
33
- ESM dist/registry/index.js.map 29.88 KB
34
31
  ESM dist/utils/index.js.map 13.75 KB
35
- ESM ⚡️ Build success in 187ms
32
+ ESM dist/registry/index.js.map 29.88 KB
33
+ ESM dist/composables/index.js.map 91.99 KB
34
+ ESM dist/index.js.map 108.22 KB
35
+ ESM ⚡️ Build success in 159ms
36
36
  📦 Build complete (build mode)
37
37
  DTS Build start
38
- DTS ⚡️ Build success in 23327ms
38
+ DTS ⚡️ Build success in 22372ms
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.4 typecheck /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
3
+ > @lukso/transaction-view-headless@0.4.5 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,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.5](https://github.com/lukso-network/service-auth-simple/compare/transaction-view-headless-v0.4.4...transaction-view-headless-v0.4.5) (2026-01-05)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Force build of the packages - attempt 2 ([#86](https://github.com/lukso-network/service-auth-simple/issues/86)) ([ba618e9](https://github.com/lukso-network/service-auth-simple/commit/ba618e9bdd2a68499cebb9ff370ca31f7e4ef319))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @lukso/transaction-decoder bumped to 1.3.5
16
+
3
17
  ## [0.4.4](https://github.com/lukso-network/service-auth-simple/compare/transaction-view-headless-v0.4.3...transaction-view-headless-v0.4.4) (2025-12-23)
4
18
 
5
19