@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 CHANGED
@@ -1,4 +1,4 @@
1
- # @nexart/cli v0.3.1
1
+ # @nexart/cli v0.3.3
2
2
 
3
3
  Command-line interface for NexArt — run, replay, and verify deterministic generative art, plus AI execution certification commands.
4
4
 
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.2';
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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexart/cli",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "NexArt CLI — Code Mode and AI execution certification",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",