Fix script.

This commit is contained in:
Thomas E Lackey 2020-08-27 13:10:47 -05:00
parent 3f9dc27869
commit 55b667dafe
4 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,5 @@
name: dxos.network/console-moon name: console
displayName: Kubenet Console Client
build: yarn dist build: yarn dist
version: 0.0.24 version: 0.0.25
package: package:
/: QmbJ9VoYNKKhP3vaD13kA48RTcuAh7vuaXgTPTZ5Pv9pmo /: QmRTdeFtvdu41EXPoBovEhFc4V1RNKBUGjQ1GcBGMxBk1c

View File

@ -1,5 +1,5 @@
{ {
"name": "@dxos/console-app", "name": "@dxos/console",
"version": "1.0.0-moon.0", "version": "1.0.0-moon.0",
"description": "Kubenet Console Client", "description": "Kubenet Console Client",
"main": "dist/es/index.js", "main": "dist/es/index.js",

View File

@ -1,7 +1,7 @@
{ {
"build": { "build": {
"name": "@dxos/console-app", "name": "@dxos/console",
"buildDate": "2020-08-27T18:07:33.394Z", "buildDate": "2020-08-27T18:09:28.713Z",
"version": "1.0.0-moon.0" "version": "1.0.0-moon.0"
} }
} }

View File

@ -15,7 +15,7 @@ for appdir in `find ./packages -name '*-app' -type d | grep -v node_modules`; do
fi fi
WNS_NAME="$WNS_ORG/$PKG_NAME" WNS_NAME="$WNS_ORG/$PKG_NAME"
WNS_VERSION=`yarn -s wire wns name resolve wrn://${WNS_ORG}/application/${PKG_NAME} | jq -r '.records[0].attributes.version'"` WNS_VERSION=`yarn -s wire wns name resolve wrn://${WNS_ORG}/application/${PKG_NAME} | jq -r '.records[0].attributes.version'`
if [ -z "$WNS_VERSION" ]; then if [ -z "$WNS_VERSION" ]; then
WNS_VERSION="0.0.1" WNS_VERSION="0.0.1"