anzar 1.3.5 → 1.3.6

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.
Files changed (1) hide show
  1. package/package.json +24 -12
package/package.json CHANGED
@@ -1,7 +1,27 @@
1
1
  {
2
2
  "name": "anzar",
3
- "version": "1.3.5",
4
- "description": "Anzar SDK",
3
+ "version": "1.3.6",
4
+ "description": "Anzar is a lightweight authentication and authorization framework that runs as a separate microservice",
5
+ "author": "Hakou Guelfen <hakoudev@gmail.com>",
6
+ "license": "GPL-3.0",
7
+ "keywords": [
8
+ "Software Development",
9
+ "Authentication",
10
+ "Authorization",
11
+ "MicroService"
12
+ ],
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://gitlab.com/anzar_software/typescript-sdk.git"
16
+ },
17
+ "homepage": "https://anzar_software.gitlab.io/docs",
18
+ "bugs": {
19
+ "url": "https://gitlab.com/anzar_software/typescript-sdk/-/work_items"
20
+ },
21
+ "engines": {
22
+ "node": ">=18"
23
+ },
24
+ "sideEffects": false,
5
25
  "type": "module",
6
26
  "module": "./dist/index.js",
7
27
  "main": "./dist/index.cjs",
@@ -34,25 +54,17 @@
34
54
  "build": "tsup",
35
55
  "prepublishOnly": "npm run build"
36
56
  },
37
- "keywords": [],
38
- "repository": {
39
- "type": "git",
40
- "url": "git+https://gitlab.com/anzar_software/typescript-sdk.git"
41
- },
42
- "author": "Hakou Guelfen",
43
- "license": "GPLV3",
44
57
  "packageManager": "pnpm@10.28.2",
45
58
  "publishConfig": {
46
59
  "access": "public"
47
60
  },
48
61
  "dependencies": {
49
- "@types/node": "^25.0.3",
50
- "axios": "^1.13.2",
51
- "zod": "^4.2.1"
62
+ "axios": "^1.13.2"
52
63
  },
53
64
  "devDependencies": {
54
65
  "@openapitools/openapi-generator-cli": "^2.29.0",
55
66
  "axios-mock-adapter": "^2.1.0",
67
+ "@types/node": "^25.0.3",
56
68
  "tsup": "^8.5.1",
57
69
  "tsx": "^4.21.0",
58
70
  "typescript": "^5.9.3"