Skip to content

Commit

Permalink
v1.0.1-alpha.135
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Feb 16, 2024
1 parent 1b55b08 commit 0371512
Show file tree
Hide file tree
Showing 31 changed files with 179 additions and 111 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.135](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.134...v1.0.1-alpha.135) (2024-02-16)

### Features

- **rpc:** reuse type cache across connections + made strictSerialization(false) less strict ([1b55b08](https://github.com/deepkit/deepkit-framework/commit/1b55b085aee23a53070daa3d179cd86734608b57))

## [1.0.1-alpha.134](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.133...v1.0.1-alpha.134) (2024-02-15)

### Bug Fixes
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.134"
"version": "1.0.1-alpha.135"
}
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.135](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.134...v1.0.1-alpha.135) (2024-02-16)

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

## [1.0.1-alpha.134](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.133...v1.0.1-alpha.134) (2024-02-15)

**Note:** Version bump only for package @deepkit/api-console-api
Expand Down
6 changes: 3 additions & 3 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.134",
"version": "1.0.1-alpha.135",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -31,11 +31,11 @@
"@deepkit/type": "^1.0.1-alpha.63"
},
"devDependencies": {
"@deepkit/bson": "^1.0.1-alpha.134",
"@deepkit/bson": "^1.0.1-alpha.135",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/injector": "^1.0.1-alpha.132",
"@deepkit/logger": "^1.0.1-alpha.133",
"@deepkit/rpc": "^1.0.1-alpha.134",
"@deepkit/rpc": "^1.0.1-alpha.135",
"@deepkit/type": "^1.0.1-alpha.132"
},
"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.135](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.134...v1.0.1-alpha.135) (2024-02-16)

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

## [1.0.1-alpha.134](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.133...v1.0.1-alpha.134) (2024-02-15)

**Note:** Version bump only for package @deepkit/api-console-gui
Expand Down
8 changes: 4 additions & 4 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.134",
"version": "1.0.1-alpha.135",
"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.134",
"@deepkit/bson": "^1.0.1-alpha.134",
"@deepkit/api-console-api": "^1.0.1-alpha.135",
"@deepkit/bson": "^1.0.1-alpha.135",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/core-rxjs": "^1.0.1-alpha.124",
"@deepkit/desktop-ui": "^1.0.1-alpha.133",
"@deepkit/event": "^1.0.1-alpha.132",
"@deepkit/injector": "^1.0.1-alpha.132",
"@deepkit/logger": "^1.0.1-alpha.133",
"@deepkit/rpc": "^1.0.1-alpha.134",
"@deepkit/rpc": "^1.0.1-alpha.135",
"@deepkit/stopwatch": "^1.0.1-alpha.132",
"@deepkit/type": "^1.0.1-alpha.132",
"@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.135](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.134...v1.0.1-alpha.135) (2024-02-16)

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

## [1.0.1-alpha.134](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.133...v1.0.1-alpha.134) (2024-02-15)

**Note:** Version bump only for package @deepkit/api-console-module
Expand Down
12 changes: 6 additions & 6 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.134",
"version": "1.0.1-alpha.135",
"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.134",
"@deepkit/api-console-gui": "^1.0.1-alpha.134"
"@deepkit/api-console-api": "^1.0.1-alpha.135",
"@deepkit/api-console-gui": "^1.0.1-alpha.135"
},
"devDependencies": {
"@deepkit/app": "^1.0.1-alpha.134",
"@deepkit/broker": "^1.0.1-alpha.134",
"@deepkit/bson": "^1.0.1-alpha.134",
"@deepkit/broker": "^1.0.1-alpha.135",
"@deepkit/bson": "^1.0.1-alpha.135",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/http": "^1.0.1-alpha.134",
"@deepkit/injector": "^1.0.1-alpha.132",
"@deepkit/logger": "^1.0.1-alpha.133",
"@deepkit/rpc": "^1.0.1-alpha.134",
"@deepkit/rpc": "^1.0.1-alpha.135",
"@deepkit/type": "^1.0.1-alpha.132",
"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.135](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.134...v1.0.1-alpha.135) (2024-02-16)

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

## [1.0.1-alpha.134](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.133...v1.0.1-alpha.134) (2024-02-15)

### Features
Expand Down
6 changes: 3 additions & 3 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.134",
"version": "1.0.1-alpha.135",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -36,11 +36,11 @@
"rxjs": "*"
},
"devDependencies": {
"@deepkit/bson": "^1.0.1-alpha.134",
"@deepkit/bson": "^1.0.1-alpha.135",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/core-rxjs": "^1.0.1-alpha.124",
"@deepkit/event": "^1.0.1-alpha.132",
"@deepkit/rpc": "^1.0.1-alpha.134",
"@deepkit/rpc": "^1.0.1-alpha.135",
"@deepkit/type": "^1.0.1-alpha.132"
},
"jest": {
Expand Down
6 changes: 6 additions & 0 deletions packages/bson/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.135](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.134...v1.0.1-alpha.135) (2024-02-16)

