finki-auth 1.1.1 → 1.2.0

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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -6,6 +6,10 @@ This is an NPM package for managing authentication and sessions for FCSE CAS and
6
6
  - Courses
7
7
  - Diplomas
8
8
 
9
+ ## Installation
10
+
11
+ `npm i finki-auth`
12
+
9
13
  ## License
10
14
 
11
15
  This project is licensed under the MIT license.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "https://delemangi.com"
6
6
  },
7
7
  "bugs": {
8
- "url": "https://github.com/Delemangi/finki-auth/issues"
8
+ "url": "https://github.com/finki-hub/finki-auth/issues"
9
9
  },
10
10
  "config": {
11
11
  "commitizen": {
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "axios": "^1.8.4",
17
- "axios-cookiejar-support": "^5.0.5",
17
+ "axios-cookiejar-support": "^6.0.0",
18
18
  "jsdom": "^26.0.0",
19
19
  "tough-cookie": "^5.1.2",
20
20
  "zod": "^3.24.2"
@@ -46,7 +46,7 @@
46
46
  "!**/*.test.*",
47
47
  "!test"
48
48
  ],
49
- "homepage": "https://github.com/Delemangi/finki-auth",
49
+ "homepage": "https://github.com/finki-hub/finki-auth",
50
50
  "keywords": [
51
51
  "finki",
52
52
  "auth",
@@ -57,7 +57,7 @@
57
57
  "name": "finki-auth",
58
58
  "repository": {
59
59
  "type": "git",
60
- "url": "git+https://github.com/Delemangi/finki-auth.git"
60
+ "url": "git+https://github.com/finki-hub/finki-auth.git"
61
61
  },
62
62
  "scripts": {
63
63
  "build": "rimraf dist && tsc",
@@ -73,5 +73,5 @@
73
73
  },
74
74
  "type": "module",
75
75
  "types": "dist/index.d.ts",
76
- "version": "1.1.1"
76
+ "version": "1.2.0"
77
77
  }