@xyo-network/payloadset-plugins 2.75.16 → 2.75.17
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 +2 -2
- package/package.json +14 -14
package/dist/docs.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"fileName": "plugins/packages/payloadset/src/index.ts",
|
|
17
17
|
"line": 38,
|
|
18
18
|
"character": 0,
|
|
19
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
19
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payloadset/src/index.ts#L38"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
22
|
"target": 1
|
|
@@ -369221,7 +369221,7 @@
|
|
|
369221
369221
|
"fileName": "plugins/packages/payloadset/src/index.ts",
|
|
369222
369222
|
"line": 24,
|
|
369223
369223
|
"character": 13,
|
|
369224
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
369224
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payloadset/src/index.ts#L24"
|
|
369225
369225
|
}
|
|
369226
369226
|
],
|
|
369227
369227
|
"type": {
|
package/package.json
CHANGED
|
@@ -10,21 +10,21 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/blockchain-plugins": "~2.75.
|
|
14
|
-
"@xyo-network/crypto-plugins": "~2.75.
|
|
15
|
-
"@xyo-network/domain-plugin": "~2.75.
|
|
16
|
-
"@xyo-network/elevation-plugin": "~2.75.
|
|
17
|
-
"@xyo-network/id-plugin": "~2.75.
|
|
18
|
-
"@xyo-network/location-certainty-plugin": "~2.75.
|
|
19
|
-
"@xyo-network/location-plugin": "~2.75.
|
|
20
|
-
"@xyo-network/module-instance-plugin": "~2.75.
|
|
21
|
-
"@xyo-network/payloadset-plugin": "~2.75.
|
|
22
|
-
"@xyo-network/schema-plugin": "~2.75.
|
|
23
|
-
"@xyo-network/system-plugins": "~2.75.
|
|
13
|
+
"@xyo-network/blockchain-plugins": "~2.75.17",
|
|
14
|
+
"@xyo-network/crypto-plugins": "~2.75.17",
|
|
15
|
+
"@xyo-network/domain-plugin": "~2.75.17",
|
|
16
|
+
"@xyo-network/elevation-plugin": "~2.75.17",
|
|
17
|
+
"@xyo-network/id-plugin": "~2.75.17",
|
|
18
|
+
"@xyo-network/location-certainty-plugin": "~2.75.17",
|
|
19
|
+
"@xyo-network/location-plugin": "~2.75.17",
|
|
20
|
+
"@xyo-network/module-instance-plugin": "~2.75.17",
|
|
21
|
+
"@xyo-network/payloadset-plugin": "~2.75.17",
|
|
22
|
+
"@xyo-network/schema-plugin": "~2.75.17",
|
|
23
|
+
"@xyo-network/system-plugins": "~2.75.17"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
|
27
|
-
"@xylabs/tsconfig": "^3.1.
|
|
26
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.9",
|
|
27
|
+
"@xylabs/tsconfig": "^3.1.9",
|
|
28
28
|
"typescript": "^5.2.2"
|
|
29
29
|
},
|
|
30
30
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
71
71
|
},
|
|
72
72
|
"sideEffects": false,
|
|
73
|
-
"version": "2.75.
|
|
73
|
+
"version": "2.75.17"
|
|
74
74
|
}
|