@contract-case/case-core-plugin-function-dsl
Advanced tools
Comparing version 0.16.3 to 0.17.0
{ | ||
"name": "@contract-case/case-core-plugin-function-dsl", | ||
"version": "0.16.3", | ||
"version": "0.17.0", | ||
"description": "ContractCase core function plugin DSL", | ||
@@ -63,4 +63,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@contract-case/case-plugin-base": "^0.16.3" | ||
"@contract-case/case-plugin-dsl-types": "^0.17.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { AnyCaseMatcherOrData } from '@contract-case/case-plugin-base'; | ||
import { AnyCaseMatcherOrData } from '@contract-case/case-plugin-dsl-types'; | ||
export declare const FUNCTION_ARGUMENTS_MATCHER_TYPE: "_case:FunctionArgumentsMatcher"; | ||
@@ -3,0 +3,0 @@ export interface CoreFunctionArgumentsMatcher { |
@@ -1,2 +0,2 @@ | ||
import { HasTypeForMockDescriptor, AnyCaseMatcher, BaseSetupInfo } from '@contract-case/case-plugin-base'; | ||
import { HasTypeForMockDescriptor, AnyCaseMatcher, BaseSetupInfo } from '@contract-case/case-plugin-dsl-types'; | ||
export declare const MOCK_FUNCTION_EXECUTION: "_case:MockFunctionExecution"; | ||
@@ -3,0 +3,0 @@ export declare const MOCK_FUNCTION_CALLER: "_case:MockFunctionCaller"; |
{ | ||
"name": "@contract-case/case-core-plugin-function-dsl", | ||
"version": "0.16.3", | ||
"version": "0.17.0", | ||
"description": "ContractCase core function plugin DSL", | ||
@@ -63,5 +63,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@contract-case/case-plugin-base": "^0.16.3" | ||
"@contract-case/case-plugin-dsl-types": "^0.17.0" | ||
}, | ||
"gitHead": "c49c7bfac22bc45b31ca502946d06136dcbc976c" | ||
"gitHead": "8dd87d186d45b9d311b3b2129ae6a81853897d04" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
62309
+ Added@contract-case/case-plugin-dsl-types@0.17.1(transitive)
- Removed@contract-case/case-plugin-base@0.16.3(transitive)