@lukso/transaction-decoder 1.4.1-dev.d910ec0 → 1.5.0

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.
package/dist/server.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  fetchMultipleAddresses
3
- } from "./chunk-QKSNFPPP.js";
3
+ } from "./chunk-YVRHLYBE.js";
4
4
  import {
5
5
  __name,
6
6
  collectDataKeys,
@@ -9,7 +9,7 @@ import {
9
9
  decodeTransaction,
10
10
  needsEnhancement,
11
11
  pluginRegistry
12
- } from "./chunk-XE5YIF5G.js";
12
+ } from "./chunk-4QSFVPXX.js";
13
13
 
14
14
  // src/server/addressResolver.ts
15
15
  var ServerAddressResolver = class {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/transaction-decoder",
3
- "version": "1.4.1-dev.d910ec0",
3
+ "version": "1.5.0",
4
4
  "description": "Transaction decoder for LUKSO blockchain with reactive state management",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -46,8 +46,8 @@
46
46
  "@lukso/lsp3-contracts": "0.16.6",
47
47
  "@lukso/lsp4-contracts": "0.16.7",
48
48
  "@lukso/lsp6-contracts": "0.15.5",
49
- "@lukso/lsp7-contracts": "0.16.8",
50
- "@lukso/lsp8-contracts": "0.16.7",
49
+ "@lukso/lsp7-contracts": "0.18.1",
50
+ "@lukso/lsp8-contracts": "0.18.1",
51
51
  "@lukso/lsp9-contracts": "0.15.5",
52
52
  "@lukso/universalprofile-contracts": "0.15.5",
53
53
  "@preact/signals-core": "^1.13.0",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  lsp7BurnableAbi,
3
- lsp7CappedSupplyAbi,
3
+ lsp7CappedSupplyAbstractAbi,
4
4
  lsp7DigitalAssetAbi,
5
5
  lsp7MintableAbi,
6
6
  lsp7VotesAbi,
@@ -23,7 +23,7 @@ const LSP7 = [
23
23
  ...lsp7DigitalAssetAbi,
24
24
  ...lsp7MintableAbi,
25
25
  ...lsp7BurnableAbi,
26
- ...lsp7CappedSupplyAbi,
26
+ ...lsp7CappedSupplyAbstractAbi,
27
27
  ...lsp7VotesAbi,
28
28
  ]
29
29
 
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  lsp8BurnableAbi,
3
- lsp8CappedSupplyAbi,
3
+ lsp8CappedSupplyAbstractAbi,
4
4
  lsp8EnumerableAbi,
5
5
  lsp8IdentifiableDigitalAssetAbi,
6
6
  lsp8MintableAbi,
@@ -24,7 +24,7 @@ const LSP8 = [
24
24
  ...lsp8IdentifiableDigitalAssetAbi,
25
25
  ...lsp8MintableAbi,
26
26
  ...lsp8BurnableAbi,
27
- ...lsp8CappedSupplyAbi,
27
+ ...lsp8CappedSupplyAbstractAbi,
28
28
  ...lsp8EnumerableAbi,
29
29
  ...lsp8VotesAbi,
30
30
  ]