v1.1.0-beta.18

This commit is contained in:
DXOS 2020-11-16 20:14:31 +00:00
parent e78184c0c3
commit a4c49f6a4d
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-beta.17",
"version": "1.1.0-beta.18",
"useWorkspaces": true,
"npmClient": "yarn"
}

View File

@ -1,6 +1,6 @@
{
"name": "@dxos/console-app",
"version": "1.1.0-beta.17",
"version": "1.1.0-beta.18",
"description": "Kubenet Console Client",
"repository": "https://github.com/dxos/console",
"main": "dist/es/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@dxos/console-server",
"version": "1.1.0-beta.17",
"version": "1.1.0-beta.18",
"description": "Kubenet Console Server",
"main": "dist/es/index.js",
"bin": {
@ -31,7 +31,7 @@
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@babel/runtime": "^7.8.7",
"@dxos/console-app": "^1.1.0-beta.17",
"@dxos/console-app": "^1.1.0-beta.18",
"@wirelineio/wns-schema": "^0.1.1",
"apollo-boost": "^0.4.9",
"apollo-server-express": "^2.13.1",