Skip to content

Commit

Permalink
v1.0.1-alpha.152
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed May 16, 2024
1 parent 97e65ec commit 6ad04d3
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.152](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.151...v1.0.1-alpha.152) (2024-05-16)

### Features

- **rpc:** client.transporter.errored subject ([0fc2bd4](https://github.com/deepkit/deepkit-framework/commit/0fc2bd4aa904bdae9398f4e4c7db602afd3bcbc4))

## [1.0.1-alpha.151](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.150...v1.0.1-alpha.151) (2024-05-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"conventionalCommits": true
}
},
"version": "1.0.1-alpha.151"
"version": "1.0.1-alpha.152"
}
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.152](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.151...v1.0.1-alpha.152) (2024-05-16)

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

## [1.0.1-alpha.151](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.150...v1.0.1-alpha.151) (2024-05-14)

**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.151",
"version": "1.0.1-alpha.152",
"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.147",
"@deepkit/injector": "^1.0.1-alpha.151",
"@deepkit/logger": "^1.0.1-alpha.151",
"@deepkit/rpc": "^1.0.1-alpha.151",
"@deepkit/rpc": "^1.0.1-alpha.152",
"@deepkit/type": "^1.0.1-alpha.151"
},
"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.152](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.151...v1.0.1-alpha.152) (2024-05-16)

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

## [1.0.1-alpha.151](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.150...v1.0.1-alpha.151) (2024-05-14)

**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.151",
"version": "1.0.1-alpha.152",
"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.151",
"@deepkit/api-console-api": "^1.0.1-alpha.152",
"@deepkit/bson": "^1.0.1-alpha.151",
"@deepkit/core": "^1.0.1-alpha.147",
"@deepkit/core-rxjs": "^1.0.1-alpha.147",
"@deepkit/desktop-ui": "^1.0.1-alpha.151",
"@deepkit/event": "^1.0.1-alpha.151",
"@deepkit/injector": "^1.0.1-alpha.151",
"@deepkit/logger": "^1.0.1-alpha.151",
"@deepkit/rpc": "^1.0.1-alpha.151",
"@deepkit/rpc": "^1.0.1-alpha.152",
"@deepkit/stopwatch": "^1.0.1-alpha.151",
"@deepkit/type": "^1.0.1-alpha.151",
"@deepkit/type-compiler": "^1.0.1-alpha.150",
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.152](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.151...v1.0.1-alpha.152) (2024-05-16)

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

## [1.0.1-alpha.151](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.150...v1.0.1-alpha.151) (2024-05-14)

**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.151",
"version": "1.0.1-alpha.152",
"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.151",
"@deepkit/api-console-gui": "^1.0.1-alpha.151"
"@deepkit/api-console-api": "^1.0.1-alpha.152",
"@deepkit/api-console-gui": "^1.0.1-alpha.152"
},
"devDependencies": {
"@deepkit/app": "^1.0.1-alpha.151",
"@deepkit/broker": "^1.0.1-alpha.151",
"@deepkit/broker": "^1.0.1-alpha.152",
"@deepkit/bson": "^1.0.1-alpha.151",
"@deepkit/core": "^1.0.1-alpha.147",
"@deepkit/http": "^1.0.1-alpha.151",
"@deepkit/injector": "^1.0.1-alpha.151",
"@deepkit/logger": "^1.0.1-alpha.151",
"@deepkit/rpc": "^1.0.1-alpha.151",
"@deepkit/rpc": "^1.0.1-alpha.152",
"@deepkit/type": "^1.0.1-alpha.151",
"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.152](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.151...v1.0.1-alpha.152) (2024-05-16)

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

## [1.0.1-alpha.151](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.150...v1.0.1-alpha.151) (2024-05-14)

**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.151",
"version": "1.0.1-alpha.152",
"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.147",
"@deepkit/core-rxjs": "^1.0.1-alpha.147",
"@deepkit/event": "^1.0.1-alpha.151",
"@deepkit/rpc": "^1.0.1-alpha.151",
"@deepkit/rpc": "^1.0.1-alpha.152",
"@deepkit/type": "^1.0.1-alpha.151"
},
"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.152](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.151...v1.0.1-alpha.152) (2024-05-16)

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

