Skip to content

Commit

Permalink
Publish v1.0.5 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycao-qy authored Jul 30, 2020
1 parent dd36f0f commit ba65cd6
Show file tree
Hide file tree
Showing 90 changed files with 150 additions and 150 deletions.
2 changes: 1 addition & 1 deletion packages/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/app",
"version": "1.0.4",
"version": "1.0.5",
"main": "dist/index",
"types": "dist/index",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/boa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/boa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/boa",
"version": "1.0.4",
"version": "1.0.5",
"description": "Use Python modules seamlessly in Node.js",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/pipcook-cli",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "dist/bin/index.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"author": "",
"license": "Apache 2.0",
"dependencies": {
"@pipcook/pipcook-core": "^1.0.4",
"@pipcook/pipcook-core": "^1.0.5",
"axios": "^0.18.1",
"chalk": "^3.0.0",
"command-exists": "^1.2.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/pipcook-core",
"version": "1.0.4",
"version": "1.0.5",
"main": "dist/index",
"types": "dist/index",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/costa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/costa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/costa",
"version": "1.0.4",
"version": "1.0.5",
"description": "The Pipcook Plugin Runtime",
"main": "dist/runtime",
"types": "dist/runtime",
Expand All @@ -16,8 +16,8 @@
},
"license": "Apache 2.0",
"dependencies": {
"@pipcook/boa": "^1.0.4",
"@pipcook/pipcook-core": "^1.0.4",
"@pipcook/boa": "^1.0.5",
"@pipcook/pipcook-core": "^1.0.5",
"better-opn": "^1.0.0",
"debug": "^4.1.1",
"fs-extra": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/daemon/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/daemon/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@pipcook/daemon",
"version": "1.0.4",
"version": "1.0.5",
"description": "pipcook daemon",
"dependencies": {
"@pipcook/app": "^1.0.4",
"@pipcook/costa": "^1.0.4",
"@pipcook/pipcook-core": "^1.0.4",
"@pipcook/app": "^1.0.5",
"@pipcook/costa": "^1.0.5",
"@pipcook/pipcook-core": "^1.0.5",
"axios": "^0.18.1",
"chalk": "^3.0.0",
"cls-hooked": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/pipboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/pipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/pipboard",
"version": "1.0.4",
"version": "1.0.5",
"description": "board for pipcook",
"dependencies": {
"@alifd/next": "^1.x",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/plugins/data-access/coco-data-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/plugins-coco-data-access",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "dist/index",
"types": "dist/index",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@pipcook/pipcook-core": "^1.0.4",
"@pipcook/pipcook-core": "^1.0.5",
"glob": "^7.1.6",
"glob-promise": "^3.4.0"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/plugins/data-access/csv-data-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/plugins-csv-data-access",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "dist/index",
"types": "dist/index",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@pipcook/pipcook-core": "^1.0.4",
"@pipcook/pipcook-core": "^1.0.5",
"csv-parse": "^4.8.8",
"glob": "^7.1.6",
"glob-promise": "^3.4.0",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/plugins-pascalvoc-data-access",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "dist/index",
"types": "dist/index",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@pipcook/pipcook-core": "^1.0.4",
"@pipcook/pipcook-core": "^1.0.5",
"glob": "^7.1.6",
"glob-promise": "^3.4.0"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/plugins-textline-data-access",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "dist/index",
"types": "dist/index",
Expand All @@ -16,7 +16,7 @@
"author": "Yorkie Liu <[email protected]>",
"license": "Apache 2.0",
"dependencies": {
"@pipcook/pipcook-core": "^1.0.4",
"@pipcook/pipcook-core": "^1.0.5",
"glob": "^7.1.6",
"glob-promise": "^3.4.0"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/plugins-chinese-poem-data-collect",
"version": "1.0.4",
"version": "1.0.5",
"description": "data collect plugin for downloading chinese poems.",
"main": "dist/index",
"types": "dist/index",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/plugins/data-collect/csv-data-collect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/plugins-csv-data-collect",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "dist/index",
"types": "dist/index",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "Apache 2.0",
"dependencies": {
"@pipcook/pipcook-core": "^1.0.4",
"@pipcook/pipcook-core": "^1.0.5",
"csv-parse": "^4.8.8",
"csv-stringify": "^5.3.6",
"fs-extra": "^8.1.0",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/plugins-fasttext-data-collect",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "dist/index",
"types": "dist/index",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/plugins-image-classification-data-collect",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "dist/index",
"types": "dist/index",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@pipcook/pipcook-core": "^1.0.4",
"@pipcook/pipcook-core": "^1.0.5",
"@types/fs-extra": "^8.1.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/plugins/data-collect/mnist-data-collect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/plugins-mnist-data-collect",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "dist/index",
"types": "dist/index",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@pipcook/pipcook-core": "^1.0.4",
"@pipcook/pipcook-core": "^1.0.5",
"@tensorflow/tfjs-node-gpu": "1.7.0",
"@types/cli-progress": "^3.4.2",
"cli-progress": "^3.6.0",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/plugins-object-detection-coco-data-collect",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "dist/index",
"types": "dist/index",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@pipcook/pipcook-core": "^1.0.4",
"@pipcook/pipcook-core": "^1.0.5",
"@types/fs-extra": "^8.1.0",
"@types/uuid": "^7.0.2",
"fs-extra": "^8.1.0",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/plugins-object-detection-pascalvoc-data-collect",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "dist/index",
"types": "dist/index",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@pipcook/pipcook-core": "^1.0.4",
"@pipcook/pipcook-core": "^1.0.5",
"@types/fs-extra": "^8.1.0",
"fs-extra": "^8.1.0"
},
Expand Down
Loading

0 comments on commit ba65cd6

Please sign in to comment.