Skip to content

Commit

Permalink
v1.0.1-alpha.121
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Jan 31, 2024
1 parent 3221ff0 commit 47cccf1
Show file tree
Hide file tree
Showing 81 changed files with 661 additions and 482 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.121](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.120...v1.0.1-alpha.121) (2024-01-31)

### Bug Fixes

- **core:** clear timeouts correctly in ProcessLock ([89cd2d5](https://github.com/deepkit/deepkit-framework/commit/89cd2d5631e09555562a2a25d1c098f70406a469))
- **sqlite:** correctly quote column renaming ([e555ac8](https://github.com/deepkit/deepkit-framework/commit/e555ac8992e9f4ebbbf49f4c88f5e9df05954eef))
- **topsort:** circular reference detection ([1c01cc1](https://github.com/deepkit/deepkit-framework/commit/1c01cc1794ebece3b5633eee3957dcc81d16228d))

### Features

- **broker:** `await using BrokerLockItem.hold()` for better resource management ([7917fb1](https://github.com/deepkit/deepkit-framework/commit/7917fb14a58a7c0a211107ddd34746e8ffafb9fd))
- **http:** allow using unknown/any/never types that are nominal ([3221ff0](https://github.com/deepkit/deepkit-framework/commit/3221ff05ad2a2d426aa8da24c94678a672942831))

## [1.0.1-alpha.120](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.119...v1.0.1-alpha.120) (2024-01-29)

### Features
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.120"
"version": "1.0.1-alpha.121"
}
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.121](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.120...v1.0.1-alpha.121) (2024-01-31)

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

## [1.0.1-alpha.120](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.119...v1.0.1-alpha.120) (2024-01-29)

**Note:** Version bump only for package @deepkit/api-console-api
Expand Down
14 changes: 7 additions & 7 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.120",
"version": "1.0.1-alpha.121",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -31,12 +31,12 @@
"@deepkit/type": "^1.0.1-alpha.63"
},
"devDependencies": {
"@deepkit/bson": "^1.0.1-alpha.120",
"@deepkit/core": "^1.0.1-alpha.114",
"@deepkit/injector": "^1.0.1-alpha.120",
"@deepkit/logger": "^1.0.1-alpha.120",
"@deepkit/rpc": "^1.0.1-alpha.120",
"@deepkit/type": "^1.0.1-alpha.120"
"@deepkit/bson": "^1.0.1-alpha.121",
"@deepkit/core": "^1.0.1-alpha.121",
"@deepkit/injector": "^1.0.1-alpha.121",
"@deepkit/logger": "^1.0.1-alpha.121",
"@deepkit/rpc": "^1.0.1-alpha.121",
"@deepkit/type": "^1.0.1-alpha.121"
},
"jest": {
"testEnvironment": "node",
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.121](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.120...v1.0.1-alpha.121) (2024-01-31)

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

## [1.0.1-alpha.120](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.119...v1.0.1-alpha.120) (2024-01-29)

**Note:** Version bump only for package @deepkit/api-console-gui
Expand Down
24 changes: 12 additions & 12 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.120",
"version": "1.0.1-alpha.121",
"description": "API Console GUI",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -34,17 +34,17 @@
"@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.120",
"@deepkit/bson": "^1.0.1-alpha.120",
"@deepkit/core": "^1.0.1-alpha.114",
"@deepkit/core-rxjs": "^1.0.1-alpha.114",
"@deepkit/desktop-ui": "^1.0.1-alpha.120",
"@deepkit/event": "^1.0.1-alpha.120",
"@deepkit/injector": "^1.0.1-alpha.120",
"@deepkit/logger": "^1.0.1-alpha.120",
"@deepkit/rpc": "^1.0.1-alpha.120",
"@deepkit/stopwatch": "^1.0.1-alpha.120",
"@deepkit/type": "^1.0.1-alpha.120",
"@deepkit/api-console-api": "^1.0.1-alpha.121",
"@deepkit/bson": "^1.0.1-alpha.121",
"@deepkit/core": "^1.0.1-alpha.121",
"@deepkit/core-rxjs": "^1.0.1-alpha.121",
"@deepkit/desktop-ui": "^1.0.1-alpha.121",
"@deepkit/event": "^1.0.1-alpha.121",
"@deepkit/injector": "^1.0.1-alpha.121",
"@deepkit/logger": "^1.0.1-alpha.121",
"@deepkit/rpc": "^1.0.1-alpha.121",
"@deepkit/stopwatch": "^1.0.1-alpha.121",
"@deepkit/type": "^1.0.1-alpha.121",
"@deepkit/type-compiler": "^1.0.1-alpha.117",
"@deepkit/ui-library": "^1.0.1-alpha.56",
"@types/jasmine": "~4.3.0",
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.121](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.120...v1.0.1-alpha.121) (2024-01-31)

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

## [1.0.1-alpha.120](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.119...v1.0.1-alpha.120) (2024-01-29)

**Note:** Version bump only for package @deepkit/api-console-module
Expand Down
24 changes: 12 additions & 12 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.120",
"version": "1.0.1-alpha.121",
"description": "API Console",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -34,19 +34,19 @@
"@deepkit/type": "^1.0.1-alpha.43"
},
"dependencies": {
"@deepkit/api-console-api": "^1.0.1-alpha.120",
"@deepkit/api-console-gui": "^1.0.1-alpha.120"
"@deepkit/api-console-api": "^1.0.1-alpha.121",
"@deepkit/api-console-gui": "^1.0.1-alpha.121"
},
"devDependencies": {
"@deepkit/app": "^1.0.1-alpha.120",
"@deepkit/broker": "^1.0.1-alpha.120",
"@deepkit/bson": "^1.0.1-alpha.120",
"@deepkit/core": "^1.0.1-alpha.114",
"@deepkit/http": "^1.0.1-alpha.120",
"@deepkit/injector": "^1.0.1-alpha.120",
"@deepkit/logger": "^1.0.1-alpha.120",
"@deepkit/rpc": "^1.0.1-alpha.120",
"@deepkit/type": "^1.0.1-alpha.120",
"@deepkit/app": "^1.0.1-alpha.121",
"@deepkit/broker": "^1.0.1-alpha.121",
"@deepkit/bson": "^1.0.1-alpha.121",
"@deepkit/core": "^1.0.1-alpha.121",
"@deepkit/http": "^1.0.1-alpha.121",
"@deepkit/injector": "^1.0.1-alpha.121",
"@deepkit/logger": "^1.0.1-alpha.121",
"@deepkit/rpc": "^1.0.1-alpha.121",
"@deepkit/type": "^1.0.1-alpha.121",
"rxjs": "~7.8.0"
},
"jest": {
Expand Down
4 changes: 4 additions & 0 deletions packages/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.121](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.120...v1.0.1-alpha.121) (2024-01-31)

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

## [1.0.1-alpha.120](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.119...v1.0.1-alpha.120) (2024-01-29)

**Note:** Version bump only for package @deepkit/app
Expand Down
16 changes: 8 additions & 8 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.120",
"version": "1.0.1-alpha.121",
"description": "Deepkit App, CLI framework and service container",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -32,13 +32,13 @@
"@deepkit/workflow": "^1.0.1-alpha.13"
},
"devDependencies": {
"@deepkit/core": "^1.0.1-alpha.114",
"@deepkit/event": "^1.0.1-alpha.120",
"@deepkit/injector": "^1.0.1-alpha.120",
"@deepkit/logger": "^1.0.1-alpha.120",
"@deepkit/stopwatch": "^1.0.1-alpha.120",
"@deepkit/type": "^1.0.1-alpha.120",
"@deepkit/workflow": "^1.0.1-alpha.120",
"@deepkit/core": "^1.0.1-alpha.121",
"@deepkit/event": "^1.0.1-alpha.121",
"@deepkit/injector": "^1.0.1-alpha.121",
"@deepkit/logger": "^1.0.1-alpha.121",
"@deepkit/stopwatch": "^1.0.1-alpha.121",
"@deepkit/type": "^1.0.1-alpha.121",
"@deepkit/workflow": "^1.0.1-alpha.121",
"conditional-type-checks": "^1.0.5"
},
"jest": {
Expand Down
6 changes: 6 additions & 0 deletions packages/broker/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.121](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.120...v1.0.1-alpha.121) (2024-01-31)

### Features

- **broker:** `await using BrokerLockItem.hold()` for better resource management ([7917fb1](https://github.com/deepkit/deepkit-framework/commit/7917fb14a58a7c0a211107ddd34746e8ffafb9fd))

## [1.0.1-alpha.120](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.119...v1.0.1-alpha.120) (2024-01-29)

**Note:** Version bump only for package @deepkit/broker
Expand Down
14 changes: 7 additions & 7 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.120",
"version": "1.0.1-alpha.121",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
"rxjs": "*"
},
"devDependencies": {
"@deepkit/bson": "^1.0.1-alpha.120",
"@deepkit/core": "^1.0.1-alpha.114",
"@deepkit/core-rxjs": "^1.0.1-alpha.114",
"@deepkit/event": "^1.0.1-alpha.120",
"@deepkit/rpc": "^1.0.1-alpha.120",
"@deepkit/type": "^1.0.1-alpha.120"
"@deepkit/bson": "^1.0.1-alpha.121",
"@deepkit/core": "^1.0.1-alpha.121",
"@deepkit/core-rxjs": "^1.0.1-alpha.121",
"@deepkit/event": "^1.0.1-alpha.121",
"@deepkit/rpc": "^1.0.1-alpha.121",
"@deepkit/type": "^1.0.1-alpha.121"
},
"jest": {
"testEnvironment": "node",
Expand Down
4 changes: 4 additions & 0 deletions packages/bson/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.121](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.120...v1.0.1-alpha.121) (2024-01-31)

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

## [1.0.1-alpha.120](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.119...v1.0.1-alpha.120) (2024-01-29)

**Note:** Version bump only for package @deepkit/bson
Expand Down
6 changes: 3 additions & 3 deletions 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.120",
"version": "1.0.1-alpha.121",
"description": "Deepkit BSON parser",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@deepkit/type": "^1.0.1-alpha.13"
},
"devDependencies": {
"@deepkit/core": "^1.0.1-alpha.114",
"@deepkit/type": "^1.0.1-alpha.120",
"@deepkit/core": "^1.0.1-alpha.121",
"@deepkit/type": "^1.0.1-alpha.121",
"@types/bson": "^4.0.3",
"@types/node": "20.6.0",
"bson": "^4.4.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/core-rxjs/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.121](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.120...v1.0.1-alpha.121) (2024-01-31)

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

## [1.0.1-alpha.114](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.113...v1.0.1-alpha.114) (2024-01-21)

**Note:** Version bump only for package @deepkit/core-rxjs
Expand Down
4 changes: 2 additions & 2 deletions packages/core-rxjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/core-rxjs",
"version": "1.0.1-alpha.114",
"version": "1.0.1-alpha.121",
"description": "Deepkit core rxjs library",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"rxjs": "*"
},
"devDependencies": {
"@deepkit/core": "^1.0.1-alpha.114",
"@deepkit/core": "^1.0.1-alpha.121",
"rxjs": "~7.8.0"
},
"jest": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/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.121](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.120...v1.0.1-alpha.121) (2024-01-31)

### Bug Fixes

- **core:** clear timeouts correctly in ProcessLock ([89cd2d5](https://github.com/deepkit/deepkit-framework/commit/89cd2d5631e09555562a2a25d1c098f70406a469))

## [1.0.1-alpha.114](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.113...v1.0.1-alpha.114) (2024-01-21)

**Note:** Version bump only for package @deepkit/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit/core",
"version": "1.0.1-alpha.114",
"version": "1.0.1-alpha.121",
"description": "Deepkit core library",
"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.121](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.120...v1.0.1-alpha.121) (2024-01-31)

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

## [1.0.1-alpha.120](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.119...v1.0.1-alpha.120) (2024-01-29)

**Note:** Version bump only for package @deepkit/create-app
Expand Down
10 changes: 5 additions & 5 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.120",
"version": "1.0.1-alpha.121",
"description": "asdasd",
"type": "commonjs",
"main": "./dist/cjs/main.js",
Expand All @@ -17,10 +17,10 @@
"deepkit-app": "dist/cjs/main.js"
},
"dependencies": {
"@deepkit/app": "^1.0.1-alpha.120",
"@deepkit/core": "^1.0.1-alpha.114",
"@deepkit/logger": "^1.0.1-alpha.120",
"@deepkit/type": "^1.0.1-alpha.120",
"@deepkit/app": "^1.0.1-alpha.121",
"@deepkit/core": "^1.0.1-alpha.121",
"@deepkit/logger": "^1.0.1-alpha.121",
"@deepkit/type": "^1.0.1-alpha.121",
"fs-extra": "^9.1.0"
},
"devDependencies": {
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.121](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.120...v1.0.1-alpha.121) (2024-01-31)

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

## [1.0.1-alpha.120](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.119...v1.0.1-alpha.120) (2024-01-29)

**Note:** Version bump only for package @deepkit/desktop-ui
Expand Down
10 changes: 5 additions & 5 deletions 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.120",
"version": "1.0.1-alpha.121",
"description": "Library for desktop UI widgets in Angular 10+",
"keywords": [
"Desktop",
Expand Down Expand Up @@ -54,10 +54,10 @@
"@angular/platform-browser": "^17.1.0",
"@angular/platform-browser-dynamic": "^17.1.0",
"@angular/router": "^17.1.0",
"@deepkit/core": "^1.0.1-alpha.114",
"@deepkit/core-rxjs": "^1.0.1-alpha.114",
"@deepkit/event": "^1.0.1-alpha.120",
"@deepkit/type": "^1.0.1-alpha.120",
"@deepkit/core": "^1.0.1-alpha.121",
"@deepkit/core-rxjs": "^1.0.1-alpha.121",
"@deepkit/event": "^1.0.1-alpha.121",
"@deepkit/type": "^1.0.1-alpha.121",
"@types/fs-extra": "^8.0.1",
"@types/node": "20.6.0",
"fs-extra": "^8.1.0",
Expand Down
Loading

0 comments on commit 47cccf1

Please sign in to comment.