This commit is contained in:
DXOS 2020-12-02 22:16:21 +00:00
parent f748f0236c
commit 665f54c642
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{
"version": "1.2.3-alpha.1",
"version": "1.2.3",
"useWorkspaces": true,
"npmClient": "yarn"
}

View File

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

View File

@ -1,7 +1,7 @@
{
"build": {
"name": "@dxos/console-app",
"buildDate": "2020-12-02T18:30:08.007Z",
"version": "1.2.3-alpha.0"
"buildDate": "2020-12-02T22:15:37.987Z",
"version": "1.2.3-alpha.1"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@dxos/console-server",
"version": "1.2.3-alpha.1",
"version": "1.2.3",
"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.2.3-alpha.1",
"@dxos/console-app": "^1.2.3",
"@wirelineio/wns-schema": "^0.1.1",
"apollo-boost": "^0.4.9",
"apollo-server-express": "^2.13.1",