Skip to content

Commit

Permalink
Merged Pull Request '#128 fix/update_jsdoc->main : Update `remote_pac…
Browse files Browse the repository at this point in the history
…kage.json`'

Update `remote_package.json`
  • Loading branch information
Automation51D authored Jul 11, 2024
2 parents 70be055 + 3aff9b0 commit 9e05cd2
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 8 deletions.
18 changes: 14 additions & 4 deletions fiftyone.pipeline.cloudrequestengine/remote_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"name": "fiftyone.pipeline.cloudrequestengine",
"version": "1.0.21",
"description": "Cloud request engine for the 51Degrees Pipeline API",
"keywords": ["51degrees", "pipeline", "data", "service", "cloud"],
"keywords": [
"51degrees",
"pipeline",
"data",
"service",
"cloud"
],
"main": "index.js",
"types": "types/index.d.ts",
"directories": {
Expand All @@ -12,13 +18,17 @@
"test": "jest"
},
"author": "51Degrees Engineering <[email protected]>",
"devDependencies": {
"jest": "^27.5.1"
},
"dependencies": {
"fiftyone.pipeline.core": "4.4.x",
"fiftyone.pipeline.engines": "4.4.x"
},
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/node": "^20.14.10",
"jest": "^27.5.1",
"jest-each": "^27.5.1",
"typescript": "^5.5.3"
},
"license": "EUPL-1.2",
"bugs": {
"url": "https://github.com/51Degrees/pipeline-node/issues"
Expand Down
12 changes: 10 additions & 2 deletions fiftyone.pipeline.engines.fiftyone/remote_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "fiftyone.pipeline.engines.fiftyone",
"version": "1.0.21",
"description": "Shared base functions for implementing 51Degrees engines for the 51Degrees Pipeline API",
"keywords":["51degrees", "pipeline", "data", "service"],
"keywords": [
"51degrees",
"pipeline",
"data",
"service"
],
"main": "index.js",
"types": "types/index.d.ts",
"directories": {
Expand All @@ -17,7 +22,10 @@
"fiftyone.pipeline.engines": "4.4.x"
},
"devDependencies": {
"jest": "^27.5.1"
"@types/jest": "^27.5.2",
"@types/node": "^20.14.10",
"jest": "^27.5.1",
"typescript": "^5.5.3"
},
"license": "EUPL-1.2",
"bugs": {
Expand Down
12 changes: 10 additions & 2 deletions fiftyone.pipeline.engines/remote_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "fiftyone.pipeline.engines",
"version": "1.0.21",
"description": "Shared base functionality for implementing engines for the 51Degrees Pipeline API",
"keywords":["51degrees", "pipeline", "data", "service"],
"keywords": [
"51degrees",
"pipeline",
"data",
"service"
],
"main": "index.js",
"types": "types/index.d.ts",
"directories": {
Expand All @@ -16,7 +21,10 @@
"fiftyone.pipeline.core": "4.4.x"
},
"devDependencies": {
"jest": "^27.5.1"
"@types/jest": "^27.5.2",
"@types/node": "^20.14.10",
"jest": "^27.5.1",
"typescript": "^5.5.3"
},
"license": "EUPL-1.2",
"bugs": {
Expand Down

0 comments on commit 9e05cd2

Please sign in to comment.