@xyo-network/payload-plugins 2.29.0-rc.8 → 2.29.0-rc.9
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 +8 -8
package/dist/docs.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"fileName": "plugins/src/index.ts",
|
|
18
18
|
"line": 26,
|
|
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/33be809/packages/plugins/src/index.ts#L26"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"target": 1
|
|
@@ -13889,7 +13889,7 @@
|
|
|
13889
13889
|
"fileName": "plugins/src/index.ts",
|
|
13890
13890
|
"line": 16,
|
|
13891
13891
|
"character": 13,
|
|
13892
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
13892
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/33be809/packages/plugins/src/index.ts#L16"
|
|
13893
13893
|
}
|
|
13894
13894
|
],
|
|
13895
13895
|
"type": {
|
|
@@ -15541,7 +15541,7 @@
|
|
|
15541
15541
|
"fileName": "plugins/src/index.ts",
|
|
15542
15542
|
"line": 1,
|
|
15543
15543
|
"character": 0,
|
|
15544
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
15544
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/33be809/packages/plugins/src/index.ts#L1"
|
|
15545
15545
|
}
|
|
15546
15546
|
]
|
|
15547
15547
|
}
|
package/package.json
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/blockchain-payload-plugins": "^2.29.0-rc.
|
|
14
|
-
"@xyo-network/domain-payload-plugin": "^2.29.0-rc.
|
|
15
|
-
"@xyo-network/id-payload-plugin": "^2.29.0-rc.
|
|
16
|
-
"@xyo-network/location-payload-plugin": "^2.29.0-rc.
|
|
17
|
-
"@xyo-network/payload-plugin": "^2.29.0-rc.
|
|
18
|
-
"@xyo-network/schema-payload-plugin": "^2.29.0-rc.
|
|
19
|
-
"@xyo-network/system-payload-plugins": "^2.29.0-rc.
|
|
13
|
+
"@xyo-network/blockchain-payload-plugins": "^2.29.0-rc.9",
|
|
14
|
+
"@xyo-network/domain-payload-plugin": "^2.29.0-rc.9",
|
|
15
|
+
"@xyo-network/id-payload-plugin": "^2.29.0-rc.9",
|
|
16
|
+
"@xyo-network/location-payload-plugin": "^2.29.0-rc.9",
|
|
17
|
+
"@xyo-network/payload-plugin": "^2.29.0-rc.9",
|
|
18
|
+
"@xyo-network/schema-payload-plugin": "^2.29.0-rc.9",
|
|
19
|
+
"@xyo-network/system-payload-plugins": "^2.29.0-rc.9",
|
|
20
20
|
"tslib": "^2.4.0"
|
|
21
21
|
},
|
|
22
22
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -52,6 +52,6 @@
|
|
|
52
52
|
},
|
|
53
53
|
"sideEffects": false,
|
|
54
54
|
"types": "dist/esm/index.d.ts",
|
|
55
|
-
"version": "2.29.0-rc.
|
|
55
|
+
"version": "2.29.0-rc.9",
|
|
56
56
|
"stableVersion": "2.28.1"
|
|
57
57
|
}
|