@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 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.1" : void 0;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aopslab/aops-cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "AOPS Community operator CLI.",
6
6
  "license": "Apache-2.0",