Skip to content

Commit

Permalink
v1.0.1-alpha.126
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Feb 6, 2024
1 parent 1426627 commit 350bc30
Show file tree
Hide file tree
Showing 27 changed files with 144 additions and 86 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.126](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.125...v1.0.1-alpha.126) (2024-02-06)

### Bug Fixes

- **rpc:** wrong ESM import ([1426627](https://github.com/deepkit/deepkit-framework/commit/14266273c30414513aed4ae7667697f19d852098))

## [1.0.1-alpha.125](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.124...v1.0.1-alpha.125) (2024-02-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"conventionalCommits": true
}
},
"version": "1.0.1-alpha.125"
"version": "1.0.1-alpha.126"
}
4 changes: 4 additions & 0 deletions packages/api-console-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.126](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.125...v1.0.1-alpha.126) (2024-02-06)

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

## [1.0.1-alpha.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

**Note:** Version bump only for package @deepkit/api-console-api
Expand Down
4 changes: 2 additions & 2 deletions packages/api-console-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/api-console-api",
"version": "1.0.1-alpha.124",
"version": "1.0.1-alpha.126",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/injector": "^1.0.1-alpha.124",
"@deepkit/logger": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.126",
"@deepkit/type": "^1.0.1-alpha.124"
},
"jest": {
Expand Down
4 changes: 4 additions & 0 deletions packages/api-console-gui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.126](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.125...v1.0.1-alpha.126) (2024-02-06)

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

## [1.0.1-alpha.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

**Note:** Version bump only for package @deepkit/api-console-gui
Expand Down
6 changes: 3 additions & 3 deletions packages/api-console-gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/api-console-gui",
"version": "1.0.1-alpha.124",
"version": "1.0.1-alpha.126",
"description": "API Console GUI",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -34,15 +34,15 @@
"@angular/platform-browser": "^17.1.0",
"@angular/platform-browser-dynamic": "^17.1.0",
"@angular/router": "^17.1.0",
"@deepkit/api-console-api": "^1.0.1-alpha.124",
"@deepkit/api-console-api": "^1.0.1-alpha.126",
"@deepkit/bson": "^1.0.1-alpha.124",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/core-rxjs": "^1.0.1-alpha.124",
"@deepkit/desktop-ui": "^1.0.1-alpha.124",
"@deepkit/event": "^1.0.1-alpha.124",
"@deepkit/injector": "^1.0.1-alpha.124",
"@deepkit/logger": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.126",
"@deepkit/stopwatch": "^1.0.1-alpha.124",
"@deepkit/type": "^1.0.1-alpha.124",
"@deepkit/type-compiler": "^1.0.1-alpha.123",
Expand Down
4 changes: 4 additions & 0 deletions packages/api-console-module/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.126](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.125...v1.0.1-alpha.126) (2024-02-06)

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

## [1.0.1-alpha.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

**Note:** Version bump only for package @deepkit/api-console-module
Expand Down
10 changes: 5 additions & 5 deletions packages/api-console-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/api-console-module",
"version": "1.0.1-alpha.124",
"version": "1.0.1-alpha.126",
"description": "API Console",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -34,18 +34,18 @@
"@deepkit/type": "^1.0.1-alpha.43"
},
"dependencies": {
"@deepkit/api-console-api": "^1.0.1-alpha.124",
"@deepkit/api-console-gui": "^1.0.1-alpha.124"
"@deepkit/api-console-api": "^1.0.1-alpha.126",
"@deepkit/api-console-gui": "^1.0.1-alpha.126"
},
"devDependencies": {
"@deepkit/app": "^1.0.1-alpha.124",
"@deepkit/broker": "^1.0.1-alpha.124",
"@deepkit/broker": "^1.0.1-alpha.126",
"@deepkit/bson": "^1.0.1-alpha.124",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/http": "^1.0.1-alpha.124",
"@deepkit/injector": "^1.0.1-alpha.124",
"@deepkit/logger": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.126",
"@deepkit/type": "^1.0.1-alpha.124",
"rxjs": "~7.8.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/broker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.126](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.125...v1.0.1-alpha.126) (2024-02-06)

**Note:** Version bump only for package @deepkit/broker

## [1.0.1-alpha.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

**Note:** Version bump only for package @deepkit/broker
Expand Down
4 changes: 2 additions & 2 deletions packages/broker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/broker",
"version": "1.0.1-alpha.124",
"version": "1.0.1-alpha.126",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/core-rxjs": "^1.0.1-alpha.124",
"@deepkit/event": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.126",
"@deepkit/type": "^1.0.1-alpha.124"
},
"jest": {
Expand Down
4 changes: 4 additions & 0 deletions packages/framework-debug-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.126](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.125...v1.0.1-alpha.126) (2024-02-06)

