@pactflow/pact-msw-adapter
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.3.1](https://github.com/pactflow/pact-msw-adapter/compare/v1.3.0...v1.3.1) (2023-02-08) | ||
### Bug Fixes | ||
* Remove timestamp from pact contract file name ([6b48836](https://github.com/pactflow/pact-msw-adapter/commit/6b48836965d99374b9661f08b9d2a3f8485d777c)) | ||
## [1.3.0](https://github.com/pactflow/pact-msw-adapter/compare/v1.2.1...v1.3.0) (2022-10-06) | ||
@@ -7,0 +14,0 @@ |
@@ -178,7 +178,3 @@ "use strict"; | ||
"/" + | ||
[ | ||
pactFile.consumer.name, | ||
pactFile.provider.name, | ||
Date.now().toString(), | ||
].join("-") + | ||
[pactFile.consumer.name, pactFile.provider.name].join("-") + | ||
".json"; | ||
@@ -185,0 +181,0 @@ writer(filePath, pactFile); |
{ | ||
"name": "@pactflow/pact-msw-adapter", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"main": "./dist/pactMswAdapter.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -208,1 +208,11 @@ # pact-msw-adapter | ||
Special thanks to [Juan Cruz](https://github.com/IJuanI) for being an early adopter and improving the experience! | ||
## Who is using pact-msw-adapter? | ||
### SUI | ||
![image](https://user-images.githubusercontent.com/19932401/206742449-e9fe57ac-7f17-40af-84ab-3035443d6b85.png) | ||
- [SUI](https://github.com/SUI-Components) | ||
- Source [https://github.com/SUI-Components/sui/tree/master/packages/sui-test-contract](https://github.com/SUI-Components/sui/tree/master/packages/sui-test-contract) | ||
- NPM [@s-ui/test-contract](https://www.npmjs.com/package/@s-ui/test-contract) |
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
37002
218
505