bare-runtime 1.5.0 → 1.6.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 -1
  2. package/package.json +15 -12
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # bare-runtime
2
2
 
3
- Prebuilt Bare binaries for macOS, Linux, Android, and Windows.
3
+ Prebuilt Bare binaries for macOS, iOS, Linux, Android, and Windows.
4
4
 
5
5
  ```
6
6
  npm i bare-runtime
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bare-runtime",
3
- "version": "1.5.0",
4
- "description": "Prebuilt Bare binaries for macOS, Linux, Android, and Windows",
3
+ "version": "1.6.1",
4
+ "description": "Prebuilt Bare binaries for macOS, iOS, Linux, Android, and Windows",
5
5
  "exports": {
6
6
  ".": "./index.js",
7
7
  "./spawn": "./lib/spawn.js"
@@ -29,16 +29,19 @@
29
29
  },
30
30
  "homepage": "https://github.com/holepunchto/bare-runtime",
31
31
  "optionalDependencies": {
32
- "bare-runtime-android-arm": "1.5.0",
33
- "bare-runtime-android-arm64": "1.5.0",
34
- "bare-runtime-android-ia32": "1.5.0",
35
- "bare-runtime-android-x64": "1.5.0",
36
- "bare-runtime-darwin-arm64": "1.5.0",
37
- "bare-runtime-darwin-x64": "1.5.0",
38
- "bare-runtime-linux-arm64": "1.5.0",
39
- "bare-runtime-linux-x64": "1.5.0",
40
- "bare-runtime-win32-arm64": "1.5.0",
41
- "bare-runtime-win32-x64": "1.5.0"
32
+ "bare-runtime-android-arm": "1.6.1",
33
+ "bare-runtime-android-arm64": "1.6.1",
34
+ "bare-runtime-android-ia32": "1.6.1",
35
+ "bare-runtime-android-x64": "1.6.1",
36
+ "bare-runtime-darwin-arm64": "1.6.1",
37
+ "bare-runtime-darwin-x64": "1.6.1",
38
+ "bare-runtime-ios-arm64": "1.6.1",
39
+ "bare-runtime-ios-arm64-simulator": "1.6.1",
40
+ "bare-runtime-ios-x64-simulator": "1.6.1",
41
+ "bare-runtime-linux-arm64": "1.6.1",
42
+ "bare-runtime-linux-x64": "1.6.1",
43
+ "bare-runtime-win32-arm64": "1.6.1",
44
+ "bare-runtime-win32-x64": "1.6.1"
42
45
  },
43
46
  "devDependencies": {
44
47
  "standard": "^17.0.0"