@xyo-network/sdk 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 +14 -14
package/dist/docs.json CHANGED
@@ -5797,7 +5797,7 @@
5797
5797
  "sources": [
5798
5798
  {
5799
5799
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
5800
- "line": 38,
5800
+ "line": 37,
5801
5801
  "character": 8
5802
5802
  }
5803
5803
  ],
@@ -5810,7 +5810,7 @@
5810
5810
  "sources": [
5811
5811
  {
5812
5812
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
5813
- "line": 38,
5813
+ "line": 37,
5814
5814
  "character": 4
5815
5815
  }
5816
5816
  ],
@@ -33858,7 +33858,7 @@
33858
33858
  "sources": [
33859
33859
  {
33860
33860
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
33861
- "line": 38,
33861
+ "line": 37,
33862
33862
  "character": 8
33863
33863
  }
33864
33864
  ],
@@ -33871,7 +33871,7 @@
33871
33871
  "sources": [
33872
33872
  {
33873
33873
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
33874
- "line": 38,
33874
+ "line": 37,
33875
33875
  "character": 4
33876
33876
  }
33877
33877
  ],
package/package.json CHANGED
@@ -10,19 +10,19 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/api-models": "~2.72.8",
14
- "@xyo-network/axios": "~2.72.8",
15
- "@xyo-network/dns": "~2.72.8",
16
- "@xyo-network/error": "~2.72.8",
17
- "@xyo-network/logger": "~2.72.8",
18
- "@xyo-network/metamask-connector": "~2.72.8",
19
- "@xyo-network/network": "~2.72.8",
20
- "@xyo-network/object-identity": "~2.72.8",
21
- "@xyo-network/payload-plugin": "~2.72.8",
22
- "@xyo-network/payloadset-plugin": "~2.72.8",
23
- "@xyo-network/schema-cache": "~2.72.8",
24
- "@xyo-network/schema-name-validator": "~2.72.8",
25
- "@xyo-network/witnesses": "~2.72.8"
13
+ "@xyo-network/api-models": "~2.72.9",
14
+ "@xyo-network/axios": "~2.72.9",
15
+ "@xyo-network/dns": "~2.72.9",
16
+ "@xyo-network/error": "~2.72.9",
17
+ "@xyo-network/logger": "~2.72.9",
18
+ "@xyo-network/metamask-connector": "~2.72.9",
19
+ "@xyo-network/network": "~2.72.9",
20
+ "@xyo-network/object-identity": "~2.72.9",
21
+ "@xyo-network/payload-plugin": "~2.72.9",
22
+ "@xyo-network/payloadset-plugin": "~2.72.9",
23
+ "@xyo-network/schema-cache": "~2.72.9",
24
+ "@xyo-network/schema-name-validator": "~2.72.9",
25
+ "@xyo-network/witnesses": "~2.72.9"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@xylabs/ts-scripts-yarn3": "^2.19.3",
@@ -62,5 +62,5 @@
62
62
  },
63
63
  "sideEffects": false,
64
64
  "types": "dist/types/index.d.ts",
65
- "version": "2.72.8"
65
+ "version": "2.72.9"
66
66
  }