@forklaunch/core 0.9.8 → 0.9.9

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forklaunch/core",
3
- "version": "0.9.8",
3
+ "version": "0.9.9",
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,8 +96,8 @@
96
96
  "pino-pretty": "^13.0.0",
97
97
  "redis": "^5.5.6",
98
98
  "uuid": "^11.1.0",
99
- "@forklaunch/common": "0.3.8",
100
- "@forklaunch/validator": "0.6.8"
99
+ "@forklaunch/common": "0.3.9",
100
+ "@forklaunch/validator": "0.6.9"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@eslint/js": "^9.28.0",
@@ -106,11 +106,11 @@
106
106
  "@types/jest": "^29.5.14",
107
107
  "@types/qs": "^6.14.0",
108
108
  "@types/uuid": "^10.0.0",
109
- "@typescript/native-preview": "7.0.0-dev.20250609.1",
109
+ "@typescript/native-preview": "7.0.0-dev.20250610.1",
110
110
  "globals": "^16.2.0",
111
- "jest": "^29.7.0",
111
+ "jest": "^30.0.0",
112
112
  "prettier": "^3.5.3",
113
- "testcontainers": "^11.0.2",
113
+ "testcontainers": "^11.0.3",
114
114
  "ts-jest": "^29.3.4",
115
115
  "ts-node": "^10.9.2",
116
116
  "tsup": "^8.5.0",