@xyo-network/payload-plugins 2.36.4 → 2.36.5
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 +5 -14
- 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/57c3800/packages/plugins/src/index.ts#L29"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"target": 1
|
|
@@ -35029,17 +35029,8 @@
|
|
|
35029
35029
|
"kindString": "Get signature",
|
|
35030
35030
|
"flags": {},
|
|
35031
35031
|
"type": {
|
|
35032
|
-
"type": "
|
|
35033
|
-
"
|
|
35034
|
-
{
|
|
35035
|
-
"type": "intrinsic",
|
|
35036
|
-
"name": "undefined"
|
|
35037
|
-
},
|
|
35038
|
-
{
|
|
35039
|
-
"type": "intrinsic",
|
|
35040
|
-
"name": "string"
|
|
35041
|
-
}
|
|
35042
|
-
]
|
|
35032
|
+
"type": "intrinsic",
|
|
35033
|
+
"name": "string"
|
|
35043
35034
|
}
|
|
35044
35035
|
}
|
|
35045
35036
|
},
|
|
@@ -53501,7 +53492,7 @@
|
|
|
53501
53492
|
"fileName": "plugins/src/index.ts",
|
|
53502
53493
|
"line": 18,
|
|
53503
53494
|
"character": 13,
|
|
53504
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
53495
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/57c3800/packages/plugins/src/index.ts#L18"
|
|
53505
53496
|
}
|
|
53506
53497
|
],
|
|
53507
53498
|
"type": {
|
|
@@ -65855,7 +65846,7 @@
|
|
|
65855
65846
|
"fileName": "plugins/src/index.ts",
|
|
65856
65847
|
"line": 1,
|
|
65857
65848
|
"character": 0,
|
|
65858
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
65849
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/57c3800/packages/plugins/src/index.ts#L1"
|
|
65859
65850
|
}
|
|
65860
65851
|
]
|
|
65861
65852
|
}
|
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.36.
|
|
14
|
-
"@xyo-network/crypto-payload-plugins": "^2.36.
|
|
15
|
-
"@xyo-network/domain-payload-plugin": "^2.36.
|
|
16
|
-
"@xyo-network/id-payload-plugin": "^2.36.
|
|
17
|
-
"@xyo-network/location-payload-plugin": "^2.36.
|
|
18
|
-
"@xyo-network/payload-plugin": "^2.36.
|
|
19
|
-
"@xyo-network/schema-payload-plugin": "^2.36.
|
|
20
|
-
"@xyo-network/system-payload-plugins": "^2.36.
|
|
13
|
+
"@xyo-network/blockchain-payload-plugins": "^2.36.5",
|
|
14
|
+
"@xyo-network/crypto-payload-plugins": "^2.36.5",
|
|
15
|
+
"@xyo-network/domain-payload-plugin": "^2.36.5",
|
|
16
|
+
"@xyo-network/id-payload-plugin": "^2.36.5",
|
|
17
|
+
"@xyo-network/location-payload-plugin": "^2.36.5",
|
|
18
|
+
"@xyo-network/payload-plugin": "^2.36.5",
|
|
19
|
+
"@xyo-network/schema-payload-plugin": "^2.36.5",
|
|
20
|
+
"@xyo-network/system-payload-plugins": "^2.36.5",
|
|
21
21
|
"tslib": "^2.4.0"
|
|
22
22
|
},
|
|
23
23
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
55
|
"types": "dist/esm/index.d.ts",
|
|
56
|
-
"version": "2.36.
|
|
56
|
+
"version": "2.36.5"
|
|
57
57
|
}
|