ys-lang 8.0.0 → 8.0.2

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/oys.exe ADDED
Binary file
package/bin/yo.exe ADDED
Binary file
package/install.js CHANGED
@@ -24,5 +24,5 @@ if (copied === 0) {
24
24
  process.exit(1);
25
25
  }
26
26
 
27
- console.log('Y# v8.0.0 installed successfully!');
27
+ console.log('Y# v8.0.1 installed successfully!');
28
28
  console.log('Run: npx ys-lang build myprogram.ys');
package/oys.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ys-lang",
3
- "version": "8.0.0",
3
+ "version": "8.0.2",
4
4
  "description": "Y# programming language compiler and package manager",
5
5
  "keywords": ["ys", "ys-lang", "oyster", "programming-language", "compiler"],
6
6
  "license": "MIT",
package/yo.exe CHANGED
Binary file