@emmercm/maxcso-linux-x64 0.1130.7 → 0.1130.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 +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
|
|
12
12
|
## Supported platforms
|
|
13
13
|
|
|
14
|
-
| OS | Architectures
|
|
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>
|
|
18
|
-
| [Linux](./bin/linux) | <ul><li>x64</li><li>x86</li><li>
|
|
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> | |
|
|
19
19
|
|
|
20
20
|
## Running
|
|
21
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@emmercm/maxcso-linux-x64",
|
|
3
|
-
"version": "0.1130.
|
|
3
|
+
"version": "0.1130.8",
|
|
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": "
|
|
47
|
+
"gitHead": "01c9e9986ee6d4f902bde0daf4e251625a2fd9bc"
|
|
48
48
|
}
|