@emmercm/maxcso-linux-arm64 0.1130.8 → 0.1130.9

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 +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,11 +11,11 @@
11
11
 
12
12
  ## Supported platforms
13
13
 
14
- | OS | Architectures | Additional Instructions |
15
- |------------------------|-------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
16
- | [Windows](./bin/win32) | <ul><li>x64</li><li>x86</li></ul> | |
17
- | [macOS](./bin/darwin) | <ul><li>arm64 (Apple Silicon)</li><li>x64 (Intel)</li></ul> | [lz4](https://lz4.org/), [libuv](https://libuv.org/), and [libdeflate](https://github.com/ebiggers/libdeflate) are required to be installed separately:<pre>brew install lz4 libuv libdeflate</pre> |
18
- | [Linux](./bin/linux) | <ul><li>x64</li><li>x86</li><li>arm64 v8</li></ul> | |
14
+ | OS | Architectures | Additional Instructions |
15
+ |---------|-------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
16
+ | Windows | <ul><li>x64</li><li>x86</li></ul> | |
17
+ | macOS | <ul><li>arm64 (Apple Silicon)</li><li>x64 (Intel)</li></ul> | [lz4](https://lz4.org/), [libuv](https://libuv.org/), and [libdeflate](https://github.com/ebiggers/libdeflate) are required to be installed separately:<pre>brew install lz4 libuv libdeflate</pre> |
18
+ | Linux | <ul><li>x64</li><li>x86</li><li>arm64 v8</li></ul> | |
19
19
 
20
20
  ## Running
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emmercm/maxcso-linux-arm64",
3
- "version": "0.1130.8",
3
+ "version": "0.1130.9",
4
4
  "os": [
5
5
  "linux"
6
6
  ],
@@ -44,5 +44,5 @@
44
44
  "type": "git",
45
45
  "url": "git+https://github.com/emmercm/maxcso-js.git"
46
46
  },
47
- "gitHead": "01c9e9986ee6d4f902bde0daf4e251625a2fd9bc"
47
+ "gitHead": "4b34bf6625666e1cf296242356f991136f71fe9c"
48
48
  }