@xyo-network/diviner-coin 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 +2 -2
  2. package/package.json +2 -2
package/dist/docs.json CHANGED
@@ -4919,7 +4919,7 @@
4919
4919
  "sources": [
4920
4920
  {
4921
4921
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
4922
- "line": 38,
4922
+ "line": 37,
4923
4923
  "character": 8
4924
4924
  }
4925
4925
  ],
@@ -4932,7 +4932,7 @@
4932
4932
  "sources": [
4933
4933
  {
4934
4934
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
4935
- "line": 38,
4935
+ "line": 37,
4936
4936
  "character": 4
4937
4937
  }
4938
4938
  ],
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/diviner-coin-user-locations": "~2.72.8"
13
+ "@xyo-network/diviner-coin-user-locations": "~2.72.9"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@xylabs/ts-scripts-yarn3": "^2.19.3",
@@ -50,5 +50,5 @@
50
50
  },
51
51
  "sideEffects": false,
52
52
  "types": "dist/types/index.d.ts",
53
- "version": "2.72.8"
53
+ "version": "2.72.9"
54
54
  }