Skip to content

Commit 7a03e70

Browse files
author
Rhys Howell
committed
v0.0.1-alpha.15
1 parent 08c450a commit 7a03e70

File tree

33 files changed

+223
-1378
lines changed

33 files changed

+223
-1378
lines changed

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": "0.0.1-alpha.14"
5+
"version": "0.0.1-alpha.15"
66
}

packages/async-rewriter/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/async-rewriter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/async-rewriter",
3-
"version": "0.0.1-alpha.14",
3+
"version": "0.0.1-alpha.15",
44
"description": "MongoDB Shell Async Rewriter Package",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -32,14 +32,14 @@
3232
"@babel/template": "^7.8.6",
3333
"@babel/traverse": "^7.9.0",
3434
"@babel/types": "^7.9.0",
35-
"@mongosh/errors": "^0.0.1-alpha.14",
35+
"@mongosh/errors": "^0.0.1-alpha.15",
3636
"@types/babel__core": "^7.1.6",
3737
"@types/babel__traverse": "^7.0.9",
3838
"ts-node": "^8.8.1",
3939
"typescript": "^3.8.3"
4040
},
4141
"devDependencies": {
42-
"@mongosh/shell-api": "^0.0.1-alpha.14",
42+
"@mongosh/shell-api": "^0.0.1-alpha.15",
4343
"ast-pretty-print": "^2.0.1",
4444
"mocha": "^7.1.0",
4545
"sinon": "^9.0.1"

packages/browser-repl/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/browser-repl/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-repl",
3-
"version": "0.0.1-alpha.14",
3+
"version": "0.0.1-alpha.15",
44
"description": "Browser presentation component for Mongo Shell",
55
"engines": {
66
"node": "^12.4.0"
@@ -38,10 +38,10 @@
3838
"@leafygreen-ui/icon": "^4.0.0",
3939
"@leafygreen-ui/palette": "^2.0.0",
4040
"@leafygreen-ui/syntax": "^2.2.0",
41-
"@mongosh/browser-runtime-core": "^0.0.1-alpha.14",
42-
"@mongosh/history": "^0.0.1-alpha.14",
43-
"@mongosh/i18n": "^0.0.1-alpha.14",
44-
"@mongosh/service-provider-core": "^0.0.1-alpha.14",
41+
"@mongosh/browser-runtime-core": "^0.0.1-alpha.15",
42+
"@mongosh/history": "^0.0.1-alpha.15",
43+
"@mongosh/i18n": "^0.0.1-alpha.15",
44+
"@mongosh/service-provider-core": "^0.0.1-alpha.15",
4545
"pretty-bytes": "^5.3.0",
4646
"text-table": "^0.2.0"
4747
},

packages/browser-runtime-core/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/browser-runtime-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-runtime-core",
3-
"version": "0.0.1-alpha.14",
3+
"version": "0.0.1-alpha.15",
44
"description": "Mongosh browser runtime core",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -34,8 +34,8 @@
3434
"dependencies": {
3535
"@babel/generator": "^7.9.4",
3636
"@babel/parser": "^7.9.4",
37-
"@mongosh/cli-repl": "^0.0.1-alpha.14",
38-
"@mongosh/service-provider-core": "^0.0.1-alpha.14",
39-
"@mongosh/shell-evaluator": "^0.0.1-alpha.14"
37+
"@mongosh/cli-repl": "^0.0.1-alpha.15",
38+
"@mongosh/service-provider-core": "^0.0.1-alpha.15",
39+
"@mongosh/shell-evaluator": "^0.0.1-alpha.15"
4040
}
4141
}

packages/browser-runtime-electron/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/browser-runtime-electron/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-runtime-electron",
3-
"version": "0.0.1-alpha.14",
3+
"version": "0.0.1-alpha.15",
44
"description": "Mongosh browser runtime electron",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -29,13 +29,13 @@
2929
"access": "public"
3030
},
3131
"dependencies": {
32-
"@mongosh/browser-runtime-core": "^0.0.1-alpha.14",
33-
"@mongosh/service-provider-core": "^0.0.1-alpha.14"
32+
"@mongosh/browser-runtime-core": "^0.0.1-alpha.15",
33+
"@mongosh/service-provider-core": "^0.0.1-alpha.15"
3434
},
3535
"devDependencies": {
36-
"@mongosh/service-provider-server": "^0.0.1-alpha.14",
37-
"rimraf": "^3.0.2",
36+
"@mongosh/service-provider-server": "^0.0.1-alpha.15",
3837
"@types/sinon": "^7.5.1",
39-
"@types/sinon-chai": "^3.2.3"
38+
"@types/sinon-chai": "^3.2.3",
39+
"rimraf": "^3.0.2"
4040
}
4141
}

packages/build/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)