@forklaunch/core 0.17.1 → 0.17.2
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/lib/http/index.js +64 -14
- package/lib/http/index.js.map +1 -1
- package/lib/http/index.mjs +64 -14
- package/lib/http/index.mjs.map +1 -1
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forklaunch/core",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.2",
|
|
4
4
|
"description": "forklaunch-js core package. Contains useful building blocks.",
|
|
5
5
|
"homepage": "https://github.com/forklaunch/forklaunch-js#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -96,17 +96,17 @@
|
|
|
96
96
|
"@opentelemetry/semantic-conventions": "^1.39.0",
|
|
97
97
|
"cors": "^2.8.5",
|
|
98
98
|
"dotenv": "^17.2.3",
|
|
99
|
-
"fastmcp": "^3.
|
|
99
|
+
"fastmcp": "^3.27.0",
|
|
100
100
|
"jose": "6.1.3",
|
|
101
101
|
"openapi3-ts": "^4.5.0",
|
|
102
|
-
"pino": "^10.2.
|
|
102
|
+
"pino": "^10.2.1",
|
|
103
103
|
"pino-http": "^11.0.0",
|
|
104
104
|
"pino-pretty": "^13.1.3",
|
|
105
105
|
"redis": "^5.10.0",
|
|
106
106
|
"uuid": "^13.0.0",
|
|
107
107
|
"zod": "^4.3.5",
|
|
108
|
-
"@forklaunch/common": "0.6.
|
|
109
|
-
"@forklaunch/validator": "0.10.
|
|
108
|
+
"@forklaunch/common": "0.6.26",
|
|
109
|
+
"@forklaunch/validator": "0.10.26"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@eslint/js": "^9.39.2",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"@types/jest": "^30.0.0",
|
|
116
116
|
"@types/qs": "^6.14.0",
|
|
117
117
|
"@types/uuid": "^11.0.0",
|
|
118
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
118
|
+
"@typescript/native-preview": "7.0.0-dev.20260120.1",
|
|
119
119
|
"globals": "^17.0.0",
|
|
120
120
|
"jest": "^30.2.0",
|
|
121
121
|
"jose": "5.10.0",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"tsup": "^8.5.1",
|
|
127
127
|
"typedoc": "^0.28.16",
|
|
128
128
|
"typescript": "^5.9.3",
|
|
129
|
-
"typescript-eslint": "^8.53.
|
|
129
|
+
"typescript-eslint": "^8.53.1"
|
|
130
130
|
},
|
|
131
131
|
"scripts": {
|
|
132
132
|
"build": "tsgo --noEmit && tsup ./src/cache/index.ts ./src/controllers/index.ts ./src/mappers/index.ts ./src/objectstore/index.ts ./src/persistence/index.ts ./src/http/index.ts ./src/services/index.ts ./src/environment/index.ts ./src/ws/index.ts --format cjs,esm --no-splitting --dts --tsconfig tsconfig.json --out-dir lib --clean --sourcemap",
|