v1.0.0-beta.3

This commit is contained in:
Thomas E Lackey 2020-06-12 00:00:07 -05:00
parent 90ab383b12
commit 48853538f3
4 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"useWorkspaces": true,
"npmClient": "yarn"
}

View File

@ -0,0 +1,5 @@
name: dxos.network/console-app
displayName: DxOS Console Client
build: yarn dist
version: 0.0.2
package: QmPQX2Ti5fCnmKy4z8hzsGdEHKYWxiLSesRUtPj84w7L6L

View File

@ -1,6 +1,6 @@
{
"name": "@dxos/console-app",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "DxOS Console Client",
"main": "dist/es/index.js",
"files": [

View File

@ -1,6 +1,6 @@
{
"name": "@dxos/console-server",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "DxOS 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.0.0-beta.2",
"@dxos/console-app": "^1.0.0-beta.3",
"@wirelineio/wns-schema": "^0.1.1",
"apollo-boost": "^0.4.9",
"apollo-server-express": "^2.13.1",