@pact-foundation/pact 11.0.0 → 11.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ### [11.0.1](https://github.com/pact-foundation/pact-js/compare/v11.0.0...v11.0.1) (2023-03-09)
6
+
7
+
8
+ ### Fixes and Improvements
9
+
10
+ * update to the latest @pact-foundation/pact-core-13.13.5 ([dd5b785](https://github.com/pact-foundation/pact-js/commit/dd5b785405ec3973876a1633e4fd51803f200cec))
11
+
5
12
  ## [11.0.0](https://github.com/pact-foundation/pact-js/compare/v10.4.1...v11.0.0) (2023-03-02)
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pact-foundation/pact",
3
- "version": "11.0.0",
3
+ "version": "11.0.1",
4
4
  "description": "Pact for all things Javascript",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -95,7 +95,7 @@
95
95
  ]
96
96
  },
97
97
  "dependencies": {
98
- "@pact-foundation/pact-core": "^13.13.3",
98
+ "@pact-foundation/pact-core": "^13.13.5",
99
99
  "@types/express": "^4.17.11",
100
100
  "axios": "^0.27.2",
101
101
  "body-parser": "^1.20.0",
@@ -74,7 +74,7 @@ export declare function term(opts: {
74
74
  export declare function email(address?: string): Matcher<string>;
75
75
  /**
76
76
  * UUID v4 matcher.
77
- * @param {string} uuuid - a UUID to use as an example.
77
+ * @param {string} id - a UUID to use as an example.
78
78
  */
79
79
  export declare function uuid(id?: string): Matcher<string>;
80
80
  /**
@@ -124,7 +124,7 @@ function email(address) {
124
124
  exports.email = email;
125
125
  /**
126
126
  * UUID v4 matcher.
127
- * @param {string} uuuid - a UUID to use as an example.
127
+ * @param {string} id - a UUID to use as an example.
128
128
  */
129
129
  function uuid(id) {
130
130
  return term({