@xyo-network/xl1-cli 2.0.6 → 2.0.7
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 +23 -23
package/dist/cli-min.mjs
CHANGED
|
@@ -212609,7 +212609,7 @@ function defaultScrapePortForActors(actors) {
|
|
|
212609
212609
|
var configuration;
|
|
212610
212610
|
var skipInsecureConfirm = false;
|
|
212611
212611
|
var dumpProviders = false;
|
|
212612
|
-
var version = isDefined("2.0.
|
|
212612
|
+
var version = isDefined("2.0.7") ? "2.0.7" : "unknown";
|
|
212613
212613
|
function getConfiguration() {
|
|
212614
212614
|
return configuration;
|
|
212615
212615
|
}
|