@emmercm/maxcso-linux-arm64 0.1130.8 → 0.1130.10

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
@@ -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 |
15
+ |---------|-------------------------------------------------------------|
16
+ | Windows | <ul><li>x64</li><li>x86</li></ul> |
17
+ | macOS | <ul><li>arm64 (Apple Silicon)</li><li>x64 (Intel)</li></ul> |
18
+ | Linux | <ul><li>x64</li><li>x86</li><li>arm64 v8</li></ul> |
19
19
 
20
20
  ## Running
21
21
 
package/dist/maxcso CHANGED
Binary file
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.10",
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": "8147407943a40fbbda0242206b4e0d4b87a37930"
48
48
  }