提交 1bb56cfc 编写于 作者: P Peter Pan

v2.0.0-beta.36

上级 5304af1f
......@@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.0.0-beta.35",
"version": "2.0.0-beta.36",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
......
......@@ -4,7 +4,7 @@
"workspaces": [
"packages/*"
],
"version": "2.0.0-beta.35",
"version": "2.0.0-beta.36",
"description": "A platform to visualize the deep learning process and result.",
"keywords": [
"visualdl",
......
{
"name": "@visualdl/app",
"version": "2.0.0-beta.35",
"version": "2.0.0-beta.36",
"private": true,
"description": "A platform to visualize the deep learning process and result.",
"keywords": [
......@@ -29,7 +29,7 @@
"test": "echo \"Error: no test specified\" && exit 0"
},
"dependencies": {
"@visualdl/server": "2.0.0-beta.35",
"@visualdl/server": "2.0.0-beta.36",
"pm2": "4.4.0"
},
"devDependencies": {
......
{
"name": "@visualdl/cli",
"version": "2.0.0-beta.35",
"version": "2.0.0-beta.36",
"description": "A platform to visualize the deep learning process and result.",
"keywords": [
"visualdl",
......@@ -34,7 +34,7 @@
"dist"
],
"dependencies": {
"@visualdl/server": "2.0.0-beta.35",
"@visualdl/server": "2.0.0-beta.36",
"open": "7.0.3",
"ora": "4.0.4",
"pm2": "4.4.0",
......@@ -59,5 +59,5 @@
"pre-commit": "lint-staged"
}
},
"gitHead": "d9641c770d9bc4037b2f1cb644fba198bd11a752"
"gitHead": "262ca2da5ed71ae2963aeee3497c10272ffdca71"
}
/* eslint-disable no-console */
/* eslint-disable @typescript-eslint/no-var-requires */
import ora from 'ora';
import path from 'path';
import {spawn} from 'child_process';
import {writeFileSync} from 'fs';
const ora = require('ora');
const path = require('path');
const {spawn} = require('child_process');
const {writeFileSync} = require('fs');
const next = require.resolve('next/dist/bin/next');
export const projectRoot = path.dirname(require.resolve('@visualdl/core'));
export default function (action, ...args) {
module.exports.projectRoot = path.dirname(require.resolve('@visualdl/core'));
module.exports.default = function (action, ...args) {
return new Promise((resolve, reject) => {
const capitalizedAction = action.replace(/^./, w => w.toUpperCase());
......@@ -39,4 +41,4 @@ export default function (action, ...args) {
}
});
});
}
};
{
"name": "@visualdl/core",
"version": "2.0.0-beta.35",
"version": "2.0.0-beta.36",
"title": "VisualDL",
"description": "A platform to visualize the deep learning process and result.",
"keywords": [
......@@ -31,8 +31,8 @@
"test": "echo \"Error: no test specified\" && exit 0"
},
"dependencies": {
"@visualdl/i18n": "2.0.0-beta.35",
"@visualdl/wasm": "2.0.0-beta.35",
"@visualdl/i18n": "2.0.0-beta.36",
"@visualdl/wasm": "2.0.0-beta.36",
"bignumber.js": "9.0.0",
"dagre-d3": "0.6.4",
"echarts": "4.7.0",
......@@ -73,7 +73,7 @@
"@types/react": "16.9.34",
"@types/react-dom": "16.9.7",
"@types/styled-components": "5.1.0",
"@visualdl/mock": "2.0.0-beta.35",
"@visualdl/mock": "2.0.0-beta.36",
"babel-plugin-emotion": "10.0.33",
"babel-plugin-styled-components": "1.10.7",
"babel-plugin-typescript-to-proptypes": "1.3.2",
......@@ -96,5 +96,5 @@
"pre-commit": "lint-staged"
}
},
"gitHead": "d9641c770d9bc4037b2f1cb644fba198bd11a752"
"gitHead": "262ca2da5ed71ae2963aeee3497c10272ffdca71"
}
{
"name": "@visualdl/i18n",
"version": "2.0.0-beta.35",
"version": "2.0.0-beta.36",
"description": "A platform to visualize the deep learning process and result.",
"keywords": [
"visualdl",
......@@ -73,5 +73,5 @@
"pre-commit": "lint-staged"
}
},
"gitHead": "d9641c770d9bc4037b2f1cb644fba198bd11a752"
"gitHead": "262ca2da5ed71ae2963aeee3497c10272ffdca71"
}
{
"name": "@visualdl/mock",
"version": "2.0.0-beta.35",
"version": "2.0.0-beta.36",
"description": "A platform to visualize the deep learning process and result.",
"keywords": [
"visualdl",
......@@ -56,5 +56,5 @@
"pre-commit": "lint-staged"
}
},
"gitHead": "d9641c770d9bc4037b2f1cb644fba198bd11a752"
"gitHead": "262ca2da5ed71ae2963aeee3497c10272ffdca71"
}
{
"name": "@visualdl/server",
"version": "2.0.0-beta.35",
"version": "2.0.0-beta.36",
"description": "A platform to visualize the deep learning process and result.",
"keywords": [
"visualdl",
......@@ -36,8 +36,8 @@
"ecosystem.config.d.ts"
],
"dependencies": {
"@visualdl/core": "2.0.0-beta.35",
"@visualdl/i18n": "2.0.0-beta.35",
"@visualdl/core": "2.0.0-beta.36",
"@visualdl/i18n": "2.0.0-beta.36",
"express": "4.17.1",
"http-proxy-middleware": "1.0.3",
"next": "9.3.6",
......@@ -49,7 +49,7 @@
"@types/shelljs": "0.8.7",
"@types/webpack": "4.41.12",
"@types/webpack-dev-middleware": "3.7.0",
"@visualdl/mock": "2.0.0-beta.35",
"@visualdl/mock": "2.0.0-beta.36",
"cross-env": "7.0.2",
"nodemon": "2.0.3",
"shelljs": "0.8.4",
......@@ -72,5 +72,5 @@
"pre-commit": "lint-staged"
}
},
"gitHead": "d9641c770d9bc4037b2f1cb644fba198bd11a752"
"gitHead": "262ca2da5ed71ae2963aeee3497c10272ffdca71"
}
{
"name": "@visualdl/serverless",
"version": "2.0.0-beta.35",
"version": "2.0.0-beta.36",
"description": "A platform to visualize the deep learning process and result.",
"keywords": [
"visualdl",
......@@ -33,7 +33,7 @@
"devDependencies": {
"@types/node": "13.13.5",
"@types/rimraf": "3.0.0",
"@visualdl/core": "2.0.0-beta.35",
"@visualdl/core": "2.0.0-beta.36",
"cross-env": "7.0.2",
"rimraf": "3.0.2",
"ts-node": "8.10.1",
......@@ -51,5 +51,5 @@
"pre-commit": "lint-staged"
}
},
"gitHead": "d9641c770d9bc4037b2f1cb644fba198bd11a752"
"gitHead": "262ca2da5ed71ae2963aeee3497c10272ffdca71"
}
{
"name": "@visualdl/wasm",
"version": "2.0.0-beta.35",
"version": "2.0.0-beta.36",
"title": "VisualDL",
"description": "A platform to visualize the deep learning process and result.",
"keywords": [
......@@ -49,5 +49,5 @@
"pre-commit": "lint-staged"
}
},
"gitHead": "d9641c770d9bc4037b2f1cb644fba198bd11a752"
"gitHead": "262ca2da5ed71ae2963aeee3497c10272ffdca71"
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册