Skip to content

Commit 5de22c8

Browse files
committed
v1.0.1-alpha.71
1 parent 3535643 commit 5de22c8

63 files changed

Lines changed: 208 additions & 208 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.0.1-alpha.70"
5+
"version": "1.0.1-alpha.71"
66
}

packages/angular-universal/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular-universal/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/angular-universal",
3-
"version": "1.0.1-alpha.70",
3+
"version": "1.0.1-alpha.71",
44
"description": "Angular server side rendering for Deepkit Framework",
55
"type": "commonjs",
66
"main": "./dist/cjs/index.js",
@@ -46,12 +46,12 @@
4646
"@angular/core": "^10.0.0 || ^11.0.0",
4747
"@angular/platform-server": "^10.0.0 || ^11.0.0",
4848
"@angular/router": "^10.0.0 || ^11.0.0",
49-
"@deepkit/app": "^1.0.1-alpha.70",
50-
"@deepkit/event": "^1.0.1-alpha.70",
51-
"@deepkit/http": "^1.0.1-alpha.70",
52-
"@deepkit/injector": "^1.0.1-alpha.70",
49+
"@deepkit/app": "^1.0.1-alpha.71",
50+
"@deepkit/event": "^1.0.1-alpha.71",
51+
"@deepkit/http": "^1.0.1-alpha.71",
52+
"@deepkit/injector": "^1.0.1-alpha.71",
5353
"@deepkit/logger": "^1.0.1-alpha.65",
54-
"@deepkit/type": "^1.0.1-alpha.70",
54+
"@deepkit/type": "^1.0.1-alpha.71",
5555
"@types/node": "^14.0.0"
5656
},
5757
"jest": {

packages/api-console-api/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api-console-api/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/api-console-api",
3-
"version": "1.0.1-alpha.70",
3+
"version": "1.0.1-alpha.71",
44
"type": "commonjs",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -31,13 +31,13 @@
3131
"@deepkit/type": "^1.0.1-alpha.63"
3232
},
3333
"devDependencies": {
34-
"@deepkit/bson": "^1.0.1-alpha.70",
34+
"@deepkit/bson": "^1.0.1-alpha.71",
3535
"@deepkit/core": "^1.0.1-alpha.65",
3636
"@deepkit/crypto": "^1.0.1-alpha.65",
37-
"@deepkit/injector": "^1.0.1-alpha.70",
37+
"@deepkit/injector": "^1.0.1-alpha.71",
3838
"@deepkit/logger": "^1.0.1-alpha.65",
39-
"@deepkit/rpc": "^1.0.1-alpha.70",
40-
"@deepkit/type": "^1.0.1-alpha.70"
39+
"@deepkit/rpc": "^1.0.1-alpha.71",
40+
"@deepkit/type": "^1.0.1-alpha.71"
4141
},
4242
"jest": {
4343
"testEnvironment": "node",

packages/api-console-gui/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api-console-gui/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/api-console-gui",
3-
"version": "1.0.1-alpha.70",
3+
"version": "1.0.1-alpha.71",
44
"description": "API Console GUI",
55
"scripts": {
66
"ng": "ng",
@@ -31,18 +31,18 @@
3131
"@angular/platform-browser": "~12.2.0",
3232
"@angular/platform-browser-dynamic": "~12.2.0",
3333
"@angular/router": "~12.2.0",
34-
"@deepkit/api-console-api": "^1.0.1-alpha.70",
35-
"@deepkit/bson": "^1.0.1-alpha.70",
34+
"@deepkit/api-console-api": "^1.0.1-alpha.71",
35+
"@deepkit/bson": "^1.0.1-alpha.71",
3636
"@deepkit/core": "^1.0.1-alpha.65",
3737
"@deepkit/core-rxjs": "^1.0.1-alpha.65",
3838
"@deepkit/crypto": "^1.0.1-alpha.65",
3939
"@deepkit/desktop-ui": "^1.0.1-alpha.65",
40-
"@deepkit/injector": "^1.0.1-alpha.70",
40+
"@deepkit/injector": "^1.0.1-alpha.71",
4141
"@deepkit/logger": "^1.0.1-alpha.65",
42-
"@deepkit/rpc": "^1.0.1-alpha.70",
43-
"@deepkit/stopwatch": "^1.0.1-alpha.70",
44-
"@deepkit/type": "^1.0.1-alpha.70",
45-
"@deepkit/type-compiler": "^1.0.1-alpha.70",
42+
"@deepkit/rpc": "^1.0.1-alpha.71",
43+
"@deepkit/stopwatch": "^1.0.1-alpha.71",
44+
"@deepkit/type": "^1.0.1-alpha.71",
45+
"@deepkit/type-compiler": "^1.0.1-alpha.71",
4646
"@deepkit/ui-library": "^1.0.1-alpha.56",
4747
"@types/node": "^12.11.1",
4848
"hammerjs": "^2.0.8",

packages/api-console-module/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api-console-module/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/api-console-module",
3-
"version": "1.0.1-alpha.70",
3+
"version": "1.0.1-alpha.71",
44
"description": "API Console",
55
"type": "commonjs",
66
"main": "./dist/cjs/index.js",
@@ -35,20 +35,20 @@
3535
"rxjs": "~6.6.0"
3636
},
3737
"dependencies": {
38-
"@deepkit/api-console-api": "^1.0.1-alpha.70",
39-
"@deepkit/api-console-gui": "^1.0.1-alpha.70"
38+
"@deepkit/api-console-api": "^1.0.1-alpha.71",
39+
"@deepkit/api-console-gui": "^1.0.1-alpha.71"
4040
},
4141
"devDependencies": {
42-
"@deepkit/app": "^1.0.1-alpha.70",
43-
"@deepkit/broker": "^1.0.1-alpha.70",
44-
"@deepkit/bson": "^1.0.1-alpha.70",
42+
"@deepkit/app": "^1.0.1-alpha.71",
43+
"@deepkit/broker": "^1.0.1-alpha.71",
44+
"@deepkit/bson": "^1.0.1-alpha.71",
4545
"@deepkit/core": "^1.0.1-alpha.65",
4646
"@deepkit/crypto": "^1.0.1-alpha.65",
47-
"@deepkit/http": "^1.0.1-alpha.70",
48-
"@deepkit/injector": "^1.0.1-alpha.70",
47+
"@deepkit/http": "^1.0.1-alpha.71",
48+
"@deepkit/injector": "^1.0.1-alpha.71",
4949
"@deepkit/logger": "^1.0.1-alpha.65",
50-
"@deepkit/rpc": "^1.0.1-alpha.70",
51-
"@deepkit/type": "^1.0.1-alpha.70",
50+
"@deepkit/rpc": "^1.0.1-alpha.71",
51+
"@deepkit/type": "^1.0.1-alpha.71",
5252
"rxjs": "~6.6.0"
5353
},
5454
"jest": {

packages/app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)