@pact-foundation/pact-core 17.1.0 → 18.0.0
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 +11 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
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
|
+
## [18.0.0](https://github.com/pact-foundation/pact-js-core/compare/v17.1.0...v18.0.0) (2025-12-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* add macos 15 intel and latest runner
|
|
11
|
+
|
|
12
|
+
### Fixes and Improvements
|
|
13
|
+
|
|
14
|
+
* add macos 15 intel and latest runner ([ad48e1f](https://github.com/pact-foundation/pact-js-core/commit/ad48e1fde3cd434ca80f1669376632512921c520))
|
|
15
|
+
|
|
5
16
|
## [17.1.0](https://github.com/pact-foundation/pact-js-core/compare/v17.0.2...v17.1.0) (2025-12-19)
|
|
6
17
|
|
|
7
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pact-foundation/pact-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "18.0.0",
|
|
4
4
|
"description": "Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"homepage": "https://github.com/pact-foundation/pact-js-core#readme",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@eslint/compat": "2.0.0",
|
|
55
55
|
"@eslint/eslintrc": "3.3.3",
|
|
56
56
|
"@eslint/js": "9.39.1",
|
|
57
|
-
"@grpc/grpc-js": "1.14.
|
|
57
|
+
"@grpc/grpc-js": "1.14.3",
|
|
58
58
|
"@grpc/proto-loader": "0.8.0",
|
|
59
59
|
"@pact-foundation/pact-js-prettier-config": "1.0.0",
|
|
60
60
|
"@snyk/protect": "1.1301.0",
|
|
@@ -163,12 +163,12 @@
|
|
|
163
163
|
]
|
|
164
164
|
},
|
|
165
165
|
"optionalDependencies": {
|
|
166
|
-
"@pact-foundation/pact-core-darwin-arm64": "
|
|
167
|
-
"@pact-foundation/pact-core-darwin-x64": "
|
|
168
|
-
"@pact-foundation/pact-core-linux-arm64-glibc": "
|
|
169
|
-
"@pact-foundation/pact-core-linux-arm64-musl": "
|
|
170
|
-
"@pact-foundation/pact-core-linux-x64-glibc": "
|
|
171
|
-
"@pact-foundation/pact-core-linux-x64-musl": "
|
|
172
|
-
"@pact-foundation/pact-core-windows-x64": "
|
|
166
|
+
"@pact-foundation/pact-core-darwin-arm64": "18.0.0",
|
|
167
|
+
"@pact-foundation/pact-core-darwin-x64": "18.0.0",
|
|
168
|
+
"@pact-foundation/pact-core-linux-arm64-glibc": "18.0.0",
|
|
169
|
+
"@pact-foundation/pact-core-linux-arm64-musl": "18.0.0",
|
|
170
|
+
"@pact-foundation/pact-core-linux-x64-glibc": "18.0.0",
|
|
171
|
+
"@pact-foundation/pact-core-linux-x64-musl": "18.0.0",
|
|
172
|
+
"@pact-foundation/pact-core-windows-x64": "18.0.0"
|
|
173
173
|
}
|
|
174
174
|
}
|