@rayu-dev/rayu-cli 1.2.18 → 1.2.20
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/dist/rayu.js +1172 -801
- package/package.json +1 -1
- package/scripts/postinstall.cjs +5 -0
package/package.json
CHANGED
package/scripts/postinstall.cjs
CHANGED
|
@@ -22,6 +22,11 @@ const message = [
|
|
|
22
22
|
'',
|
|
23
23
|
' Docs & issues: https://github.com/Choeng-Rayu/rayu-cli',
|
|
24
24
|
'',
|
|
25
|
+
'Whats new?:',
|
|
26
|
+
' - Improved conflict resolution in swarm mode',
|
|
27
|
+
' - fixed /ide integration',
|
|
28
|
+
' - enjoy the new features and improvements!',
|
|
29
|
+
'',
|
|
25
30
|
].join('\n') + '\n';
|
|
26
31
|
|
|
27
32
|
// Write the first-run marker so the binary does not show the message again
|