@xyo-network/payload-plugins 2.33.0-rc.6 → 2.33.0-rc.8
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/d9441ee/packages/plugins/src/index.ts#L29"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"target": 1
|
|
@@ -22089,7 +22089,7 @@
|
|
|
22089
22089
|
"fileName": "plugins/src/index.ts",
|
|
22090
22090
|
"line": 18,
|
|
22091
22091
|
"character": 13,
|
|
22092
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
22092
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d9441ee/packages/plugins/src/index.ts#L18"
|
|
22093
22093
|
}
|
|
22094
22094
|
],
|
|
22095
22095
|
"type": {
|
|
@@ -23563,7 +23563,7 @@
|
|
|
23563
23563
|
"fileName": "plugins/src/index.ts",
|
|
23564
23564
|
"line": 1,
|
|
23565
23565
|
"character": 0,
|
|
23566
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
23566
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d9441ee/packages/plugins/src/index.ts#L1"
|
|
23567
23567
|
}
|
|
23568
23568
|
]
|
|
23569
23569
|
}
|
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.33.0-rc.
|
|
14
|
-
"@xyo-network/crypto-payload-plugins": "^2.33.0-rc.
|
|
15
|
-
"@xyo-network/domain-payload-plugin": "^2.33.0-rc.
|
|
16
|
-
"@xyo-network/id-payload-plugin": "^2.33.0-rc.
|
|
17
|
-
"@xyo-network/location-payload-plugin": "^2.33.0-rc.
|
|
18
|
-
"@xyo-network/payload-plugin": "^2.33.0-rc.
|
|
19
|
-
"@xyo-network/schema-payload-plugin": "^2.33.0-rc.
|
|
20
|
-
"@xyo-network/system-payload-plugins": "^2.33.0-rc.
|
|
13
|
+
"@xyo-network/blockchain-payload-plugins": "^2.33.0-rc.8",
|
|
14
|
+
"@xyo-network/crypto-payload-plugins": "^2.33.0-rc.8",
|
|
15
|
+
"@xyo-network/domain-payload-plugin": "^2.33.0-rc.8",
|
|
16
|
+
"@xyo-network/id-payload-plugin": "^2.33.0-rc.8",
|
|
17
|
+
"@xyo-network/location-payload-plugin": "^2.33.0-rc.8",
|
|
18
|
+
"@xyo-network/payload-plugin": "^2.33.0-rc.8",
|
|
19
|
+
"@xyo-network/schema-payload-plugin": "^2.33.0-rc.8",
|
|
20
|
+
"@xyo-network/system-payload-plugins": "^2.33.0-rc.8",
|
|
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.33.0-rc.
|
|
56
|
+
"version": "2.33.0-rc.8",
|
|
57
57
|
"stableVersion": "2.32.1"
|
|
58
58
|
}
|