@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 CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  [![CI](https://github.com/happytoolin/alur/actions/workflows/ci.yml/badge.svg)](https://github.com/happytoolin/alur/actions/workflows/ci.yml)
6
6
  [![License: GPLv3](https://img.shields.io/badge/License-GPLv3-4F46E5.svg)](https://www.gnu.org/licenses/gpl-3.0)
7
- [![npm](https://img.shields.io/npm/v/alur?logo=npm&logoColor=white)](https://www.npmjs.com/package/alur)
7
+ [![npm](https://img.shields.io/npm/v/%40happytoolin%2Falur?logo=npm&logoColor=white)](https://www.npmjs.com/package/@happytoolin/alur)
8
8
  ![npm](https://img.shields.io/badge/npm-supported-CB3837?logo=npm&logoColor=white)
9
9
  ![yarn](https://img.shields.io/badge/yarn-supported-2C8EBB?logo=yarn&logoColor=white)
10
10
  ![pnpm](https://img.shields.io/badge/pnpm-supported-F69220?logo=pnpm&logoColor=white)
@@ -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.1/alur-installer.sh | sh
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.1/alur-installer.sh | sh
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
 
@@ -30,7 +30,7 @@
30
30
  "hasInstallScript": true,
31
31
  "license": "GPL-3.0-only",
32
32
  "name": "@happytoolin/alur",
33
- "version": "0.0.1"
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.1"
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.1"
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.1",
140
+ "version": "0.0.3",
141
141
  "volta": {
142
142
  "node": "18.14.1",
143
143
  "npm": "9.5.0"