@contract-case/case-core-plugin-function-dsl
Advanced tools
Comparing version 0.17.0 to 0.17.1
{ | ||
"name": "@contract-case/case-core-plugin-function-dsl", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"description": "ContractCase core function plugin DSL", | ||
@@ -63,4 +63,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@contract-case/case-plugin-dsl-types": "^0.17.0" | ||
"@contract-case/case-plugin-dsl-types": "^0.17.1" | ||
} | ||
} |
{ | ||
"name": "@contract-case/case-core-plugin-function-dsl", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"description": "ContractCase core function plugin DSL", | ||
@@ -63,5 +63,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@contract-case/case-plugin-dsl-types": "^0.17.0" | ||
"@contract-case/case-plugin-dsl-types": "^0.17.1" | ||
}, | ||
"gitHead": "8dd87d186d45b9d311b3b2129ae6a81853897d04" | ||
"gitHead": "0fdf25453a567bc6433834374725954e3d2ff206" | ||
} |
# Case Core Function Plugin DSL | ||
[![Build and test](https://github.com/case-contract-testing/case/actions/workflows/build-and-test.yml/badge.svg?branch=main)](https://github.com/case-contract-testing/case/actions/workflows/build-and-test.yml) | ||
[![Build and test](https://github.com/case-contract-testing/contract-case/actions/workflows/build-and-test.yml/badge.svg?branch=main)](https://github.com/case-contract-testing/contract-case/actions/workflows/build-and-test.yml) | ||
This is a ContractCase Core package. [Start here instead](https://case.contract-testing.io/docs/intro) | ||
If you're looking to build on top of ContractCase, you probably want either: | ||
If you're looking to build on top of ContractCase, you probably want one of: | ||
- `@contract-case/case-plugin-base`, for writing plugins that provide custom mock types or new matchers | ||
- `@contract-case/case-connector`, for writing wrappers for ContractCase in new languages. | ||
- `@contract-case/case-plugin-base`, for writing custom plugins that provide new mock types or new matchers | ||
- `@contract-case/case-plugin-dsl-types`, for writing the definition DSL for your custom plugin | ||
- `@contract-case/case-connector`, for writing wrappers for ContractCase in new languages | ||
- `@contract-case/case-core`, if you want to contribute to the core behaviour |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62426
13