@xyo-network/xl1-cli 1.21.2 → 1.21.3
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 +57 -57
package/dist/cli-min.mjs
CHANGED
|
@@ -249121,7 +249121,7 @@ function defaultScrapePortForActors(actors) {
|
|
|
249121
249121
|
__name(defaultScrapePortForActors, "defaultScrapePortForActors");
|
|
249122
249122
|
var configuration;
|
|
249123
249123
|
var skipInsecureConfirm = false;
|
|
249124
|
-
var version = isDefined("1.21.
|
|
249124
|
+
var version = isDefined("1.21.3") ? "1.21.3" : "unknown";
|
|
249125
249125
|
function getConfiguration() {
|
|
249126
249126
|
return configuration;
|
|
249127
249127
|
}
|