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.
- package/dist/index.js +1 -1
- 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
|
|
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}`;
|