terminuz 2.0.0-beta.0 → 2.0.0

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -13278,7 +13278,7 @@ function parseVersion(version) {
13278
13278
  if (!match) return null;
13279
13279
  return [Number(match[1]), Number(match[2]), Number(match[3])];
13280
13280
  }
13281
- var VERSION = "2.0.0-beta.0".length > 0 ? "2.0.0-beta.0" : "0.0.0-dev";
13281
+ var VERSION = "2.0.0".length > 0 ? "2.0.0" : "0.0.0-dev";
13282
13282
  function installHintForChannel(channel) {
13283
13283
  if (channel === "stable") {
13284
13284
  return `npm install -g --tag stable ${PRODUCT_IDENTITY.packageName}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "terminuz",
3
- "version": "2.0.0-beta.0",
3
+ "version": "2.0.0",
4
4
  "description": "Terminuz - The Open Source AI Coding Agent",
5
5
  "license": "MIT",
6
6
  "type": "module",