**Note:** Version bump only for package @deepkit/framework-debug-api

## [1.0.1-alpha.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

**Note:** Version bump only for package @deepkit/framework-debug-api
Expand Down
4 changes: 2 additions & 2 deletions packages/framework-debug-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/framework-debug-api",
"version": "1.0.1-alpha.124",
"version": "1.0.1-alpha.126",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@deepkit/core-rxjs": "^1.0.1-alpha.124",
"@deepkit/injector": "^1.0.1-alpha.124",
"@deepkit/logger": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.126",
"@deepkit/stopwatch": "^1.0.1-alpha.124",
"@deepkit/type": "^1.0.1-alpha.124",
"rxjs": "~7.8.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/framework-debug-gui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.126](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.125...v1.0.1-alpha.126) (2024-02-06)

**Note:** Version bump only for package @deepkit/framework-debug-gui

## [1.0.1-alpha.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

**Note:** Version bump only for package @deepkit/framework-debug-gui
Expand Down
14 changes: 7 additions & 7 deletions packages/framework-debug-gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/framework-debug-gui",
"version": "1.0.1-alpha.124",
"version": "1.0.1-alpha.126",
"scripts": {
"ng": "ng",
"start": "NODE_OPTIONS=--preserve-symlinks ng serve",
Expand Down Expand Up @@ -31,20 +31,20 @@
"@angular/platform-browser": "^17.1.0",
"@angular/platform-browser-dynamic": "^17.1.0",
"@angular/router": "^17.1.0",
"@deepkit/api-console-api": "^1.0.1-alpha.124",
"@deepkit/api-console-gui": "^1.0.1-alpha.124",
"@deepkit/api-console-api": "^1.0.1-alpha.126",
"@deepkit/api-console-gui": "^1.0.1-alpha.126",
"@deepkit/bson": "^1.0.1-alpha.124",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/core-rxjs": "^1.0.1-alpha.124",
"@deepkit/desktop-ui": "^1.0.1-alpha.124",
"@deepkit/event": "^1.0.1-alpha.124",
"@deepkit/framework-debug-api": "^1.0.1-alpha.124",
"@deepkit/framework-debug-api": "^1.0.1-alpha.126",
"@deepkit/injector": "^1.0.1-alpha.124",
"@deepkit/logger": "^1.0.1-alpha.124",
"@deepkit/orm": "^1.0.1-alpha.124",
"@deepkit/orm-browser-api": "^1.0.1-alpha.124",
"@deepkit/orm-browser-gui": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.124",
"@deepkit/orm-browser-api": "^1.0.1-alpha.126",
"@deepkit/orm-browser-gui": "^1.0.1-alpha.126",
"@deepkit/rpc": "^1.0.1-alpha.126",
"@deepkit/stopwatch": "^1.0.1-alpha.124",
"@deepkit/topsort": "^1.0.1-alpha.121",
"@deepkit/type": "^1.0.1-alpha.124",
Expand Down
6 changes: 6 additions & 0 deletions packages/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.126](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.125...v1.0.1-alpha.126) (2024-02-06)

### Bug Fixes

