@nexart/cli 0.3.2 → 0.3.3
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/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -21,7 +21,7 @@ import * as http from 'http';
|
|
|
21
21
|
import * as https from 'https';
|
|
22
22
|
import { fileURLToPath } from 'url';
|
|
23
23
|
import { realpathSync } from 'fs';
|
|
24
|
-
const CLI_VERSION = '0.3.
|
|
24
|
+
const CLI_VERSION = '0.3.3';
|
|
25
25
|
const SDK_VERSION = '1.8.4';
|
|
26
26
|
const PROTOCOL_VERSION = '1.2.0';
|
|
27
27
|
const DEFAULT_ENDPOINT = process.env.NEXART_RENDERER_ENDPOINT || 'http://localhost:5000';
|