@happytoolin/alur 0.0.1 → 0.0.3
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 +4 -4
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://github.com/happytoolin/alur/actions/workflows/ci.yml)
|
|
6
6
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
|
7
|
-
[](https://www.npmjs.com/package/@happytoolin/alur)
|
|
8
8
|

|
|
9
9
|

|
|
10
10
|

|
|
@@ -29,7 +29,7 @@ One install gives you:
|
|
|
29
29
|
### npm (global)
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
npm install -g alur
|
|
32
|
+
npm install -g @happytoolin/alur
|
|
33
33
|
alur --version
|
|
34
34
|
```
|
|
35
35
|
|
|
@@ -54,7 +54,7 @@ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/happytoolin/alur/releas
|
|
|
54
54
|
To pin a specific version:
|
|
55
55
|
|
|
56
56
|
```bash
|
|
57
|
-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/happytoolin/alur/releases/download/v0.0.
|
|
57
|
+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/happytoolin/alur/releases/download/v0.0.3/alur-installer.sh | sh
|
|
58
58
|
```
|
|
59
59
|
|
|
60
60
|
### Script install (PowerShell)
|
|
@@ -66,7 +66,7 @@ powershell -ExecutionPolicy Bypass -c "irm https://github.com/happytoolin/alur/r
|
|
|
66
66
|
### CI / automation
|
|
67
67
|
|
|
68
68
|
```bash
|
|
69
|
-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/happytoolin/alur/releases/download/v0.0.
|
|
69
|
+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/happytoolin/alur/releases/download/v0.0.3/alur-installer.sh | sh
|
|
70
70
|
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> "$GITHUB_ENV"
|
|
71
71
|
```
|
|
72
72
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"hasInstallScript": true,
|
|
31
31
|
"license": "GPL-3.0-only",
|
|
32
32
|
"name": "@happytoolin/alur",
|
|
33
|
-
"version": "0.0.
|
|
33
|
+
"version": "0.0.3"
|
|
34
34
|
},
|
|
35
35
|
"node_modules/@isaacs/cliui": {
|
|
36
36
|
"engines": {
|
|
@@ -549,5 +549,5 @@
|
|
|
549
549
|
}
|
|
550
550
|
},
|
|
551
551
|
"requires": true,
|
|
552
|
-
"version": "0.0.
|
|
552
|
+
"version": "0.0.3"
|
|
553
553
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"artifactDownloadUrls": [
|
|
3
|
-
"https://github.com/happytoolin/alur/releases/download/v0.0.
|
|
3
|
+
"https://github.com/happytoolin/alur/releases/download/v0.0.3"
|
|
4
4
|
],
|
|
5
5
|
"author": "Spark <helllo@kamran.sh>",
|
|
6
6
|
"bin": {
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"zipExt": ".tar.xz"
|
|
138
138
|
}
|
|
139
139
|
},
|
|
140
|
-
"version": "0.0.
|
|
140
|
+
"version": "0.0.3",
|
|
141
141
|
"volta": {
|
|
142
142
|
"node": "18.14.1",
|
|
143
143
|
"npm": "9.5.0"
|