@forklaunch/internal 0.3.23 → 0.3.24
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forklaunch/internal",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.24",
|
|
4
4
|
"description": "Internal package for utilities and other internal code.",
|
|
5
5
|
"homepage": "https://github.com/forklaunch/forklaunch-js#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -28,22 +28,22 @@
|
|
|
28
28
|
"lib/**"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@mikro-orm/core": "^6.6.
|
|
32
|
-
"@forklaunch/common": "0.6.
|
|
33
|
-
"@forklaunch/validator": "0.10.
|
|
31
|
+
"@mikro-orm/core": "^6.6.4",
|
|
32
|
+
"@forklaunch/common": "0.6.24",
|
|
33
|
+
"@forklaunch/validator": "0.10.24"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@eslint/js": "^9.39.
|
|
37
|
-
"@types/node": "^
|
|
38
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
36
|
+
"@eslint/js": "^9.39.2",
|
|
37
|
+
"@types/node": "^25.0.9",
|
|
38
|
+
"@typescript/native-preview": "7.0.0-dev.20260118.1",
|
|
39
39
|
"depcheck": "^1.4.7",
|
|
40
|
-
"eslint": "^9.39.
|
|
41
|
-
"globals": "^
|
|
40
|
+
"eslint": "^9.39.2",
|
|
41
|
+
"globals": "^17.0.0",
|
|
42
42
|
"tsup": "^8.5.1",
|
|
43
|
-
"typedoc": "^0.28.
|
|
43
|
+
"typedoc": "^0.28.16",
|
|
44
44
|
"typescript": "^5.9.3",
|
|
45
|
-
"typescript-eslint": "^8.
|
|
46
|
-
"vitest": "^4.0.
|
|
45
|
+
"typescript-eslint": "^8.53.0",
|
|
46
|
+
"vitest": "^4.0.17"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"build": "tsgo --noEmit && tsup index.ts --format cjs,esm --no-splitting --tsconfig tsconfig.json --outDir lib --dts --clean",
|