@xyo-network/payload-plugins 2.32.0-rc.1 → 2.32.0-rc.2
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 +3 -3
- package/package.json +9 -9
package/dist/docs.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"fileName": "plugins/src/index.ts",
|
|
18
18
|
"line": 29,
|
|
19
19
|
"character": 0,
|
|
20
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
20
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0e9f220/packages/plugins/src/index.ts#L29"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"target": 1
|
|
@@ -22839,7 +22839,7 @@
|
|
|
22839
22839
|
"fileName": "plugins/src/index.ts",
|
|
22840
22840
|
"line": 18,
|
|
22841
22841
|
"character": 13,
|
|
22842
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
22842
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0e9f220/packages/plugins/src/index.ts#L18"
|
|
22843
22843
|
}
|
|
22844
22844
|
],
|
|
22845
22845
|
"type": {
|
|
@@ -24313,7 +24313,7 @@
|
|
|
24313
24313
|
"fileName": "plugins/src/index.ts",
|
|
24314
24314
|
"line": 1,
|
|
24315
24315
|
"character": 0,
|
|
24316
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
24316
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0e9f220/packages/plugins/src/index.ts#L1"
|
|
24317
24317
|
}
|
|
24318
24318
|
]
|
|
24319
24319
|
}
|
package/package.json
CHANGED
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/blockchain-payload-plugins": "^2.32.0-rc.
|
|
14
|
-
"@xyo-network/crypto-payload-plugins": "^2.32.0-rc.
|
|
15
|
-
"@xyo-network/domain-payload-plugin": "^2.32.0-rc.
|
|
16
|
-
"@xyo-network/id-payload-plugin": "^2.32.0-rc.
|
|
17
|
-
"@xyo-network/location-payload-plugin": "^2.32.0-rc.
|
|
18
|
-
"@xyo-network/payload-plugin": "^2.32.0-rc.
|
|
19
|
-
"@xyo-network/schema-payload-plugin": "^2.32.0-rc.
|
|
20
|
-
"@xyo-network/system-payload-plugins": "^2.32.0-rc.
|
|
13
|
+
"@xyo-network/blockchain-payload-plugins": "^2.32.0-rc.2",
|
|
14
|
+
"@xyo-network/crypto-payload-plugins": "^2.32.0-rc.2",
|
|
15
|
+
"@xyo-network/domain-payload-plugin": "^2.32.0-rc.2",
|
|
16
|
+
"@xyo-network/id-payload-plugin": "^2.32.0-rc.2",
|
|
17
|
+
"@xyo-network/location-payload-plugin": "^2.32.0-rc.2",
|
|
18
|
+
"@xyo-network/payload-plugin": "^2.32.0-rc.2",
|
|
19
|
+
"@xyo-network/schema-payload-plugin": "^2.32.0-rc.2",
|
|
20
|
+
"@xyo-network/system-payload-plugins": "^2.32.0-rc.2",
|
|
21
21
|
"tslib": "^2.4.0"
|
|
22
22
|
},
|
|
23
23
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -53,6 +53,6 @@
|
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
55
|
"types": "dist/esm/index.d.ts",
|
|
56
|
-
"version": "2.32.0-rc.
|
|
56
|
+
"version": "2.32.0-rc.2",
|
|
57
57
|
"stableVersion": "2.31.5"
|
|
58
58
|
}
|