@xyo-network/payloadset-plugins 2.54.7 → 2.55.0-rc.1
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 +15 -14
package/dist/docs.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"fileName": "plugins/packages/payloadset/src/index.ts",
|
|
18
18
|
"line": 38,
|
|
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/96a481583845/packages/plugins/packages/payloadset/src/index.ts#L38"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"target": 1
|
|
@@ -141954,7 +141954,7 @@
|
|
|
141954
141954
|
"fileName": "plugins/packages/payloadset/src/index.ts",
|
|
141955
141955
|
"line": 24,
|
|
141956
141956
|
"character": 13,
|
|
141957
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
141957
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/96a481583845/packages/plugins/packages/payloadset/src/index.ts#L24"
|
|
141958
141958
|
}
|
|
141959
141959
|
],
|
|
141960
141960
|
"type": {
|
|
@@ -144510,7 +144510,7 @@
|
|
|
144510
144510
|
"fileName": "plugins/packages/payloadset/src/index.ts",
|
|
144511
144511
|
"line": 1,
|
|
144512
144512
|
"character": 0,
|
|
144513
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
144513
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/96a481583845/packages/plugins/packages/payloadset/src/index.ts#L1"
|
|
144514
144514
|
}
|
|
144515
144515
|
]
|
|
144516
144516
|
}
|
package/package.json
CHANGED
|
@@ -10,21 +10,21 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/blockchain-plugins": "^2.
|
|
14
|
-
"@xyo-network/crypto-plugins": "^2.
|
|
15
|
-
"@xyo-network/domain-plugin": "^2.
|
|
16
|
-
"@xyo-network/elevation-plugin": "^2.
|
|
17
|
-
"@xyo-network/id-plugin": "^2.
|
|
18
|
-
"@xyo-network/location-certainty-plugin": "^2.
|
|
19
|
-
"@xyo-network/location-plugin": "^2.
|
|
20
|
-
"@xyo-network/module-instance-plugin": "^2.
|
|
21
|
-
"@xyo-network/payloadset-plugin": "^2.
|
|
22
|
-
"@xyo-network/schema-plugin": "^2.
|
|
23
|
-
"@xyo-network/system-plugins": "^2.
|
|
13
|
+
"@xyo-network/blockchain-plugins": "^2.55.0-rc.1",
|
|
14
|
+
"@xyo-network/crypto-plugins": "^2.55.0-rc.1",
|
|
15
|
+
"@xyo-network/domain-plugin": "^2.55.0-rc.1",
|
|
16
|
+
"@xyo-network/elevation-plugin": "^2.55.0-rc.1",
|
|
17
|
+
"@xyo-network/id-plugin": "^2.55.0-rc.1",
|
|
18
|
+
"@xyo-network/location-certainty-plugin": "^2.55.0-rc.1",
|
|
19
|
+
"@xyo-network/location-plugin": "^2.55.0-rc.1",
|
|
20
|
+
"@xyo-network/module-instance-plugin": "^2.55.0-rc.1",
|
|
21
|
+
"@xyo-network/payloadset-plugin": "^2.55.0-rc.1",
|
|
22
|
+
"@xyo-network/schema-plugin": "^2.55.0-rc.1",
|
|
23
|
+
"@xyo-network/system-plugins": "^2.55.0-rc.1"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@xylabs/ts-scripts-yarn3": "^2.16.
|
|
27
|
-
"@xylabs/tsconfig": "^2.16.
|
|
26
|
+
"@xylabs/ts-scripts-yarn3": "^2.16.4",
|
|
27
|
+
"@xylabs/tsconfig": "^2.16.4",
|
|
28
28
|
"typescript": "^4.9.5"
|
|
29
29
|
},
|
|
30
30
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -60,5 +60,6 @@
|
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"types": "dist/types/index.d.ts",
|
|
63
|
-
"version": "2.
|
|
63
|
+
"version": "2.55.0-rc.1",
|
|
64
|
+
"stableVersion": "2.54.7"
|
|
64
65
|
}
|