@xyo-network/payload-plugins 2.32.0-rc.3 → 2.32.0-rc.4
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/66dfc36/packages/plugins/src/index.ts#L29"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"target": 1
|
|
@@ -22863,7 +22863,7 @@
|
|
|
22863
22863
|
"fileName": "plugins/src/index.ts",
|
|
22864
22864
|
"line": 18,
|
|
22865
22865
|
"character": 13,
|
|
22866
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
22866
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/plugins/src/index.ts#L18"
|
|
22867
22867
|
}
|
|
22868
22868
|
],
|
|
22869
22869
|
"type": {
|
|
@@ -24337,7 +24337,7 @@
|
|
|
24337
24337
|
"fileName": "plugins/src/index.ts",
|
|
24338
24338
|
"line": 1,
|
|
24339
24339
|
"character": 0,
|
|
24340
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
24340
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/plugins/src/index.ts#L1"
|
|
24341
24341
|
}
|
|
24342
24342
|
]
|
|
24343
24343
|
}
|
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.4",
|
|
14
|
+
"@xyo-network/crypto-payload-plugins": "^2.32.0-rc.4",
|
|
15
|
+
"@xyo-network/domain-payload-plugin": "^2.32.0-rc.4",
|
|
16
|
+
"@xyo-network/id-payload-plugin": "^2.32.0-rc.4",
|
|
17
|
+
"@xyo-network/location-payload-plugin": "^2.32.0-rc.4",
|
|
18
|
+
"@xyo-network/payload-plugin": "^2.32.0-rc.4",
|
|
19
|
+
"@xyo-network/schema-payload-plugin": "^2.32.0-rc.4",
|
|
20
|
+
"@xyo-network/system-payload-plugins": "^2.32.0-rc.4",
|
|
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.4",
|
|
57
57
|
"stableVersion": "2.31.5"
|
|
58
58
|
}
|