## [1.0.1-alpha.151](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.150...v1.0.1-alpha.151) (2024-05-14)

**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.151",
"version": "1.0.1-alpha.152",
"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.147",
"@deepkit/injector": "^1.0.1-alpha.151",
"@deepkit/logger": "^1.0.1-alpha.151",
"@deepkit/rpc": "^1.0.1-alpha.151",
"@deepkit/rpc": "^1.0.1-alpha.152",
"@deepkit/stopwatch": "^1.0.1-alpha.151",
"@deepkit/type": "^1.0.1-alpha.151",
"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.152](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.151...v1.0.1-alpha.152) (2024-05-16)

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

## [1.0.1-alpha.151](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.150...v1.0.1-alpha.151) (2024-05-14)

**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.151",
"version": "1.0.1-alpha.152",
"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.151",
"@deepkit/api-console-gui": "^1.0.1-alpha.151",
"@deepkit/api-console-api": "^1.0.1-alpha.152",
"@deepkit/api-console-gui": "^1.0.1-alpha.152",
"@deepkit/bson": "^1.0.1-alpha.151",
"@deepkit/core": "^1.0.1-alpha.147",
"@deepkit/core-rxjs": "^1.0.1-alpha.147",
"@deepkit/desktop-ui": "^1.0.1-alpha.151",
"@deepkit/event": "^1.0.1-alpha.151",
"@deepkit/framework-debug-api": "^1.0.1-alpha.151",
"@deepkit/framework-debug-api": "^1.0.1-alpha.152",
"@deepkit/injector": "^1.0.1-alpha.151",
"@deepkit/logger": "^1.0.1-alpha.151",
"@deepkit/orm": "^1.0.1-alpha.151",
"@deepkit/orm-browser-api": "^1.0.1-alpha.151",
"@deepkit/orm-browser-gui": "^1.0.1-alpha.151",
"@deepkit/rpc": "^1.0.1-alpha.151",
"@deepkit/orm-browser-api": "^1.0.1-alpha.152",
"@deepkit/orm-browser-gui": "^1.0.1-alpha.152",
"@deepkit/rpc": "^1.0.1-alpha.152",
"@deepkit/stopwatch": "^1.0.1-alpha.151",
"@deepkit/topsort": "^1.0.1-alpha.121",
"@deepkit/type": "^1.0.1-alpha.151",
Expand Down
4 changes: 4 additions & 0 deletions packages/framework/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.152](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.151...v1.0.1-alpha.152) (2024-05-16)

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

## [1.0.1-alpha.151](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.150...v1.0.1-alpha.151) (2024-05-14)

**Note:** Version bump only for package @deepkit/framework
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.151",
"version": "1.0.1-alpha.152",
"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.151",
"@deepkit/framework-debug-api": "^1.0.1-alpha.151",
"@deepkit/framework-debug-gui": "^1.0.1-alpha.151",
"@deepkit/orm-browser-api": "^1.0.1-alpha.151",
"@deepkit/orm-browser-gui": "^1.0.1-alpha.151",
"@deepkit/api-console-module": "^1.0.1-alpha.152",
"@deepkit/framework-debug-api": "^1.0.1-alpha.152",
"@deepkit/framework-debug-gui": "^1.0.1-alpha.152",
"@deepkit/orm-browser-api": "^1.0.1-alpha.152",
"@deepkit/orm-browser-gui": "^1.0.1-alpha.152",
"@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.151",
"@deepkit/broker": "^1.0.1-alpha.151",
"@deepkit/broker": "^1.0.1-alpha.152",
"@deepkit/bson": "^1.0.1-alpha.151",
"@deepkit/core": "^1.0.1-alpha.147",
"@deepkit/core-rxjs": "^1.0.1-alpha.147",
Expand All @@ -76,8 +76,8 @@
"@deepkit/injector": "^1.0.1-alpha.151",
"@deepkit/logger": "^1.0.1-alpha.151",
"@deepkit/orm": "^1.0.1-alpha.151",
"@deepkit/rpc": "^1.0.1-alpha.151",
"@deepkit/rpc-tcp": "^1.0.1-alpha.151",
"@deepkit/rpc": "^1.0.1-alpha.152",
"@deepkit/rpc-tcp": "^1.0.1-alpha.152",
"@deepkit/sql": "^1.0.1-alpha.151",
"@deepkit/stopwatch": "^1.0.1-alpha.151",
"@deepkit/template": "^1.0.1-alpha.151",
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.152](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.151...v1.0.1-alpha.152) (2024-05-16)

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

