@xyo-network/plugins 2.45.0-rc.4 → 2.45.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 +1 -1
- package/package.json +3 -4
package/dist/docs.json
CHANGED
|
@@ -111148,7 +111148,7 @@
|
|
|
111148
111148
|
"fileName": "plugins/src/index.ts",
|
|
111149
111149
|
"line": 1,
|
|
111150
111150
|
"character": 0,
|
|
111151
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
111151
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43b1e70a6/packages/plugins/src/index.ts#L1"
|
|
111152
111152
|
}
|
|
111153
111153
|
]
|
|
111154
111154
|
}
|
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.45.
|
|
14
|
-
"@xyo-network/payloadset-plugins": "^2.45.
|
|
13
|
+
"@xyo-network/payload-plugins": "^2.45.1",
|
|
14
|
+
"@xyo-network/payloadset-plugins": "^2.45.1"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@xylabs/ts-scripts-yarn3": "^2.14.15",
|
|
@@ -51,6 +51,5 @@
|
|
|
51
51
|
},
|
|
52
52
|
"sideEffects": false,
|
|
53
53
|
"types": "dist/types/index.d.ts",
|
|
54
|
-
"version": "2.45.
|
|
55
|
-
"stableVersion": "2.44.1"
|
|
54
|
+
"version": "2.45.1"
|
|
56
55
|
}
|