### Features

- **rpc:** reuse type cache across connections + made strictSerialization(false) less strict ([1b55b08](https://github.com/deepkit/deepkit-framework/commit/1b55b085aee23a53070daa3d179cd86734608b57))

## [1.0.1-alpha.134](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.133...v1.0.1-alpha.134) (2024-02-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/bson/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/bson",
"version": "1.0.1-alpha.134",
"version": "1.0.1-alpha.135",
"description": "Deepkit BSON parser",
"type": "commonjs",
"main": "./dist/cjs/index.js",
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.135](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.134...v1.0.1-alpha.135) (2024-02-16)

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

## [1.0.1-alpha.134](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.133...v1.0.1-alpha.134) (2024-02-15)

**Note:** Version bump only for package @deepkit/framework-debug-api
Expand Down
6 changes: 3 additions & 3 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.134",
"version": "1.0.1-alpha.135",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -33,12 +33,12 @@
"@deepkit/type": "^1.0.1-alpha.13"
},
"devDependencies": {
"@deepkit/bson": "^1.0.1-alpha.134",
"@deepkit/bson": "^1.0.1-alpha.135",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/core-rxjs": "^1.0.1-alpha.124",
"@deepkit/injector": "^1.0.1-alpha.132",
"@deepkit/logger": "^1.0.1-alpha.133",
"@deepkit/rpc": "^1.0.1-alpha.134",
"@deepkit/rpc": "^1.0.1-alpha.135",
"@deepkit/stopwatch": "^1.0.1-alpha.132",
"@deepkit/type": "^1.0.1-alpha.132",
"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.135](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.134...v1.0.1-alpha.135) (2024-02-16)

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

## [1.0.1-alpha.134](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.133...v1.0.1-alpha.134) (2024-02-15)

**Note:** Version bump only for package @deepkit/framework-debug-gui
Expand Down
16 changes: 8 additions & 8 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.134",
"version": "1.0.1-alpha.135",
"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.134",
"@deepkit/api-console-gui": "^1.0.1-alpha.134",
"@deepkit/bson": "^1.0.1-alpha.134",
"@deepkit/api-console-api": "^1.0.1-alpha.135",
"@deepkit/api-console-gui": "^1.0.1-alpha.135",
"@deepkit/bson": "^1.0.1-alpha.135",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/core-rxjs": "^1.0.1-alpha.124",
"@deepkit/desktop-ui": "^1.0.1-alpha.133",
"@deepkit/event": "^1.0.1-alpha.132",
"@deepkit/framework-debug-api": "^1.0.1-alpha.134",
"@deepkit/framework-debug-api": "^1.0.1-alpha.135",
"@deepkit/injector": "^1.0.1-alpha.132",
"@deepkit/logger": "^1.0.1-alpha.133",
"@deepkit/orm": "^1.0.1-alpha.133",
"@deepkit/orm-browser-api": "^1.0.1-alpha.134",
"@deepkit/orm-browser-gui": "^1.0.1-alpha.134",
"@deepkit/rpc": "^1.0.1-alpha.134",
"@deepkit/orm-browser-api": "^1.0.1-alpha.135",
"@deepkit/orm-browser-gui": "^1.0.1-alpha.135",
"@deepkit/rpc": "^1.0.1-alpha.135",
"@deepkit/stopwatch": "^1.0.1-alpha.132",
"@deepkit/topsort": "^1.0.1-alpha.121",
"@deepkit/type": "^1.0.1-alpha.132",
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.135](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.134...v1.0.1-alpha.135) (2024-02-16)

