@chainvue/cli 0.1.2 → 0.1.4

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
@@ -85,7 +85,7 @@ async function getAuthHeader(profile) {
85
85
 
86
86
  // src/lib/api.ts
87
87
  import chalk from "chalk";
88
- var CLI_VERSION = true ? "0.1.2" : "0.0.0-dev";
88
+ var CLI_VERSION = true ? "0.1.4" : "0.0.0-dev";
89
89
  var USER_AGENT = `ChainVue-CLI/${CLI_VERSION} (${process.platform}; node/${process.version.slice(1)})`;
90
90
  var updateNoticeShown = false;
91
91
  function checkForUpdate(headers) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainvue/cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "ChainVue CLI - Manage your blockchain infrastructure from the command line",
5
5
  "type": "module",
6
6
  "bin": {