@xyo-network/xl1-cli 2.0.13 → 2.0.15
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/cli-min.mjs +1 -1
- package/dist/cli-min.mjs.map +1 -1
- package/package.json +22 -22
package/dist/cli-min.mjs
CHANGED
|
@@ -210060,7 +210060,7 @@ function defaultScrapePortForActors(actors) {
|
|
|
210060
210060
|
var configuration;
|
|
210061
210061
|
var skipInsecureConfirm = false;
|
|
210062
210062
|
var dumpProviders = false;
|
|
210063
|
-
var version = isDefined("2.0.
|
|
210063
|
+
var version = isDefined("2.0.15") ? "2.0.15" : "unknown";
|
|
210064
210064
|
function getConfiguration() {
|
|
210065
210065
|
return configuration;
|
|
210066
210066
|
}
|