@xyo-network/payloadset-plugins 2.72.1 → 2.72.3
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 +15 -15
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/ba60c0d97f7b2/packages/plugins/packages/payloadset/src/index.ts#L38"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
22
|
"target": 1
|
|
@@ -330176,7 +330176,7 @@
|
|
|
330176
330176
|
"fileName": "plugins/packages/payloadset/src/index.ts",
|
|
330177
330177
|
"line": 24,
|
|
330178
330178
|
"character": 13,
|
|
330179
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
330179
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ba60c0d97f7b2/packages/plugins/packages/payloadset/src/index.ts#L24"
|
|
330180
330180
|
}
|
|
330181
330181
|
],
|
|
330182
330182
|
"type": {
|
package/package.json
CHANGED
|
@@ -10,22 +10,22 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/blockchain-plugins": "~2.72.
|
|
14
|
-
"@xyo-network/crypto-plugins": "~2.72.
|
|
15
|
-
"@xyo-network/domain-plugin": "~2.72.
|
|
16
|
-
"@xyo-network/elevation-plugin": "~2.72.
|
|
17
|
-
"@xyo-network/id-plugin": "~2.72.
|
|
18
|
-
"@xyo-network/location-certainty-plugin": "~2.72.
|
|
19
|
-
"@xyo-network/location-plugin": "~2.72.
|
|
20
|
-
"@xyo-network/module-instance-plugin": "~2.72.
|
|
21
|
-
"@xyo-network/payloadset-plugin": "~2.72.
|
|
22
|
-
"@xyo-network/schema-plugin": "~2.72.
|
|
23
|
-
"@xyo-network/system-plugins": "~2.72.
|
|
13
|
+
"@xyo-network/blockchain-plugins": "~2.72.3",
|
|
14
|
+
"@xyo-network/crypto-plugins": "~2.72.3",
|
|
15
|
+
"@xyo-network/domain-plugin": "~2.72.3",
|
|
16
|
+
"@xyo-network/elevation-plugin": "~2.72.3",
|
|
17
|
+
"@xyo-network/id-plugin": "~2.72.3",
|
|
18
|
+
"@xyo-network/location-certainty-plugin": "~2.72.3",
|
|
19
|
+
"@xyo-network/location-plugin": "~2.72.3",
|
|
20
|
+
"@xyo-network/module-instance-plugin": "~2.72.3",
|
|
21
|
+
"@xyo-network/payloadset-plugin": "~2.72.3",
|
|
22
|
+
"@xyo-network/schema-plugin": "~2.72.3",
|
|
23
|
+
"@xyo-network/system-plugins": "~2.72.3"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@xylabs/ts-scripts-yarn3": "^2.19.
|
|
27
|
-
"@xylabs/tsconfig": "^2.19.
|
|
28
|
-
"typescript": "^5.
|
|
26
|
+
"@xylabs/ts-scripts-yarn3": "^2.19.3",
|
|
27
|
+
"@xylabs/tsconfig": "^2.19.3",
|
|
28
|
+
"typescript": "^5.2.2"
|
|
29
29
|
},
|
|
30
30
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
31
31
|
"browser": "dist/esm/index.js",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"types": "dist/types/index.d.ts",
|
|
63
|
-
"version": "2.72.
|
|
63
|
+
"version": "2.72.3"
|
|
64
64
|
}
|