@xyo-network/plugins 2.52.0-rc.2 → 2.52.0-rc.4
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
|
@@ -166397,7 +166397,7 @@
|
|
|
166397
166397
|
"fileName": "plugins/src/index.ts",
|
|
166398
166398
|
"line": 1,
|
|
166399
166399
|
"character": 0,
|
|
166400
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
166400
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/20d8883442e/packages/plugins/src/index.ts#L1"
|
|
166401
166401
|
}
|
|
166402
166402
|
]
|
|
166403
166403
|
}
|
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.52.0-rc.
|
|
14
|
-
"@xyo-network/payloadset-plugins": "^2.52.0-rc.
|
|
13
|
+
"@xyo-network/payload-plugins": "^2.52.0-rc.4",
|
|
14
|
+
"@xyo-network/payloadset-plugins": "^2.52.0-rc.4"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@xylabs/ts-scripts-yarn3": "^2.16.1",
|
|
@@ -51,6 +51,6 @@
|
|
|
51
51
|
},
|
|
52
52
|
"sideEffects": false,
|
|
53
53
|
"types": "dist/types/index.d.ts",
|
|
54
|
-
"version": "2.52.0-rc.
|
|
54
|
+
"version": "2.52.0-rc.4",
|
|
55
55
|
"stableVersion": "2.51.9"
|
|
56
56
|
}
|