Skip to content

Commit

Permalink
Merge branch 'master' of github.com:YOU54F/pact-js-core into master-saf
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jan 28, 2025
2 parents 064bfd9 + e54b7eb commit b135c5a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [17.0.3](https://github.com/you54f/pact-js-core/compare/v17.0.2...v17.0.3) (2025-01-28)


### Fixes and Improvements

* **win:** use backslash on windows package lookup ([648c879](https://github.com/you54f/pact-js-core/commit/648c879e35abd362ded62776a650744ada678be1))

## [17.0.2](https://github.com/you54f/pact-js-core/compare/v17.0.1...v17.0.2) (2025-01-28)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@you54f/pact-core",
"version": "17.0.2",
"version": "17.0.3",
"description": "Core of @you54f/pact. You almost certainly don't want to depend on this directly.",
"main": "src/index.js",
"homepage": "https://github.com/you54f/pact-js-core#readme",
Expand Down Expand Up @@ -43,13 +43,13 @@
"access": "public"
},
"optionalDependencies": {
"@you54f/pact-core-darwin-arm64": "17.0.2",
"@you54f/pact-core-darwin-x64": "17.0.2",
"@you54f/pact-core-linux-arm64-glibc": "17.0.2",
"@you54f/pact-core-linux-arm64-musl": "17.0.2",
"@you54f/pact-core-linux-x64-glibc": "17.0.2",
"@you54f/pact-core-linux-x64-musl": "17.0.2",
"@you54f/pact-core-windows-x64": "17.0.2"
"@you54f/pact-core-darwin-arm64": "17.0.3",
"@you54f/pact-core-darwin-x64": "17.0.3",
"@you54f/pact-core-linux-arm64-glibc": "17.0.3",
"@you54f/pact-core-linux-arm64-musl": "17.0.3",
"@you54f/pact-core-linux-x64-glibc": "17.0.3",
"@you54f/pact-core-linux-x64-musl": "17.0.3",
"@you54f/pact-core-windows-x64": "17.0.3"
},
"dependencies": {
"check-types": "7.4.0",
Expand Down

0 comments on commit b135c5a

Please sign in to comment.