@xyo-network/plugins 2.51.8 → 2.51.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 +1 -1
- package/package.json +3 -3
package/dist/docs.json
CHANGED
|
@@ -141831,7 +141831,7 @@
|
|
|
141831
141831
|
"fileName": "plugins/src/index.ts",
|
|
141832
141832
|
"line": 1,
|
|
141833
141833
|
"character": 0,
|
|
141834
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
141834
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fa0ee2d4d6d/packages/plugins/src/index.ts#L1"
|
|
141835
141835
|
}
|
|
141836
141836
|
]
|
|
141837
141837
|
}
|
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.51.
|
|
14
|
-
"@xyo-network/payloadset-plugins": "^2.51.
|
|
13
|
+
"@xyo-network/payload-plugins": "^2.51.9",
|
|
14
|
+
"@xyo-network/payloadset-plugins": "^2.51.9"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@xylabs/ts-scripts-yarn3": "^2.16.1",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
},
|
|
52
52
|
"sideEffects": false,
|
|
53
53
|
"types": "dist/types/index.d.ts",
|
|
54
|
-
"version": "2.51.
|
|
54
|
+
"version": "2.51.9"
|
|
55
55
|
}
|