@xyo-network/sdk 2.66.4 → 2.66.5
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/docs.json +0 -10
- package/package.json +12 -12
package/dist/docs.json
CHANGED
|
@@ -6407,11 +6407,6 @@
|
|
|
6407
6407
|
"type": "reference",
|
|
6408
6408
|
"target": -1,
|
|
6409
6409
|
"name": "AbstractWitness.observe"
|
|
6410
|
-
},
|
|
6411
|
-
"implementationOf": {
|
|
6412
|
-
"type": "reference",
|
|
6413
|
-
"target": -1,
|
|
6414
|
-
"name": "WitnessModule.observe"
|
|
6415
6410
|
}
|
|
6416
6411
|
}
|
|
6417
6412
|
],
|
|
@@ -6419,11 +6414,6 @@
|
|
|
6419
6414
|
"type": "reference",
|
|
6420
6415
|
"target": -1,
|
|
6421
6416
|
"name": "AbstractWitness.observe"
|
|
6422
|
-
},
|
|
6423
|
-
"implementationOf": {
|
|
6424
|
-
"type": "reference",
|
|
6425
|
-
"target": -1,
|
|
6426
|
-
"name": "WitnessModule.observe"
|
|
6427
6417
|
}
|
|
6428
6418
|
},
|
|
6429
6419
|
{
|
package/package.json
CHANGED
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/api-models": "~2.66.
|
|
14
|
-
"@xyo-network/axios": "~2.66.
|
|
15
|
-
"@xyo-network/dns": "~2.66.
|
|
16
|
-
"@xyo-network/error": "~2.66.
|
|
17
|
-
"@xyo-network/metamask-connector": "~2.66.
|
|
18
|
-
"@xyo-network/network": "~2.66.
|
|
19
|
-
"@xyo-network/payload-plugin": "~2.66.
|
|
20
|
-
"@xyo-network/payloadset-plugin": "~2.66.
|
|
21
|
-
"@xyo-network/schema-cache": "~2.66.
|
|
22
|
-
"@xyo-network/schema-name-validator": "~2.66.
|
|
23
|
-
"@xyo-network/witnesses": "~2.66.
|
|
13
|
+
"@xyo-network/api-models": "~2.66.5",
|
|
14
|
+
"@xyo-network/axios": "~2.66.5",
|
|
15
|
+
"@xyo-network/dns": "~2.66.5",
|
|
16
|
+
"@xyo-network/error": "~2.66.5",
|
|
17
|
+
"@xyo-network/metamask-connector": "~2.66.5",
|
|
18
|
+
"@xyo-network/network": "~2.66.5",
|
|
19
|
+
"@xyo-network/payload-plugin": "~2.66.5",
|
|
20
|
+
"@xyo-network/payloadset-plugin": "~2.66.5",
|
|
21
|
+
"@xyo-network/schema-cache": "~2.66.5",
|
|
22
|
+
"@xyo-network/schema-name-validator": "~2.66.5",
|
|
23
|
+
"@xyo-network/witnesses": "~2.66.5"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@xylabs/ts-scripts-yarn3": "^2.18.11",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"types": "dist/types/index.d.ts",
|
|
63
|
-
"version": "2.66.
|
|
63
|
+
"version": "2.66.5"
|
|
64
64
|
}
|