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

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/index.js CHANGED
@@ -35,19 +35,19 @@ import {
35
35
  parseLSP23DeploymentsFromHypersync,
36
36
  resolveAddresses,
37
37
  subscribe
38
- } from "./chunk-QRRY6GDQ.js";
38
+ } from "./chunk-LOJM65IV.js";
39
39
  import {
40
40
  consumerModel,
41
41
  createGlobalInstance,
42
42
  decodeTransaction,
43
43
  decodeTransactionAsync
44
- } from "./chunk-C3O7HMFS.js";
44
+ } from "./chunk-3N66NLGD.js";
45
45
  import {
46
46
  fetchMultipleAddresses,
47
47
  fetchProfilesByControllers,
48
48
  getGraphQLEndpoint,
49
49
  getImage
50
- } from "./chunk-QKSNFPPP.js";
50
+ } from "./chunk-YVRHLYBE.js";
51
51
  import {
52
52
  PluginAggregationEngine,
53
53
  collectDataKeys,
@@ -65,7 +65,7 @@ import {
65
65
  standardAggregation,
66
66
  standardPlugin,
67
67
  standardSchemaPlugin
68
- } from "./chunk-XE5YIF5G.js";
68
+ } from "./chunk-4QSFVPXX.js";
69
69
  export {
70
70
  AddressResolver,
71
71
  DEPLOY_ERC1167_PROXIES_SELECTOR,
package/dist/server.cjs CHANGED
@@ -3935,7 +3935,7 @@ var enhanceLSP6KeyManager_default = enhanceLSP6KeyManagerPlugin;
3935
3935
  // src/decoder/plugins/enhanceLSP7DigitalAsset.ts
3936
3936
  import {
3937
3937
  lsp7BurnableAbi,
3938
- lsp7CappedSupplyAbi,
3938
+ lsp7CappedSupplyAbstractAbi,
3939
3939
  lsp7DigitalAssetAbi,
3940
3940
  lsp7MintableAbi,
3941
3941
  lsp7VotesAbi
@@ -3952,7 +3952,7 @@ var LSP7 = [
3952
3952
  ...lsp7DigitalAssetAbi,
3953
3953
  ...lsp7MintableAbi,
3954
3954
  ...lsp7BurnableAbi,
3955
- ...lsp7CappedSupplyAbi,
3955
+ ...lsp7CappedSupplyAbstractAbi,
3956
3956
  ...lsp7VotesAbi
3957
3957
  ];
3958
3958
  var enhanceLSP7DigitalAssetPlugin = standardPlugin(
@@ -4049,7 +4049,7 @@ var enhanceLSP7DigitalAsset_default = enhanceLSP7DigitalAssetPlugin;
4049
4049
  // src/decoder/plugins/enhanceLSP8IdentifiableDigitalAsset.ts
4050
4050
  import {
4051
4051
  lsp8BurnableAbi,
4052
- lsp8CappedSupplyAbi,
4052
+ lsp8CappedSupplyAbstractAbi,
4053
4053
  lsp8EnumerableAbi,
4054
4054
  lsp8IdentifiableDigitalAssetAbi,
4055
4055
  lsp8MintableAbi,
@@ -4059,7 +4059,7 @@ var LSP8 = [
4059
4059
  ...lsp8IdentifiableDigitalAssetAbi,
4060
4060
  ...lsp8MintableAbi,
4061
4061
  ...lsp8BurnableAbi,
4062
- ...lsp8CappedSupplyAbi,
4062
+ ...lsp8CappedSupplyAbstractAbi,
4063
4063
  ...lsp8EnumerableAbi,
4064
4064
  ...lsp8VotesAbi
4065
4065
  ];