@shipfox/api-auth 4.0.0 → 5.0.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shipfox/api-auth",
3
3
  "license": "MIT",
4
- "version": "4.0.0",
4
+ "version": "5.0.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/ShipfoxHQ/shipfox.git",
@@ -13,32 +13,16 @@
13
13
  "types": "dist/index.d.ts",
14
14
  "imports": {
15
15
  "#test/*": "./test/*",
16
- "#*": {
17
- "workspace-source": "./src/*",
18
- "development": "./src/*",
19
- "default": "./dist/*"
20
- }
16
+ "#*": "./dist/*"
21
17
  },
22
18
  "exports": {
23
19
  ".": {
24
- "development": {
25
- "types": "./src/index.ts",
26
- "default": "./src/index.ts"
27
- },
28
- "default": {
29
- "types": "./dist/index.d.ts",
30
- "default": "./dist/index.js"
31
- }
20
+ "types": "./dist/index.d.ts",
21
+ "default": "./dist/index.js"
32
22
  },
33
23
  "./config": {
34
- "development": {
35
- "types": "./src/config.ts",
36
- "default": "./src/config.ts"
37
- },
38
- "default": {
39
- "types": "./dist/config.d.ts",
40
- "default": "./dist/config.js"
41
- }
24
+ "types": "./dist/config.d.ts",
25
+ "default": "./dist/config.js"
42
26
  }
43
27
  },
44
28
  "dependencies": {
@@ -46,22 +30,22 @@
46
30
  "@node-rs/argon2": "^2.0.2",
47
31
  "drizzle-orm": "^0.45.2",
48
32
  "zod": "^4.4.3",
49
- "@shipfox/api-auth-context": "3.0.0",
50
- "@shipfox/api-auth-dto": "2.0.0",
51
- "@shipfox/api-workspaces": "4.0.0",
52
- "@shipfox/api-workspaces-dto": "2.0.0",
53
- "@shipfox/config": "1.2.1",
54
- "@shipfox/node-drizzle": "0.3.0",
55
- "@shipfox/node-fastify": "0.2.2",
56
- "@shipfox/node-jwt": "0.2.0",
57
- "@shipfox/node-email": "0.2.1",
58
- "@shipfox/node-mailer": "0.1.3",
59
- "@shipfox/node-module": "0.3.1",
60
- "@shipfox/node-opentelemetry": "0.5.1",
61
- "@shipfox/node-outbox": "0.2.2",
62
- "@shipfox/node-postgres": "0.4.1",
63
- "@shipfox/node-rate-limit": "0.2.0",
64
- "@shipfox/node-tokens": "0.2.0"
33
+ "@shipfox/api-auth-context": "5.0.0",
34
+ "@shipfox/api-auth-dto": "5.0.0",
35
+ "@shipfox/api-workspaces": "5.0.0",
36
+ "@shipfox/api-workspaces-dto": "5.0.0",
37
+ "@shipfox/config": "1.2.2",
38
+ "@shipfox/node-drizzle": "0.3.1",
39
+ "@shipfox/node-fastify": "0.2.3",
40
+ "@shipfox/node-jwt": "0.2.1",
41
+ "@shipfox/node-email": "0.2.2",
42
+ "@shipfox/node-mailer": "0.1.4",
43
+ "@shipfox/node-module": "0.3.2",
44
+ "@shipfox/node-opentelemetry": "0.5.2",
45
+ "@shipfox/node-outbox": "0.2.3",
46
+ "@shipfox/node-postgres": "0.4.2",
47
+ "@shipfox/node-rate-limit": "0.2.1",
48
+ "@shipfox/node-tokens": "0.2.1"
65
49
  },
66
50
  "devDependencies": {
67
51
  "@types/pg": "^8.15.5",
@@ -70,11 +54,11 @@
70
54
  "fastify-type-provider-zod": "^6.0.0",
71
55
  "fishery": "^2.4.0",
72
56
  "jose": "^6.0.0",
73
- "@shipfox/biome": "1.8.1",
74
- "@shipfox/swc": "1.2.5",
57
+ "@shipfox/biome": "1.8.2",
58
+ "@shipfox/swc": "1.2.6",
75
59
  "@shipfox/ts-config": "1.3.8",
76
- "@shipfox/typescript": "1.1.6",
77
- "@shipfox/vitest": "1.2.2"
60
+ "@shipfox/typescript": "1.1.7",
61
+ "@shipfox/vitest": "1.2.3"
78
62
  },
79
63
  "scripts": {
80
64
  "build": "shipfox-swc",