@xyo-network/crypto-nft-plugins 2.72.8 → 2.72.9

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.
Files changed (2) hide show
  1. package/dist/docs.json +4 -4
  2. package/package.json +2 -2
package/dist/docs.json CHANGED
@@ -5308,7 +5308,7 @@
5308
5308
  "sources": [
5309
5309
  {
5310
5310
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
5311
- "line": 38,
5311
+ "line": 37,
5312
5312
  "character": 8
5313
5313
  }
5314
5314
  ],
@@ -5321,7 +5321,7 @@
5321
5321
  "sources": [
5322
5322
  {
5323
5323
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
5324
- "line": 38,
5324
+ "line": 37,
5325
5325
  "character": 4
5326
5326
  }
5327
5327
  ],
@@ -22955,7 +22955,7 @@
22955
22955
  "sources": [
22956
22956
  {
22957
22957
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
22958
- "line": 38,
22958
+ "line": 37,
22959
22959
  "character": 8
22960
22960
  }
22961
22961
  ],
@@ -22968,7 +22968,7 @@
22968
22968
  "sources": [
22969
22969
  {
22970
22970
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
22971
- "line": 38,
22971
+ "line": 37,
22972
22972
  "character": 4
22973
22973
  }
22974
22974
  ],
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/crypto-nft-plugin": "~2.72.8"
13
+ "@xyo-network/crypto-nft-plugin": "~2.72.9"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@xylabs/jest-helpers": "^2.9.3",
@@ -52,5 +52,5 @@
52
52
  },
53
53
  "sideEffects": false,
54
54
  "types": "dist/types/index.d.ts",
55
- "version": "2.72.8"
55
+ "version": "2.72.9"
56
56
  }