@senticor/hive 1.35.0 → 1.35.1

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.
Files changed (2) hide show
  1. package/hive.cjs +5 -5
  2. package/package.json +1 -1
package/hive.cjs CHANGED
@@ -9014,22 +9014,22 @@ var artifactName = injectedString(
9014
9014
  true ? "hive-cli" : void 0
9015
9015
  ) || String(process.env.HIVE_CLI_ARTIFACT_NAME || "hive-cli").trim() || "hive-cli";
9016
9016
  var packageVersion = injectedString(
9017
- true ? "1.35.0" : void 0
9017
+ true ? "1.35.1" : void 0
9018
9018
  ) || String(process.env.HIVE_CLI_PACKAGE_VERSION || "").trim() || readPackageVersion();
9019
9019
  var releaseVersion = injectedString(
9020
- true ? "1.35.0" : void 0
9020
+ true ? "1.35.1" : void 0
9021
9021
  ) || String(process.env.HIVE_CLI_RELEASE_VERSION || "").trim() || packageVersion || "dev";
9022
9022
  var releaseChannel = injectedString(
9023
9023
  true ? "final" : void 0
9024
9024
  ) || String(process.env.HIVE_CLI_RELEASE_CHANNEL || "").trim() || (releaseVersion.includes("-rc.") ? "rc" : releaseVersion === "dev" ? "dev" : "final");
9025
9025
  var buildCommit = injectedString(
9026
- true ? "60c5c2c4f10d77a3c55217c9e17e0a68447c287b" : void 0
9026
+ true ? "94389265e370a9eb319d376aff844bd1a05ea042" : void 0
9027
9027
  ) || String(process.env.HIVE_CLI_BUILD_COMMIT || "").trim() || "unknown";
9028
9028
  var buildTimestamp = injectedString(
9029
- true ? "2026-09-11T10:51:01Z" : void 0
9029
+ true ? "2026-09-11T12:51:24Z" : void 0
9030
9030
  ) || String(process.env.HIVE_CLI_BUILD_TIMESTAMP || "").trim() || "unknown";
9031
9031
  var ociRef = injectedString(
9032
- true ? "registry.onstackit.cloud/senticor/hive-cli:1.35.0" : void 0
9032
+ true ? "registry.onstackit.cloud/senticor/hive-cli:1.35.1" : void 0
9033
9033
  ) || String(process.env.HIVE_CLI_OCI_REF || "").trim() || `registry.onstackit.cloud/senticor/${artifactName}:${releaseVersion}`;
9034
9034
  var RELEASE_INFO = Object.freeze({
9035
9035
  packageVersion,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@senticor/hive",
3
- "version": "1.35.0",
3
+ "version": "1.35.1",
4
4
  "description": "Cognitive Hive OS — unified CLI",
5
5
  "type": "commonjs",
6
6
  "bin": {