@anzar-auth/anzar 0.2.7 → 0.3.2

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
@@ -14,7 +14,7 @@ Anzar is a lightweight authentication and authorization framework designed to ru
14
14
  ## Installation
15
15
  Install Anzar globally using npm (or your preferred package manager):
16
16
  ```bash
17
- npm install -g anzar
17
+ npm install -g @anzar-auth/anzar
18
18
  ```
19
19
 
20
20
  ---
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "GPL-3.0",
25
25
  "name": "@anzar-auth/anzar",
26
- "version": "0.2.7"
26
+ "version": "0.3.2"
27
27
  },
28
28
  "node_modules/@isaacs/cliui": {
29
29
  "engines": {
@@ -542,5 +542,5 @@
542
542
  }
543
543
  },
544
544
  "requires": true,
545
- "version": "0.2.7"
545
+ "version": "0.3.2"
546
546
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "artifactDownloadUrls": [
3
- "https://github.com/hakouguelfen/anzar-cli/releases/download/v0.2.7"
3
+ "https://github.com/anzar-software/anzar-cli/releases/download/v0.3.2"
4
4
  ],
5
5
  "author": "Hakou Guelfen <hakoudev@gmail.com>",
6
6
  "bin": {
@@ -39,7 +39,7 @@
39
39
  "license": "GPL-3.0",
40
40
  "name": "@anzar-auth/anzar",
41
41
  "preferUnplugged": true,
42
- "repository": "https://github.com/hakouguelfen/anzar-cli",
42
+ "repository": "https://github.com/anzar-software/anzar-cli",
43
43
  "scripts": {
44
44
  "fmt": "prettier --write **/*.js",
45
45
  "fmt:check": "prettier --check **/*.js",
@@ -117,7 +117,7 @@
117
117
  "zipExt": ".tar.xz"
118
118
  }
119
119
  },
120
- "version": "0.2.7",
120
+ "version": "0.3.2",
121
121
  "volta": {
122
122
  "node": "18.14.1",
123
123
  "npm": "9.5.0"