Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martdo02 committed Sep 1, 2022
1 parent 3f739e8 commit 2bac122
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"useNx": false,
"useWorkspaces": true,
"version": "0.0.0"
"version": "2.0.0"
}
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"node-fetch": "^2.6.1"
},
"peerDependencies": {
"@ln-maf/core": "*",
"@cucumber/cucumber": ">= 7.0.0",
"@ln-maf/core": "*",
"chai": "^4.3.4"
},
"devDependencies": {
"@ln-maf/core": "*",
"@cucumber/cucumber": "8.2.0",
"@ln-maf/core": "^2.0.0",
"@ln-maf/validations": "file:../validations",
"nyc": "^15.1.0",
"eslint": "^8.18.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"multiple-cucumber-html-reporter": "^1.21.0"
"multiple-cucumber-html-reporter": "^1.21.0",
"nyc": "^15.1.0"
},
"gitHead": "2a575448a74cfaee5ec68fa10db24cf4ccade849",
"repository": {
Expand Down
14 changes: 7 additions & 7 deletions packages/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@
"author": "Dominick Martelly",
"license": "Apache-2.0",
"dependencies": {
"@ln-maf/core": "*",
"@aws-sdk/client-cloudwatch-logs": "^3.121.0",
"@aws-sdk/client-dynamodb": "^3.121.0",
"@aws-sdk/client-ecs": "^3.121.0",
"@aws-sdk/client-lambda": "^3.121.0",
"@aws-sdk/client-s3": "^3.121.0",
"@aws-sdk/client-sqs": "^3.121.0",
"@ln-maf/core": "^2.0.0",
"chai": "^4.3.6",
"luxon": "^2.4.0"
},
"peerDependencies": {
"@ln-maf/core": "*",
"@cucumber/cucumber": ">= 7.0.0"
"@cucumber/cucumber": ">= 7.0.0",
"@ln-maf/core": "*"
},
"devDependencies": {
"@ln-maf/core": "*",
"@ln-maf/validations": "*",
"@cucumber/cucumber": "8.2.0",
"nyc": "^15.1.0",
"@ln-maf/core": "*",
"@ln-maf/validations": "^2.0.0",
"eslint": "^8.18.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"multiple-cucumber-html-reporter": "^1.21.0"
"multiple-cucumber-html-reporter": "^1.21.0",
"nyc": "^15.1.0"
},
"gitHead": "9bf55a2c86fa17707fabfb4320c3d722e270f9e6"
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"homepage": "https://github.com/hpcc-systems/MAF#readme",
"devDependencies": {
"@cucumber/cucumber": "8.2.0",
"nyc": "^15.1.0",
"eslint": "^8.18.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0"
"eslint-plugin-promise": "^6.0.0",
"nyc": "^15.1.0"
}
}
10 changes: 5 additions & 5 deletions packages/defaultSQL/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"prompt": "^1.2.2"
},
"peerDependencies": {
"@ln-maf/core": "*",
"@cucumber/cucumber": ">= 7.0.0",
"@ln-maf/core": "*",
"keytar": "7.*"
},
"devDependencies": {
"@cucumber/cucumber": "8.2.0",
"@ln-maf/core": "*",
"@ln-maf/validations": "*",
"nyc": "^15.1.0",
"@ln-maf/core": "^2.0.0",
"@ln-maf/validations": "^2.0.0",
"eslint": "^8.18.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"multiple-cucumber-html-reporter": "^1.21.0"
"multiple-cucumber-html-reporter": "^1.21.0",
"nyc": "^15.1.0"
},
"gitHead": "9bf55a2c86fa17707fabfb4320c3d722e270f9e6",
"repository": {
Expand Down
12 changes: 6 additions & 6 deletions packages/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@ln-maf/default-sql": "*",
"@ln-maf/default-sql": "^2.0.0",
"keytar": "^7.9.0",
"mysql2": "^2.3.3"
},
"peerDependencies": {
"@ln-maf/core": "*",
"@cucumber/cucumber": ">= 7.0.0"
"@cucumber/cucumber": ">= 7.0.0",
"@ln-maf/core": "*"
},
"devDependencies": {
"@ln-maf/core": "*",
"@cucumber/cucumber": "8.2.0",
"nyc": "^15.1.0",
"@ln-maf/core": "^2.0.0",
"eslint": "^8.18.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"multiple-cucumber-html-reporter": "^1.21.0"
"multiple-cucumber-html-reporter": "^1.21.0",
"nyc": "^15.1.0"
},
"gitHead": "2a575448a74cfaee5ec68fa10db24cf4ccade849",
"repository": {
Expand Down
12 changes: 6 additions & 6 deletions packages/preprocessor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
"typescript": "^4.6.3"
},
"peerDependencies": {
"@ln-maf/core": "*",
"@cucumber/cucumber": ">= 7.0.0"
"@cucumber/cucumber": ">= 7.0.0",
"@ln-maf/core": "*"
},
"devDependencies": {
"@cucumber/cucumber": "8.2.0",
"@ln-maf/validations": "*",
"@ln-maf/core": "*",
"nyc": "^15.1.0",
"@ln-maf/core": "^2.0.0",
"@ln-maf/validations": "^2.0.0",
"eslint": "^8.18.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"multiple-cucumber-html-reporter": "^1.21.0"
"multiple-cucumber-html-reporter": "^1.21.0",
"nyc": "^15.1.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/validations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"@ln-maf/core": "*"
},
"devDependencies": {
"@ln-maf/core": "*",
"@cucumber/cucumber": "8.2.0",
"nyc": "^15.1.0",
"@ln-maf/core": "^2.0.0",
"eslint": "^8.18.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"multiple-cucumber-html-reporter": "^1.21.0"
"multiple-cucumber-html-reporter": "^1.21.0",
"nyc": "^15.1.0"
},
"gitHead": "9bf55a2c86fa17707fabfb4320c3d722e270f9e6",
"repository": {
Expand Down

0 comments on commit 2bac122

Please sign in to comment.