Skip to content

Commit 2ffaeb6

Browse files
committed
v1.0.1-alpha.99
1 parent dbafc10 commit 2ffaeb6

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.0.1-alpha.98"
5+
"version": "1.0.1-alpha.99"
66
}

packages/framework/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/framework/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/framework",
3-
"version": "1.0.1-alpha.98",
3+
"version": "1.0.1-alpha.99",
44
"type": "commonjs",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

packages/fs/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/fs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/fs",
3-
"version": "1.0.1-alpha.98",
3+
"version": "1.0.1-alpha.99",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"repository": "https://github.com./deepkit/deepkit-framework",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@deepkit/core": "^1.0.1-alpha.97",
19-
"@deepkit/framework": "^1.0.1-alpha.98",
19+
"@deepkit/framework": "^1.0.1-alpha.99",
2020
"@deepkit/orm": "^1.0.1-alpha.98",
2121
"@deepkit/type": "^1.0.1-alpha.97",
2222
"fs-extra": "^9.0.1",

packages/orm-browser-module/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/orm-browser-module/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/orm-browser-module",
3-
"version": "1.0.1-alpha.98",
3+
"version": "1.0.1-alpha.99",
44
"description": "ORM Browser",
55
"type": "commonjs",
66
"main": "./dist/cjs/index.js",
@@ -46,7 +46,7 @@
4646
"@deepkit/bson": "^1.0.1-alpha.97",
4747
"@deepkit/core": "^1.0.1-alpha.97",
4848
"@deepkit/crypto": "^1.0.1-alpha.89",
49-
"@deepkit/framework": "^1.0.1-alpha.98",
49+
"@deepkit/framework": "^1.0.1-alpha.99",
5050
"@deepkit/http": "^1.0.1-alpha.98",
5151
"@deepkit/injector": "^1.0.1-alpha.97",
5252
"@deepkit/logger": "^1.0.1-alpha.97",

packages/orm-browser/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/orm-browser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/orm-browser",
3-
"version": "1.0.1-alpha.98",
3+
"version": "1.0.1-alpha.99",
44
"description": "Deepkit ORM Data Browser",
55
"type": "commonjs",
66
"sideEffects": false,
@@ -19,7 +19,7 @@
1919
"@deepkit/bson": "^1.0.1-alpha.97",
2020
"@deepkit/core": "^1.0.1-alpha.97",
2121
"@deepkit/crypto": "^1.0.1-alpha.89",
22-
"@deepkit/framework": "^1.0.1-alpha.98",
22+
"@deepkit/framework": "^1.0.1-alpha.99",
2323
"@deepkit/http": "^1.0.1-alpha.98",
2424
"@deepkit/injector": "^1.0.1-alpha.97",
2525
"@deepkit/logger": "^1.0.1-alpha.97",

0 commit comments

Comments
 (0)