@vendian/cli 0.0.12 → 0.0.13

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/cli-wrapper.mjs +1 -1
  2. package/package.json +1 -1
package/cli-wrapper.mjs CHANGED
@@ -36779,7 +36779,7 @@ import fs12 from "node:fs";
36779
36779
  import readlinePromises from "node:readline/promises";
36780
36780
 
36781
36781
  // src/version.js
36782
- var CLI_VERSION = true ? "0.0.12" : process.env.npm_package_version || "0.0.0-dev";
36782
+ var CLI_VERSION = true ? "0.0.13" : process.env.npm_package_version || "0.0.0-dev";
36783
36783
 
36784
36784
  // src/npm-update.js
36785
36785
  var NPM_CHECK_INTERVAL_MS = 30 * 60 * 1e3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendian/cli",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Public Vendian CLI bootstrapper and launcher",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,