-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c1eac8
commit 4a664df
Showing
34 changed files
with
343 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"packages/case-core": "0.17.0", | ||
"packages/case-definition-dsl": "0.17.0", | ||
"packages/case-core-plugin-http": "0.17.0", | ||
"packages/case-core-plugin-http-dsl": "0.17.0", | ||
"packages/case-core-plugin-function": "0.17.0", | ||
"packages/case-core-plugin-function-dsl": "0.17.0", | ||
"packages/case-plugin-base": "0.17.0", | ||
"packages/case-plugin-dsl-types": "0.17.0", | ||
"packages/case-entities": "0.17.0", | ||
"packages/contract-case-jest": "0.12.4", | ||
"packages/case-core": "0.17.1", | ||
"packages/case-definition-dsl": "0.17.1", | ||
"packages/case-core-plugin-http": "0.17.1", | ||
"packages/case-core-plugin-http-dsl": "0.17.1", | ||
"packages/case-core-plugin-function": "0.17.1", | ||
"packages/case-core-plugin-function-dsl": "0.17.1", | ||
"packages/case-plugin-base": "0.17.1", | ||
"packages/case-plugin-dsl-types": "0.17.1", | ||
"packages/case-entities": "0.17.1", | ||
"packages/contract-case-jest": "0.12.5", | ||
"packages/documentation": "0.0.8", | ||
".": "0.17.0", | ||
"packages/contract-case-cli": "0.2.4", | ||
".": "0.17.1", | ||
"packages/contract-case-cli": "0.2.5", | ||
"packages/case-maintainer-config": "0.1.0", | ||
"packages/eslint-config-case-maintainer": "0.1.1", | ||
"packages/case-connector": "0.8.4", | ||
"packages/case-connector-proto": "0.7.6", | ||
"packages/dsl-java": "0.2.2" | ||
"packages/case-connector": "0.9.0", | ||
"packages/case-connector-proto": "0.8.0", | ||
"packages/dsl-java": "0.2.3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@contract-case/case-connector-proto", | ||
"version": "0.7.6", | ||
"version": "0.8.0", | ||
"description": "Generated proto files for ContractCase's CaseConnector", | ||
"author": "Timothy Jones <[email protected]> (https://github.com/TimothyJones)", | ||
"homepage": "https://case.contract-testing.io/docs", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@contract-case/case-connector", | ||
"version": "0.8.4", | ||
"version": "0.9.0", | ||
"type": "module", | ||
"description": "Connector to allow ContractCase to run as a server. Use only if you're creating a custom wrapper for a new language", | ||
"author": "Timothy Jones <[email protected]> (https://github.com/TimothyJones)", | ||
|
@@ -50,9 +50,9 @@ | |
"webpack-cli": "^5.1.4" | ||
}, | ||
"dependencies": { | ||
"@contract-case/case-core": "0.17.0", | ||
"@contract-case/case-connector-proto": "0.7.6", | ||
"@contract-case/case-entities-internal": "0.17.0", | ||
"@contract-case/case-core": "0.17.1", | ||
"@contract-case/case-connector-proto": "0.8.0", | ||
"@contract-case/case-entities-internal": "0.17.1", | ||
"@grpc/grpc-js": "^1.11.1", | ||
"@grpc/proto-loader": "^0.7.10", | ||
"get-port": "^7.1.0", | ||
|
Oops, something went wrong.