@nacos-group/cli 0.0.6 → 0.0.7
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/bin/cli.js +3 -3
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -5,9 +5,9 @@ const path = require('path');
|
|
|
5
5
|
const fs = require('fs');
|
|
6
6
|
const os = require('os');
|
|
7
7
|
|
|
8
|
-
//
|
|
9
|
-
|
|
10
|
-
const VERSION =
|
|
8
|
+
// Fixed nacos-cli binary version
|
|
9
|
+
// npm package version is independent from binary version
|
|
10
|
+
const VERSION = '0.0.5';
|
|
11
11
|
|
|
12
12
|
// Detect platform and architecture
|
|
13
13
|
function getBinaryName() {
|