### Features

- **rpc:** reuse type cache across connections + made strictSerialization(false) less strict ([1b55b08](https://github.com/deepkit/deepkit-framework/commit/1b55b085aee23a53070daa3d179cd86734608b57))

## [1.0.1-alpha.134](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.133...v1.0.1-alpha.134) (2024-02-15)

### Features
Expand Down
20 changes: 10 additions & 10 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.134",
"version": "1.0.1-alpha.135",
"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.134",
"@deepkit/framework-debug-api": "^1.0.1-alpha.134",
"@deepkit/framework-debug-gui": "^1.0.1-alpha.134",
"@deepkit/orm-browser-api": "^1.0.1-alpha.134",
"@deepkit/orm-browser-gui": "^1.0.1-alpha.134",
"@deepkit/api-console-module": "^1.0.1-alpha.135",
"@deepkit/framework-debug-api": "^1.0.1-alpha.135",
"@deepkit/framework-debug-gui": "^1.0.1-alpha.135",
"@deepkit/orm-browser-api": "^1.0.1-alpha.135",
"@deepkit/orm-browser-gui": "^1.0.1-alpha.135",
"@types/ws": "^7.4.0",
"buffer": "^5.2.1",
"compression": "^1.7.4",
Expand All @@ -66,8 +66,8 @@
},
"devDependencies": {
"@deepkit/app": "^1.0.1-alpha.134",
"@deepkit/broker": "^1.0.1-alpha.134",
"@deepkit/bson": "^1.0.1-alpha.134",
"@deepkit/broker": "^1.0.1-alpha.135",
"@deepkit/bson": "^1.0.1-alpha.135",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/core-rxjs": "^1.0.1-alpha.124",
"@deepkit/event": "^1.0.1-alpha.132",
Expand All @@ -76,8 +76,8 @@
"@deepkit/injector": "^1.0.1-alpha.132",
"@deepkit/logger": "^1.0.1-alpha.133",
"@deepkit/orm": "^1.0.1-alpha.133",
"@deepkit/rpc": "^1.0.1-alpha.134",
"@deepkit/rpc-tcp": "^1.0.1-alpha.134",
"@deepkit/rpc": "^1.0.1-alpha.135",
"@deepkit/rpc-tcp": "^1.0.1-alpha.135",
"@deepkit/sql": "^1.0.1-alpha.134",
"@deepkit/stopwatch": "^1.0.1-alpha.132",
"@deepkit/template": "^1.0.1-alpha.132",
Expand Down
4 changes: 4 additions & 0 deletions packages/mongo/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.135](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.134...v1.0.1-alpha.135) (2024-02-16)

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

## [1.0.1-alpha.134](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.133...v1.0.1-alpha.134) (2024-02-15)

**Note:** Version bump only for package @deepkit/mongo
Expand Down
4 changes: 2 additions & 2 deletions packages/mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/mongo",
"version": "1.0.1-alpha.134",
"version": "1.0.1-alpha.135",
"description": "Deepkit ORM MongoDB adapter",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"saslprep": "^1.0.3"
},
"devDependencies": {
"@deepkit/bson": "^1.0.1-alpha.134",
"@deepkit/bson": "^1.0.1-alpha.135",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/orm": "^1.0.1-alpha.133",
"@deepkit/orm-integration": "^1.0.1-alpha.13",
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.135](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.134...v1.0.1-alpha.135) (2024-02-16)

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

## [1.0.1-alpha.134](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.133...v1.0.1-alpha.134) (2024-02-15)

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

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

## [1.0.1-alpha.134](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.133...v1.0.1-alpha.134) (2024-02-15)

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

0 comments on commit 0371512

Please sign in to comment.