Skip to content

Commit be915e8

Browse files
committed
v1.0.1-alpha.154
1 parent 08854f3 commit be915e8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+699
-490
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1-alpha.154](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.153...v1.0.1-alpha.154) (2024-09-06)
7+
8+
### Bug Fixes
9+
10+
- **bson:** make sure index signature keys use full utf8 encoding ([d447c1d](https://github.com/deepkit/deepkit-framework/commit/d447c1d1b12f2331aec8519fec67335151b0183a))
11+
- **sql:** fix queries where value legitimately begins with $ ([#580](https://github.com/deepkit/deepkit-framework/issues/580)) ([e0a0c3f](https://github.com/deepkit/deepkit-framework/commit/e0a0c3f10d7f22cd79760d032c6c90b797e48d9f))
12+
- **sql:** repair & enable @deepkit/sql tests ([#579](https://github.com/deepkit/deepkit-framework/issues/579)) ([81a1ab1](https://github.com/deepkit/deepkit-framework/commit/81a1ab1e82ae170034545a25aa540a3a7c69acd7))
13+
- **type-compiler:** include enum annotations in .d.ts transformation ([#607](https://github.com/deepkit/deepkit-framework/issues/607)) ([08854f3](https://github.com/deepkit/deepkit-framework/commit/08854f3d1aff429b70c384aeaf54538b1f49c079))
14+
- **type:** add scope in setter code to prevent `variable already declared` [#603](https://github.com/deepkit/deepkit-framework/issues/603) ([#606](https://github.com/deepkit/deepkit-framework/issues/606)) ([9af344f](https://github.com/deepkit/deepkit-framework/commit/9af344f4705943571bc0c18e73435b18c4819641))
15+
- **website:** modify broken reflection example ([#599](https://github.com/deepkit/deepkit-framework/issues/599)) ([7ee0a75](https://github.com/deepkit/deepkit-framework/commit/7ee0a75f2ddbeff137239fecb72e409ab128bc1c))
16+
17+
### Features
18+
19+
- **http:** http timeout options ([44fbf56](https://github.com/deepkit/deepkit-framework/commit/44fbf5672344f6296de6f62ca2295be17d88501f))
20+
- **rpc:** make Buffer dependency optional ([2f32a12](https://github.com/deepkit/deepkit-framework/commit/2f32a1214c2c4555371fc1cfccdfdf533c21128e))
21+
- **type:** support enum in pathResolver/resolvePath ([78d7df0](https://github.com/deepkit/deepkit-framework/commit/78d7df08af6845c3986bc55a7c8b1dc3353d8847))
22+
623
## [1.0.1-alpha.153](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.152...v1.0.1-alpha.153) (2024-06-06)
724

825
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"conventionalCommits": true
77
}
88
},
9-
"version": "1.0.1-alpha.153"
9+
"version": "1.0.1-alpha.154"
1010
}

packages/api-console-api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1-alpha.154](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.153...v1.0.1-alpha.154) (2024-09-06)
7+
8+
**Note:** Version bump only for package @deepkit/api-console-api
9+
610
## [1.0.1-alpha.153](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.152...v1.0.1-alpha.153) (2024-06-06)
711

812
**Note:** Version bump only for package @deepkit/api-console-api

packages/api-console-api/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/api-console-api",
3-
"version": "1.0.1-alpha.153",
3+
"version": "1.0.1-alpha.154",
44
"type": "commonjs",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -31,12 +31,12 @@
3131
"@deepkit/type": "^1.0.1-alpha.63"
3232
},
3333
"devDependencies": {
34-
"@deepkit/bson": "^1.0.1-alpha.153",
35-
"@deepkit/core": "^1.0.1-alpha.147",
36-
"@deepkit/injector": "^1.0.1-alpha.153",
37-
"@deepkit/logger": "^1.0.1-alpha.153",
38-
"@deepkit/rpc": "^1.0.1-alpha.153",
39-
"@deepkit/type": "^1.0.1-alpha.153"
34+
"@deepkit/bson": "^1.0.1-alpha.154",
35+
"@deepkit/core": "^1.0.1-alpha.154",
36+
"@deepkit/injector": "^1.0.1-alpha.154",
37+
"@deepkit/logger": "^1.0.1-alpha.154",
38+
"@deepkit/rpc": "^1.0.1-alpha.154",
39+
"@deepkit/type": "^1.0.1-alpha.154"
4040
},
4141
"jest": {
4242
"testEnvironment": "node",

packages/api-console-gui/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1-alpha.154](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.153...v1.0.1-alpha.154) (2024-09-06)
7+
8+
**Note:** Version bump only for package @deepkit/api-console-gui
9+
610
## [1.0.1-alpha.153](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.152...v1.0.1-alpha.153) (2024-06-06)
711

812
**Note:** Version bump only for package @deepkit/api-console-gui

packages/api-console-gui/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/api-console-gui",
3-
"version": "1.0.1-alpha.153",
3+
"version": "1.0.1-alpha.154",
44
"description": "API Console GUI",
55
"scripts": {
66
"ng": "ng",
@@ -34,18 +34,18 @@
3434
"@angular/platform-browser": "^17.1.0",
3535
"@angular/platform-browser-dynamic": "^17.1.0",
3636
"@angular/router": "^17.1.0",
37-
"@deepkit/api-console-api": "^1.0.1-alpha.153",
38-
"@deepkit/bson": "^1.0.1-alpha.153",
39-
"@deepkit/core": "^1.0.1-alpha.147",
40-
"@deepkit/core-rxjs": "^1.0.1-alpha.147",
41-
"@deepkit/desktop-ui": "^1.0.1-alpha.153",
42-
"@deepkit/event": "^1.0.1-alpha.153",
43-
"@deepkit/injector": "^1.0.1-alpha.153",
44-
"@deepkit/logger": "^1.0.1-alpha.153",
45-
"@deepkit/rpc": "^1.0.1-alpha.153",
46-
"@deepkit/stopwatch": "^1.0.1-alpha.153",
47-
"@deepkit/type": "^1.0.1-alpha.153",
48-
"@deepkit/type-compiler": "^1.0.1-alpha.150",
37+
"@deepkit/api-console-api": "^1.0.1-alpha.154",
38+
"@deepkit/bson": "^1.0.1-alpha.154",
39+
"@deepkit/core": "^1.0.1-alpha.154",
40+
"@deepkit/core-rxjs": "^1.0.1-alpha.154",
41+
"@deepkit/desktop-ui": "^1.0.1-alpha.154",
42+
"@deepkit/event": "^1.0.1-alpha.154",
43+
"@deepkit/injector": "^1.0.1-alpha.154",
44+
"@deepkit/logger": "^1.0.1-alpha.154",
45+
"@deepkit/rpc": "^1.0.1-alpha.154",
46+
"@deepkit/stopwatch": "^1.0.1-alpha.154",
47+
"@deepkit/type": "^1.0.1-alpha.154",
48+
"@deepkit/type-compiler": "^1.0.1-alpha.154",
4949
"@deepkit/ui-library": "^1.0.1-alpha.56",
5050
"@types/jasmine": "~4.3.0",
5151
"@types/marked": "^4.0.3",

packages/api-console-module/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1-alpha.154](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.153...v1.0.1-alpha.154) (2024-09-06)
7+
8+
**Note:** Version bump only for package @deepkit/api-console-module
9+
610
## [1.0.1-alpha.153](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.152...v1.0.1-alpha.153) (2024-06-06)
711

812
**Note:** Version bump only for package @deepkit/api-console-module

packages/api-console-module/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/api-console-module",
3-
"version": "1.0.1-alpha.153",
3+
"version": "1.0.1-alpha.154",
44
"description": "API Console",
55
"type": "commonjs",
66
"main": "./dist/cjs/index.js",
@@ -34,19 +34,19 @@
3434
"@deepkit/type": "^1.0.1-alpha.43"
3535
},
3636
"dependencies": {
37-
"@deepkit/api-console-api": "^1.0.1-alpha.153",
38-
"@deepkit/api-console-gui": "^1.0.1-alpha.153"
37+
"@deepkit/api-console-api": "^1.0.1-alpha.154",
38+
"@deepkit/api-console-gui": "^1.0.1-alpha.154"
3939
},
4040
"devDependencies": {
41-
"@deepkit/app": "^1.0.1-alpha.153",
42-
"@deepkit/broker": "^1.0.1-alpha.153",
43-
"@deepkit/bson": "^1.0.1-alpha.153",
44-
"@deepkit/core": "^1.0.1-alpha.147",
45-
"@deepkit/http": "^1.0.1-alpha.153",
46-
"@deepkit/injector": "^1.0.1-alpha.153",
47-
"@deepkit/logger": "^1.0.1-alpha.153",
48-
"@deepkit/rpc": "^1.0.1-alpha.153",
49-
"@deepkit/type": "^1.0.1-alpha.153",
41+
"@deepkit/app": "^1.0.1-alpha.154",
42+
"@deepkit/broker": "^1.0.1-alpha.154",
43+
"@deepkit/bson": "^1.0.1-alpha.154",
44+
"@deepkit/core": "^1.0.1-alpha.154",
45+
"@deepkit/http": "^1.0.1-alpha.154",
46+
"@deepkit/injector": "^1.0.1-alpha.154",
47+
"@deepkit/logger": "^1.0.1-alpha.154",
48+
"@deepkit/rpc": "^1.0.1-alpha.154",
49+
"@deepkit/type": "^1.0.1-alpha.154",
5050
"rxjs": "~7.8.0"
5151
},
5252
"jest": {

packages/app/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1-alpha.154](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.153...v1.0.1-alpha.154) (2024-09-06)
7+
8+
**Note:** Version bump only for package @deepkit/app
9+
610
## [1.0.1-alpha.153](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.152...v1.0.1-alpha.153) (2024-06-06)
711

812
### Bug Fixes

packages/app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/app",
3-
"version": "1.0.1-alpha.153",
3+
"version": "1.0.1-alpha.154",
44
"description": "Deepkit App, CLI framework and service container",
55
"type": "commonjs",
66
"main": "./dist/cjs/index.js",
@@ -32,13 +32,13 @@
3232
"@deepkit/workflow": "^1.0.1-alpha.13"
3333
},
3434
"devDependencies": {
35-
"@deepkit/core": "^1.0.1-alpha.147",
36-
"@deepkit/event": "^1.0.1-alpha.153",
37-
"@deepkit/injector": "^1.0.1-alpha.153",
38-
"@deepkit/logger": "^1.0.1-alpha.153",
39-
"@deepkit/stopwatch": "^1.0.1-alpha.153",
40-
"@deepkit/type": "^1.0.1-alpha.153",
41-
"@deepkit/workflow": "^1.0.1-alpha.153",
35+
"@deepkit/core": "^1.0.1-alpha.154",
36+
"@deepkit/event": "^1.0.1-alpha.154",
37+
"@deepkit/injector": "^1.0.1-alpha.154",
38+
"@deepkit/logger": "^1.0.1-alpha.154",
39+
"@deepkit/stopwatch": "^1.0.1-alpha.154",
40+
"@deepkit/type": "^1.0.1-alpha.154",
41+
"@deepkit/workflow": "^1.0.1-alpha.154",
4242
"conditional-type-checks": "^1.0.5"
4343
},
4444
"jest": {

packages/broker/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1-alpha.154](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.153...v1.0.1-alpha.154) (2024-09-06)
7+
8+
**Note:** Version bump only for package @deepkit/broker
9+
610
## [1.0.1-alpha.153](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.152...v1.0.1-alpha.153) (2024-06-06)
711

812
### Features

packages/broker/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/broker",
3-
"version": "1.0.1-alpha.153",
3+
"version": "1.0.1-alpha.154",
44
"type": "commonjs",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -36,12 +36,12 @@
3636
"rxjs": "*"
3737
},
3838
"devDependencies": {
39-
"@deepkit/bson": "^1.0.1-alpha.153",
40-
"@deepkit/core": "^1.0.1-alpha.147",
41-
"@deepkit/core-rxjs": "^1.0.1-alpha.147",
42-
"@deepkit/event": "^1.0.1-alpha.153",
43-
"@deepkit/rpc": "^1.0.1-alpha.153",
44-
"@deepkit/type": "^1.0.1-alpha.153"
39+
"@deepkit/bson": "^1.0.1-alpha.154",
40+
"@deepkit/core": "^1.0.1-alpha.154",
41+
"@deepkit/core-rxjs": "^1.0.1-alpha.154",
42+
"@deepkit/event": "^1.0.1-alpha.154",
43+
"@deepkit/rpc": "^1.0.1-alpha.154",
44+
"@deepkit/type": "^1.0.1-alpha.154"
4545
},
4646
"jest": {
4747
"testEnvironment": "node",

packages/bson/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1-alpha.154](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.153...v1.0.1-alpha.154) (2024-09-06)
7+
8+
### Bug Fixes
9+
10+
- **bson:** make sure index signature keys use full utf8 encoding ([d447c1d](https://github.com/deepkit/deepkit-framework/commit/d447c1d1b12f2331aec8519fec67335151b0183a))
11+
12+
### Features
13+
14+
- **rpc:** make Buffer dependency optional ([2f32a12](https://github.com/deepkit/deepkit-framework/commit/2f32a1214c2c4555371fc1cfccdfdf533c21128e))
15+
616
## [1.0.1-alpha.153](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.152...v1.0.1-alpha.153) (2024-06-06)
717

818
### Bug Fixes

packages/bson/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/bson",
3-
"version": "1.0.1-alpha.153",
3+
"version": "1.0.1-alpha.154",
44
"description": "Deepkit BSON parser",
55
"type": "commonjs",
66
"main": "./dist/cjs/index.js",
@@ -28,8 +28,8 @@
2828
"@deepkit/type": "^1.0.1-alpha.13"
2929
},
3030
"devDependencies": {
31-
"@deepkit/core": "^1.0.1-alpha.147",
32-
"@deepkit/type": "^1.0.1-alpha.153",
31+
"@deepkit/core": "^1.0.1-alpha.154",
32+
"@deepkit/type": "^1.0.1-alpha.154",
3333
"@types/bson": "^4.0.3",
3434
"@types/node": "20.6.0",
3535
"bson": "^4.4.0"

packages/bun/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1-alpha.154](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.153...v1.0.1-alpha.154) (2024-09-06)
7+
8+
**Note:** Version bump only for package @deepkit/bun
9+
610
## [1.0.1-alpha.153](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.152...v1.0.1-alpha.153) (2024-06-06)
711

812
**Note:** Version bump only for package @deepkit/bun

packages/bun/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/bun",
3-
"version": "1.0.1-alpha.153",
3+
"version": "1.0.1-alpha.154",
44
"description": "Deepkit Bun Plugin for Deepkit Runtime Types support",
55
"type": "commonjs",
66
"main": "./dist/cjs/index.js",
@@ -28,7 +28,7 @@
2828
"typescript": "*"
2929
},
3030
"devDependencies": {
31-
"@deepkit/type-compiler": "^1.0.1-alpha.150",
31+
"@deepkit/type-compiler": "^1.0.1-alpha.154",
3232
"bun-types": "1.0.6"
3333
},
3434
"jest": {

packages/core-rxjs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1-alpha.154](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.153...v1.0.1-alpha.154) (2024-09-06)
7+
8+
**Note:** Version bump only for package @deepkit/core-rxjs
9+
610
## [1.0.1-alpha.147](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.146...v1.0.1-alpha.147) (2024-05-04)
711

812
**Note:** Version bump only for package @deepkit/core-rxjs

packages/core-rxjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/core-rxjs",
3-
"version": "1.0.1-alpha.147",
3+
"version": "1.0.1-alpha.154",
44
"description": "Deepkit core rxjs library",
55
"type": "commonjs",
66
"main": "./dist/cjs/index.js",
@@ -28,7 +28,7 @@
2828
"rxjs": "*"
2929
},
3030
"devDependencies": {
31-
"@deepkit/core": "^1.0.1-alpha.147",
31+
"@deepkit/core": "^1.0.1-alpha.154",
3232
"rxjs": "~7.8.0"
3333
},
3434
"jest": {

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1-alpha.154](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.153...v1.0.1-alpha.154) (2024-09-06)
7+
8+
### Features
9+
10+
- **rpc:** make Buffer dependency optional ([2f32a12](https://github.com/deepkit/deepkit-framework/commit/2f32a1214c2c4555371fc1cfccdfdf533c21128e))
11+
612
## [1.0.1-alpha.147](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.146...v1.0.1-alpha.147) (2024-05-04)
713

814
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/core",
3-
"version": "1.0.1-alpha.147",
3+
"version": "1.0.1-alpha.154",
44
"description": "Deepkit core library",
55
"type": "commonjs",
66
"main": "./dist/cjs/index.js",

packages/create-app/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1-alpha.154](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.153...v1.0.1-alpha.154) (2024-09-06)
7+
8+
**Note:** Version bump only for package @deepkit/create-app
9+
610
## [1.0.1-alpha.153](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.152...v1.0.1-alpha.153) (2024-06-06)
711

812
**Note:** Version bump only for package @deepkit/create-app

packages/create-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/create-app",
3-
"version": "1.0.1-alpha.153",
3+
"version": "1.0.1-alpha.154",
44
"description": "asdasd",
55
"type": "commonjs",
66
"main": "./dist/cjs/main.js",
@@ -17,10 +17,10 @@
1717
"deepkit-app": "dist/cjs/main.js"
1818
},
1919
"dependencies": {
20-
"@deepkit/app": "^1.0.1-alpha.153",
21-
"@deepkit/core": "^1.0.1-alpha.147",
22-
"@deepkit/logger": "^1.0.1-alpha.153",
23-
"@deepkit/type": "^1.0.1-alpha.153",
20+
"@deepkit/app": "^1.0.1-alpha.154",
21+
"@deepkit/core": "^1.0.1-alpha.154",
22+
"@deepkit/logger": "^1.0.1-alpha.154",
23+
"@deepkit/type": "^1.0.1-alpha.154",
2424
"fs-extra": "^9.1.0"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)