@onslaughtsnail/caelis 0.1.2 → 0.1.4
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 +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Install `caelis` from npm.
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm i -g @onslaughtsnail/caelis@0.1.
|
|
8
|
+
npm i -g @onslaughtsnail/caelis@0.1.3
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
Supported platforms: macOS/Linux (`x64`, `arm64`).
|
|
@@ -13,7 +13,7 @@ Supported platforms: macOS/Linux (`x64`, `arm64`).
|
|
|
13
13
|
or run without global install:
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npx @onslaughtsnail/caelis@0.1.
|
|
16
|
+
npx @onslaughtsnail/caelis@0.1.3 --help
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
## How it works
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onslaughtsnail/caelis",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "caelis CLI distributed via npm",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"publish-release": "node ./scripts/publish-release.mjs"
|
|
35
35
|
},
|
|
36
36
|
"optionalDependencies": {
|
|
37
|
-
"@onslaughtsnail/caelis-darwin-arm64": "0.1.
|
|
38
|
-
"@onslaughtsnail/caelis-darwin-x64": "0.1.
|
|
39
|
-
"@onslaughtsnail/caelis-linux-arm64": "0.1.
|
|
40
|
-
"@onslaughtsnail/caelis-linux-x64": "0.1.
|
|
37
|
+
"@onslaughtsnail/caelis-darwin-arm64": "0.1.4",
|
|
38
|
+
"@onslaughtsnail/caelis-darwin-x64": "0.1.4",
|
|
39
|
+
"@onslaughtsnail/caelis-linux-arm64": "0.1.4",
|
|
40
|
+
"@onslaughtsnail/caelis-linux-x64": "0.1.4"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public",
|