bare 1.2.3 → 1.4.1

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -21,6 +21,7 @@ Flags:
21
21
  --version|-v Print the Bare version
22
22
  --eval|-e <script> Evaluate an inline script
23
23
  --print|-p <script> Evaluate an inline script and print the result
24
+ --inspect Activate the inspector
24
25
  --help|-h Show help
25
26
  ```
26
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare",
3
- "version": "1.2.3",
3
+ "version": "1.4.1",
4
4
  "description": "Small and modular JavaScript runtime for desktop and mobile",
5
5
  "exports": {
6
6
  ".": {
@@ -27,6 +27,6 @@
27
27
  },
28
28
  "homepage": "https://github.com/holepunchto/bare",
29
29
  "dependencies": {
30
- "bare-runtime": "1.2.3"
30
+ "bare-runtime": "1.4.1"
31
31
  }
32
32
  }