@aopslab/aops-cli 0.1.1 → 0.1.2
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/aops-cli.mjs +1 -1
- package/package.json +1 -1
package/dist/aops-cli.mjs
CHANGED
|
@@ -70945,7 +70945,7 @@ function compareCore(left, right) {
|
|
|
70945
70945
|
return 0;
|
|
70946
70946
|
}
|
|
70947
70947
|
function resolveCommunityCliIdentity(environment = process.env) {
|
|
70948
|
-
const injectedVersion = true ? "0.1.
|
|
70948
|
+
const injectedVersion = true ? "0.1.2" : void 0;
|
|
70949
70949
|
const version = nonEmpty(environment.AOPS_CLI_VERSION) ?? nonEmpty(injectedVersion) ?? "0.0.1";
|
|
70950
70950
|
if (!validSemver(version)) throw new Error("community_cli_version_invalid");
|
|
70951
70951
|
const injectedSource = true ? "public-release-bundle" : void 0;
|