@xyo-network/plugins 2.43.5 → 2.43.6
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 +1 -1
- package/package.json +3 -3
package/dist/docs.json
CHANGED
|
@@ -89418,7 +89418,7 @@
|
|
|
89418
89418
|
"fileName": "plugins/src/index.ts",
|
|
89419
89419
|
"line": 1,
|
|
89420
89420
|
"character": 0,
|
|
89421
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
89421
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/plugins/src/index.ts#L1"
|
|
89422
89422
|
}
|
|
89423
89423
|
]
|
|
89424
89424
|
}
|
package/package.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/payload-plugins": "^2.43.
|
|
14
|
-
"@xyo-network/payloadset-plugins": "^2.43.
|
|
13
|
+
"@xyo-network/payload-plugins": "^2.43.6",
|
|
14
|
+
"@xyo-network/payloadset-plugins": "^2.43.6"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@xylabs/ts-scripts-yarn3": "^2.12.0"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
},
|
|
50
50
|
"sideEffects": false,
|
|
51
51
|
"types": "dist/esm/index.d.ts",
|
|
52
|
-
"version": "2.43.
|
|
52
|
+
"version": "2.43.6"
|
|
53
53
|
}
|