Skip to content

Commit

Permalink
v1.0.1-alpha.133
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Feb 15, 2024
1 parent cb9f648 commit f25cdcf
Show file tree
Hide file tree
Showing 51 changed files with 332 additions and 205 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.133](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.132...v1.0.1-alpha.133) (2024-02-15)

### Bug Fixes

- **bson:** fix surrogate pair decoding ([cb9f648](https://github.com/deepkit/deepkit-framework/commit/cb9f648cb587c6c0553fceaf0dc57d90ac34321c))

### Features

- **app:** allow array flags in object literal ([690927c](https://github.com/deepkit/deepkit-framework/commit/690927cc5015419e445a43df8b2729a9e496994b))
- **bson:** export new wrapObjectId/wrapUUId for faster any serialization ([718839b](https://github.com/deepkit/deepkit-framework/commit/718839b00c404239c7b666fe1e5e2d8c2e084d99))
- **mongo:** add readPreference support ([6275c37](https://github.com/deepkit/deepkit-framework/commit/6275c377a557c5eda3d50b35f2b8ab5e868861dc))
- **rpc:** allow serialization of unknown Observable type ([0014074](https://github.com/deepkit/deepkit-framework/commit/00140743b3cec674f7eda89a034c46720c5c96ae))

## [1.0.1-alpha.132](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.131...v1.0.1-alpha.132) (2024-02-10)

### 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.132"
"version": "1.0.1-alpha.133"
}
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.133](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.132...v1.0.1-alpha.133) (2024-02-15)

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

## [1.0.1-alpha.132](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.131...v1.0.1-alpha.132) (2024-02-10)

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

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

## [1.0.1-alpha.132](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.131...v1.0.1-alpha.132) (2024-02-10)

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

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

## [1.0.1-alpha.132](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.131...v1.0.1-alpha.132) (2024-02-10)

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

### Features

- **app:** allow array flags in object literal ([690927c](https://github.com/deepkit/deepkit-framework/commit/690927cc5015419e445a43df8b2729a9e496994b))

## [1.0.1-alpha.132](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.131...v1.0.1-alpha.132) (2024-02-10)

**Note:** Version bump only for package @deepkit/app
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/app",
"version": "1.0.1-alpha.132",
"version": "1.0.1-alpha.133",
"description": "Deepkit App, CLI framework and service container",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/event": "^1.0.1-alpha.132",
"@deepkit/injector": "^1.0.1-alpha.132",
"@deepkit/logger": "^1.0.1-alpha.132",
"@deepkit/logger": "^1.0.1-alpha.133",
"@deepkit/stopwatch": "^1.0.1-alpha.132",
"@deepkit/type": "^1.0.1-alpha.132",
"@deepkit/workflow": "^1.0.1-alpha.132",
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.133](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.132...v1.0.1-alpha.133) (2024-02-15)

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

## [1.0.1-alpha.132](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.131...v1.0.1-alpha.132) (2024-02-10)

**Note:** Version bump only for package @deepkit/broker
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.132",
"version": "1.0.1-alpha.133",
"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.132",
"@deepkit/bson": "^1.0.1-alpha.133",
"@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.132",
"@deepkit/rpc": "^1.0.1-alpha.133",
"@deepkit/type": "^1.0.1-alpha.132"
},
"jest": {
Expand Down
10 changes: 10 additions & 0 deletions packages/bson/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
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.133](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.132...v1.0.1-alpha.133) (2024-02-15)

### Bug Fixes

- **bson:** fix surrogate pair decoding ([cb9f648](https://github.com/deepkit/deepkit-framework/commit/cb9f648cb587c6c0553fceaf0dc57d90ac34321c))

### Features

- **bson:** export new wrapObjectId/wrapUUId for faster any serialization ([718839b](https://github.com/deepkit/deepkit-framework/commit/718839b00c404239c7b666fe1e5e2d8c2e084d99))

## [1.0.1-alpha.132](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.131...v1.0.1-alpha.132) (2024-02-10)

### Features
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.132",
"version": "1.0.1-alpha.133",
"description": "Deepkit BSON parser",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/create-app/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.133](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.132...v1.0.1-alpha.133) (2024-02-15)

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

## [1.0.1-alpha.132](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.131...v1.0.1-alpha.132) (2024-02-10)

**Note:** Version bump only for package @deepkit/create-app
Expand Down
6 changes: 3 additions & 3 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/create-app",
"version": "1.0.1-alpha.132",
"version": "1.0.1-alpha.133",
"description": "asdasd",
"type": "commonjs",
"main": "./dist/cjs/main.js",
Expand All @@ -17,9 +17,9 @@
"deepkit-app": "dist/cjs/main.js"
},
"dependencies": {
"@deepkit/app": "^1.0.1-alpha.132",
"@deepkit/app": "^1.0.1-alpha.133",
"@deepkit/core": "^1.0.1-alpha.124",
"@deepkit/logger": "^1.0.1-alpha.132",
"@deepkit/logger": "^1.0.1-alpha.133",
"@deepkit/type": "^1.0.1-alpha.132",
"fs-extra": "^9.1.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/desktop-ui/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.133](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.132...v1.0.1-alpha.133) (2024-02-15)

**Note:** Version bump only for package @deepkit/desktop-ui

## [1.0.1-alpha.132](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.131...v1.0.1-alpha.132) (2024-02-10)

**Note:** Version bump only for package @deepkit/desktop-ui
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/desktop-ui",
"version": "1.0.1-alpha.132",
"version": "1.0.1-alpha.133",
"description": "Library for desktop UI widgets in Angular 10+",
"keywords": [
"Desktop",
Expand Down
6 changes: 6 additions & 0 deletions packages/framework-debug-api/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.133](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.132...v1.0.1-alpha.133) (2024-02-15)

### Bug Fixes

- **bson:** fix surrogate pair decoding ([cb9f648](https://github.com/deepkit/deepkit-framework/commit/cb9f648cb587c6c0553fceaf0dc57d90ac34321c))

## [1.0.1-alpha.132](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.131...v1.0.1-alpha.132) (2024-02-10)

**Note:** Version bump only for package @deepkit/framework-debug-api
Expand Down
8 changes: 4 additions & 4 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.132",
"version": "1.0.1-alpha.133",
"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.132",
"@deepkit/bson": "^1.0.1-alpha.133",
"@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.132",
"@deepkit/rpc": "^1.0.1-alpha.132",
"@deepkit/logger": "^1.0.1-alpha.133",
"@deepkit/rpc": "^1.0.1-alpha.133",
"@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.133](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.132...v1.0.1-alpha.133) (2024-02-15)

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

## [1.0.1-alpha.132](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.131...v1.0.1-alpha.132) (2024-02-10)

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

### Features

- **rpc:** allow serialization of unknown Observable type ([0014074](https://github.com/deepkit/deepkit-framework/commit/00140743b3cec674f7eda89a034c46720c5c96ae))

## [1.0.1-alpha.132](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.131...v1.0.1-alpha.132) (2024-02-10)

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

0 comments on commit f25cdcf

Please sign in to comment.