@forklaunch/implementation-iam-base 0.8.7 → 0.8.8

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 +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forklaunch/implementation-iam-base",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
4
4
  "description": "Billing basic implementation for forklaunch",
5
5
  "homepage": "https://github.com/forklaunch/forklaunch-js#readme",
6
6
  "bugs": {
@@ -36,24 +36,24 @@
36
36
  "lib/**"
37
37
  ],
38
38
  "dependencies": {
39
- "@forklaunch/common": "^0.6.23",
40
- "@forklaunch/core": "^0.16.1",
41
- "@forklaunch/internal": "^0.3.23",
42
- "@forklaunch/validator": "^0.10.23",
43
- "@mikro-orm/core": "^6.6.0",
44
- "@sinclair/typebox": "^0.34.41",
39
+ "@forklaunch/common": "^0.6.24",
40
+ "@forklaunch/core": "^0.17.0",
41
+ "@forklaunch/internal": "^0.3.24",
42
+ "@forklaunch/validator": "^0.10.24",
43
+ "@mikro-orm/core": "^6.6.4",
44
+ "@sinclair/typebox": "^0.34.47",
45
45
  "ajv": "^8.17.1",
46
- "zod": "^4.1.12",
47
- "@forklaunch/interfaces-iam": "0.8.7"
46
+ "zod": "^4.3.5",
47
+ "@forklaunch/interfaces-iam": "0.8.8"
48
48
  },
49
49
  "devDependencies": {
50
- "@typescript/native-preview": "7.0.0-dev.20251117.1",
50
+ "@typescript/native-preview": "7.0.0-dev.20260118.1",
51
51
  "depcheck": "^1.4.7",
52
- "prettier": "^3.6.2",
53
- "typedoc": "^0.28.14"
52
+ "prettier": "^3.8.0",
53
+ "typedoc": "^0.28.16"
54
54
  },
55
55
  "scripts": {
56
- "build": "tsc --noEmit && tsup domain/schemas/index.ts services/index.ts domain/types/index.ts --format cjs,esm --no-splitting --dts --tsconfig tsconfig.json --out-dir lib --clean && if [ -f eject-package.bash ]; then pnpm package:eject; fi",
56
+ "build": "tsgo --noEmit && tsup domain/schemas/index.ts services/index.ts domain/types/index.ts --format cjs,esm --no-splitting --dts --tsconfig tsconfig.json --out-dir lib --clean && if [ -f eject-package.bash ]; then pnpm package:eject; fi",
57
57
  "clean": "rm -rf lib pnpm.lock.yaml node_modules",
58
58
  "docs": "typedoc --out docs *",
59
59
  "format": "prettier --ignore-path=.prettierignore --config .prettierrc '**/*.{ts,tsx,json}' --write",