yavascript 0.0.7 → 0.0.8

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
@@ -34,6 +34,7 @@ Additionally, you can do other things that are either not present in bash or are
34
34
  - Pretty-print complex structures
35
35
  - Call low-level POSIX C APIs like fputs, sprintf, isatty
36
36
  - Perform work in threads
37
+ - Import packages from npm (via "npm:" imports) or local node_modules
37
38
 
38
39
  You'll also find analogues to familiar CLI tools, like:
39
40
 
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yavascript",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "main": "lib/index.js",
5
5
  "bin": "lib/cli.js",
6
6
  "types": "yavascript.d.ts",