@xyo-network/payload-plugins 2.31.0-rc.1 → 2.31.0
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 -10
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/b60a86b/packages/plugins/src/index.ts#L29"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"target": 1
|
|
@@ -20645,7 +20645,7 @@
|
|
|
20645
20645
|
"fileName": "plugins/src/index.ts",
|
|
20646
20646
|
"line": 18,
|
|
20647
20647
|
"character": 13,
|
|
20648
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
20648
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/b60a86b/packages/plugins/src/index.ts#L18"
|
|
20649
20649
|
}
|
|
20650
20650
|
],
|
|
20651
20651
|
"type": {
|
|
@@ -22119,7 +22119,7 @@
|
|
|
22119
22119
|
"fileName": "plugins/src/index.ts",
|
|
22120
22120
|
"line": 1,
|
|
22121
22121
|
"character": 0,
|
|
22122
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
22122
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/b60a86b/packages/plugins/src/index.ts#L1"
|
|
22123
22123
|
}
|
|
22124
22124
|
]
|
|
22125
22125
|
}
|
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.31.0
|
|
14
|
-
"@xyo-network/crypto-payload-plugins": "^2.31.0
|
|
15
|
-
"@xyo-network/domain-payload-plugin": "^2.31.0
|
|
16
|
-
"@xyo-network/id-payload-plugin": "^2.31.0
|
|
17
|
-
"@xyo-network/location-payload-plugin": "^2.31.0
|
|
18
|
-
"@xyo-network/payload-plugin": "^2.31.0
|
|
19
|
-
"@xyo-network/schema-payload-plugin": "^2.31.0
|
|
20
|
-
"@xyo-network/system-payload-plugins": "^2.31.0
|
|
13
|
+
"@xyo-network/blockchain-payload-plugins": "^2.31.0",
|
|
14
|
+
"@xyo-network/crypto-payload-plugins": "^2.31.0",
|
|
15
|
+
"@xyo-network/domain-payload-plugin": "^2.31.0",
|
|
16
|
+
"@xyo-network/id-payload-plugin": "^2.31.0",
|
|
17
|
+
"@xyo-network/location-payload-plugin": "^2.31.0",
|
|
18
|
+
"@xyo-network/payload-plugin": "^2.31.0",
|
|
19
|
+
"@xyo-network/schema-payload-plugin": "^2.31.0",
|
|
20
|
+
"@xyo-network/system-payload-plugins": "^2.31.0",
|
|
21
21
|
"tslib": "^2.4.0"
|
|
22
22
|
},
|
|
23
23
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -53,6 +53,5 @@
|
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
55
|
"types": "dist/esm/index.d.ts",
|
|
56
|
-
"version": "2.31.0
|
|
57
|
-
"stableVersion": "2.30.0"
|
|
56
|
+
"version": "2.31.0"
|
|
58
57
|
}
|