- **rpc:** wrong ESM import ([1426627](https://github.com/deepkit/deepkit-framework/commit/14266273c30414513aed4ae7667697f19d852098))

## [1.0.1-alpha.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

### Features
Expand Down
18 changes: 9 additions & 9 deletions packages/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/framework",
"version": "1.0.1-alpha.124",
"version": "1.0.1-alpha.126",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -44,11 +44,11 @@
"@deepkit/workflow": "^1.0.1-alpha.13"
},
"dependencies": {
"@deepkit/api-console-module": "^1.0.1-alpha.124",
"@deepkit/framework-debug-api": "^1.0.1-alpha.124",
"@deepkit/framework-debug-gui": "^1.0.1-alpha.124",
"@deepkit/orm-browser-api": "^1.0.1-alpha.124",
"@deepkit/orm-browser-gui": "^1.0.1-alpha.124",
"@deepkit/api-console-module": "^1.0.1-alpha.126",
"@deepkit/framework-debug-api": "^1.0.1-alpha.126",
"@deepkit/framework-debug-gui": "^1.0.1-alpha.126",
"@deepkit/orm-browser-api": "^1.0.1-alpha.126",
"@deepkit/orm-browser-gui": "^1.0.1-alpha.126",
"@types/ws": "^7.4.0",
"buffer": "^5.2.1",
"compression": "^1.7.4",
Expand All @@ -66,7 +66,7 @@
},
"devDependencies": {
"@deepkit/app": "^1.0.1-alpha.124",
"@deepkit/broker": "^1.0.1-alpha.124",
"@deepkit/broker": "^1.0.1-alpha.126",
"@deepkit/bson": "^1.0.1-alpha.124",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/core-rxjs": "^1.0.1-alpha.124",
Expand All @@ -76,8 +76,8 @@
"@deepkit/injector": "^1.0.1-alpha.124",
"@deepkit/logger": "^1.0.1-alpha.124",
"@deepkit/orm": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.124",
"@deepkit/rpc-tcp": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.126",
"@deepkit/rpc-tcp": "^1.0.1-alpha.126",
"@deepkit/sql": "^1.0.1-alpha.124",
"@deepkit/stopwatch": "^1.0.1-alpha.124",
"@deepkit/template": "^1.0.1-alpha.124",
Expand Down
4 changes: 4 additions & 0 deletions packages/orm-browser-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.126](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.125...v1.0.1-alpha.126) (2024-02-06)

**Note:** Version bump only for package @deepkit/orm-browser-api

## [1.0.1-alpha.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

**Note:** Version bump only for package @deepkit/orm-browser-api
Expand Down
4 changes: 2 additions & 2 deletions packages/orm-browser-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/orm-browser-api",
"version": "1.0.1-alpha.124",
"version": "1.0.1-alpha.126",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@deepkit/type": "^1.0.1-alpha.13"
},
"devDependencies": {
"@deepkit/rpc": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.126",
"@deepkit/stopwatch": "^1.0.1-alpha.124",
"@deepkit/type": "^1.0.1-alpha.124"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/orm-browser-gui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.126](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.125...v1.0.1-alpha.126) (2024-02-06)

**Note:** Version bump only for package @deepkit/orm-browser-gui

## [1.0.1-alpha.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

**Note:** Version bump only for package @deepkit/orm-browser-gui
Expand Down
6 changes: 3 additions & 3 deletions packages/orm-browser-gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/orm-browser-gui",
"version": "1.0.1-alpha.124",
"version": "1.0.1-alpha.126",
"scripts": {
"ng": "ng",
"start": "NODE_OPTIONS=--preserve-symlinks ng serve",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@deepkit/injector": "^1.0.1-alpha.124",
"@deepkit/logger": "^1.0.1-alpha.124",
"@deepkit/orm": "^1.0.1-alpha.124",
"@deepkit/orm-browser-api": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.124",
"@deepkit/orm-browser-api": "^1.0.1-alpha.126",
"@deepkit/rpc": "^1.0.1-alpha.126",
"@deepkit/stopwatch": "^1.0.1-alpha.124",
"@deepkit/topsort": "^1.0.1-alpha.121",
"@deepkit/type": "^1.0.1-alpha.124",
Expand Down
4 changes: 4 additions & 0 deletions packages/orm-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.126](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.125...v1.0.1-alpha.126) (2024-02-06)

**Note:** Version bump only for package @deepkit/orm-browser

## [1.0.1-alpha.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

**Note:** Version bump only for package @deepkit/orm-browser
Expand Down
10 changes: 5 additions & 5 deletions packages/orm-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/orm-browser",
"version": "1.0.1-alpha.124",
"version": "1.0.1-alpha.126",
"description": "ORM Browser",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -36,19 +36,19 @@
"@deepkit/type": "^1.0.1-alpha.43"
},
"dependencies": {
"@deepkit/orm-browser-gui": "^1.0.1-alpha.124"
"@deepkit/orm-browser-gui": "^1.0.1-alpha.126"
},
"devDependencies": {
"@deepkit/app": "^1.0.1-alpha.124",
"@deepkit/broker": "^1.0.1-alpha.124",
"@deepkit/broker": "^1.0.1-alpha.126",
"@deepkit/bson": "^1.0.1-alpha.124",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/framework": "^1.0.1-alpha.124",
"@deepkit/framework": "^1.0.1-alpha.126",
"@deepkit/http": "^1.0.1-alpha.124",
"@deepkit/injector": "^1.0.1-alpha.124",
"@deepkit/logger": "^1.0.1-alpha.124",
"@deepkit/orm": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.124",
"@deepkit/rpc": "^1.0.1-alpha.126",
"@deepkit/type": "^1.0.1-alpha.124",
"@types/node": "20.6.0",
"rxjs": "~7.8.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/rpc-tcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.126](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.125...v1.0.1-alpha.126) (2024-02-06)

**Note:** Version bump only for package @deepkit/rpc-tcp

## [1.0.1-alpha.124](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.123...v1.0.1-alpha.124) (2024-02-04)

**Note:** Version bump only for package @deepkit/rpc-tcp
Expand Down
Loading

0 comments on commit 350bc30

Please sign in to comment.