## [1.0.1-alpha.151](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.150...v1.0.1-alpha.151) (2024-05-14)

**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.151",
"version": "1.0.1-alpha.152",
"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.151",
"@deepkit/rpc": "^1.0.1-alpha.152",
"@deepkit/stopwatch": "^1.0.1-alpha.151",
"@deepkit/type": "^1.0.1-alpha.151"
},
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.152](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.151...v1.0.1-alpha.152) (2024-05-16)

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

## [1.0.1-alpha.151](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.150...v1.0.1-alpha.151) (2024-05-14)

**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.151",
"version": "1.0.1-alpha.152",
"scripts": {
"ng": "ng",
"start": "NODE_OPTIONS=--preserve-symlinks ng serve",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@deepkit/injector": "^1.0.1-alpha.151",
"@deepkit/logger": "^1.0.1-alpha.151",
"@deepkit/orm": "^1.0.1-alpha.151",
"@deepkit/orm-browser-api": "^1.0.1-alpha.151",
"@deepkit/rpc": "^1.0.1-alpha.151",
"@deepkit/orm-browser-api": "^1.0.1-alpha.152",
"@deepkit/rpc": "^1.0.1-alpha.152",
"@deepkit/stopwatch": "^1.0.1-alpha.151",
"@deepkit/topsort": "^1.0.1-alpha.121",
"@deepkit/type": "^1.0.1-alpha.151",
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.152](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.151...v1.0.1-alpha.152) (2024-05-16)

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

## [1.0.1-alpha.151](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.150...v1.0.1-alpha.151) (2024-05-14)

**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.151",
"version": "1.0.1-alpha.152",
"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.151"
"@deepkit/orm-browser-gui": "^1.0.1-alpha.152"
},
"devDependencies": {
"@deepkit/app": "^1.0.1-alpha.151",
"@deepkit/broker": "^1.0.1-alpha.151",
"@deepkit/broker": "^1.0.1-alpha.152",
"@deepkit/bson": "^1.0.1-alpha.151",
"@deepkit/core": "^1.0.1-alpha.147",
"@deepkit/framework": "^1.0.1-alpha.151",
"@deepkit/framework": "^1.0.1-alpha.152",
"@deepkit/http": "^1.0.1-alpha.151",
"@deepkit/injector": "^1.0.1-alpha.151",
"@deepkit/logger": "^1.0.1-alpha.151",
"@deepkit/orm": "^1.0.1-alpha.151",
"@deepkit/rpc": "^1.0.1-alpha.151",
"@deepkit/rpc": "^1.0.1-alpha.152",
"@deepkit/type": "^1.0.1-alpha.151",
"@types/node": "20.6.0",
"rxjs": "~7.8.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/rpc-tcp/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.152](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.151...v1.0.1-alpha.152) (2024-05-16)

### Features

- **rpc:** client.transporter.errored subject ([0fc2bd4](https://github.com/deepkit/deepkit-framework/commit/0fc2bd4aa904bdae9398f4e4c7db602afd3bcbc4))

## [1.0.1-alpha.151](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.150...v1.0.1-alpha.151) (2024-05-14)

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

0 comments on commit 6ad04d3

Please sign in to comment.