@quatrain/auth 1.1.20 → 1.1.22

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/package.json CHANGED
@@ -1,38 +1,38 @@
1
1
  {
2
- "name": "@quatrain/auth",
3
- "version": "1.1.20",
4
- "license": "AGPL-3.0-only",
5
- "description": "Auth adapters commons",
6
- "main": "lib/index.js",
7
- "types": "lib/index.d.ts",
8
- "bun": "src/index.ts",
9
- "files": [
10
- "LICENSE.md",
11
- "src/",
12
- "lib/",
13
- "README.md"
14
- ],
15
- "author": "Quatrain Développement SAS <developers@quatrain.com>",
16
- "dependencies": {
17
- "@quatrain/backend": "^1.1.26",
18
- "@quatrain/core": "^1.1.43"
19
- },
20
- "devDependencies": {
21
- "@tsconfig/recommended": "^1.0.1",
22
- "@types/jest": "^27.0.3",
23
- "@types/node": "^22.10.1",
24
- "jest": "^30.2.0",
25
- "jest-node-exports-resolver": "^1.1.6",
26
- "jest-serial-runner": "^1.2.1",
27
- "trace-unhandled": "^2.0.1",
28
- "ts-jest": "^27.1.2",
29
- "ts-node": "^10.9.1",
30
- "typescript": "^5.1.5"
31
- },
32
- "scripts": {
33
- "test-ci": "jest --runInBand",
34
- "build": "tsc",
35
- "wbuild": "tsc --watch",
36
- "bump-to": "yarn version"
37
- }
38
- }
2
+ "name": "@quatrain/auth",
3
+ "version": "1.1.22",
4
+ "license": "AGPL-3.0-only",
5
+ "description": "Auth adapters commons",
6
+ "main": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "bun": "src/index.ts",
9
+ "files": [
10
+ "LICENSE.md",
11
+ "src/",
12
+ "dist/",
13
+ "README.md"
14
+ ],
15
+ "author": "Quatrain Développement SAS <developers@quatrain.com>",
16
+ "dependencies": {
17
+ "@quatrain/backend": "^1.1.28",
18
+ "@quatrain/core": "^1.1.44"
19
+ },
20
+ "devDependencies": {
21
+ "@tsconfig/recommended": "^1.0.1",
22
+ "@types/jest": "^27.0.3",
23
+ "@types/node": "^22.10.1",
24
+ "jest": "^30.2.0",
25
+ "jest-node-exports-resolver": "^1.1.6",
26
+ "jest-serial-runner": "^1.2.1",
27
+ "trace-unhandled": "^2.0.1",
28
+ "ts-jest": "^27.1.2",
29
+ "ts-node": "^10.9.1",
30
+ "typescript": "^5.1.5"
31
+ },
32
+ "scripts": {
33
+ "test-ci": "jest --runInBand",
34
+ "build": "tsc",
35
+ "wbuild": "tsc --watch",
36
+ "bump-to": "yarn version"
37
+ }
38
+ }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes