rapay 1.0.10 → 1.1.0
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/install.js +1 -1
- package/package.json +1 -1
package/install.js
CHANGED
|
@@ -12,7 +12,7 @@ const path = require('path');
|
|
|
12
12
|
const https = require('https');
|
|
13
13
|
const os = require('os');
|
|
14
14
|
|
|
15
|
-
const VERSION = '1.0
|
|
15
|
+
const VERSION = '1.1.0'; // CDN binary version (npm package version may differ)
|
|
16
16
|
const CDN_BASE = 'https://cdn.rapay.ai';
|
|
17
17
|
|
|
18
18
|
// Optic Yellow (#CCFF00) ANSI escape code
|