forked from cerc-io/laconic-console
v1.0.0-beta.5
This commit is contained in:
parent
24563f92f5
commit
9db86c2570
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0-beta.4",
|
||||
"version": "1.0.0-beta.5",
|
||||
"useWorkspaces": true,
|
||||
"npmClient": "yarn"
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: dxos.network/console-app
|
||||
displayName: DxOS Console Client
|
||||
build: yarn dist
|
||||
version: 0.0.3
|
||||
package: QmQv4MGD9m6DTJtFJcoYM3b8bif16Tw7qoRhVgAj7dKo23
|
||||
version: 0.0.4
|
||||
package: QmZ7n2yQzExc4ciFQyYhHx4AxQej4nCKxVKGddiW9AMUKT
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@dxos/console-app",
|
||||
"version": "1.0.0-beta.4",
|
||||
"version": "1.0.0-beta.5",
|
||||
"description": "DxOS Console Client",
|
||||
"main": "dist/es/index.js",
|
||||
"files": [
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"build": {
|
||||
"name": "@dxos/console-app",
|
||||
"buildDate": "2020-06-13T03:09:11.504Z",
|
||||
"version": "1.0.0-beta.3"
|
||||
"buildDate": "2020-06-13T04:50:21.878Z",
|
||||
"version": "1.0.0-beta.4"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@dxos/console-server",
|
||||
"version": "1.0.0-beta.4",
|
||||
"version": "1.0.0-beta.5",
|
||||
"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.4",
|
||||
"@dxos/console-app": "^1.0.0-beta.5",
|
||||
"@wirelineio/wns-schema": "^0.1.1",
|
||||
"apollo-boost": "^0.4.9",
|
||||
"apollo-server-express": "^2.13.1",
|
||||
|
Loading…
Reference in New Issue
Block a user