Socket
Socket
Sign inDemoInstall

@pact-foundation/pact-standalone

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pact-foundation/pact-standalone - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0

CHANGELOG.md

27

CONTRIBUTING.md
# Contributing
See [RELEASING.md](/RELEASING.md) for information on releasing.
## Raising issues
Before raising an issue, make sure you have checked the open and closed issues to see if an answer is provided there.
There may also be an answer to your question on [stackoverflow].
Please provide the following information with your issue to enable us to respond as quickly as possible.
* The relevant versions of the packages you are using.
* The steps to recreate your issue.
* An executable code example where possible. You can fork this repository and use one of the [examples] to quickly recreate your issue.
### Commit messages
Pact Standalone has recently migrated to the [Conventional Changelog](https://github.com/bcoe/conventional-changelog-standard/blob/master/convention.md)
commit message conventions to simplify automation process. Please ensure you follow the guidelines.
Take a look at the git history (`git log`) to get the gist of it.
## Pull requests
* Write tests for any changes
* Follow existing code style and conventions
* Separate unrelated changes into multiple pull requests
* For bigger changes, make sure you start a discussion first by creating an issue and explaining the intended change
[stackoverflow]: https://stackoverflow.com/questions/tagged/pact

14

package.json
{
"name": "@pact-foundation/pact-standalone",
"version": "3.3.0",
"version": "3.4.0",
"description": "Pact mock service and verifier wrapper package. Installing this will install an executable appropriate for your platform.",

@@ -45,6 +45,6 @@ "os": [

"nodemon": "^1.4.1",
"sinon": "^1.15.4"
"sinon": "^1.15.4",
"standard-version": "^4.2.0"
},
"optionalDependencies": {
},
"optionalDependencies": {},
"scripts": {

@@ -56,4 +56,6 @@ "build": "./scripts/build.sh",

"prepublish": "npm test",
"create_npmrc": "./scripts/create_npmrc_file.sh"
"create_npmrc": "./scripts/create_npmrc_file.sh",
"prerelease": "npm i && npm t && rm package-lock.json",
"release": "standard-version"
}
}
}

@@ -7,9 +7,9 @@ # Pact standalone executables

This version (1.20.0) of the Pact standalone executables package contains:
This version (1.21.0) of the Pact standalone executables package contains:
* pact gem 1.19.1
* pact-mock_service gem 2.6.0
* pact gem 1.19.2
* pact-mock_service gem 2.6.2
* pact-support gem 1.2.4
* pact-provider-verifier gem 1.9.0
* pact_broker-client gem 1.13.0
* pact-provider-verifier gem 1.11.0
* pact_broker-client gem 1.13.1

@@ -101,3 +101,3 @@ ## Usage

-v, [--verbose=VERBOSE] # Verbose output
-f, [--format=FORMATTER] # RSpec formatter. Defaults to custom Pact formatter. [j]son may also be used.
-f, [--format=FORMATTER] # RSpec formatter. Defaults to custom Pact formatter. json and RspecJunitFormatter may also be used.
-u, [--pact-urls=PACT_URLS] # DEPRECATED. Please provide as space separated arguments.

@@ -104,0 +104,0 @@

@@ -7,9 +7,9 @@ # Pact standalone executables

This version (1.20.0) of the Pact standalone executables package contains:
This version (1.21.0) of the Pact standalone executables package contains:
* pact gem 1.19.1
* pact-mock_service gem 2.6.0
* pact gem 1.19.2
* pact-mock_service gem 2.6.2
* pact-support gem 1.2.4
* pact-provider-verifier gem 1.9.0
* pact_broker-client gem 1.13.0
* pact-provider-verifier gem 1.11.0
* pact_broker-client gem 1.13.1

@@ -101,3 +101,3 @@ ## Usage

-v, [--verbose=VERBOSE] # Verbose output
-f, [--format=FORMATTER] # RSpec formatter. Defaults to custom Pact formatter. [j]son may also be used.
-f, [--format=FORMATTER] # RSpec formatter. Defaults to custom Pact formatter. json and RspecJunitFormatter may also be used.
-u, [--pact-urls=PACT_URLS] # DEPRECATED. Please provide as space separated arguments.

@@ -104,0 +104,0 @@

@@ -7,9 +7,9 @@ # Pact standalone executables

This version (1.20.0) of the Pact standalone executables package contains:
This version (1.21.0) of the Pact standalone executables package contains:
* pact gem 1.19.1
* pact-mock_service gem 2.6.0
* pact gem 1.19.2
* pact-mock_service gem 2.6.2
* pact-support gem 1.2.4
* pact-provider-verifier gem 1.9.0
* pact_broker-client gem 1.13.0
* pact-provider-verifier gem 1.11.0
* pact_broker-client gem 1.13.1

@@ -101,3 +101,3 @@ ## Usage

-v, [--verbose=VERBOSE] # Verbose output
-f, [--format=FORMATTER] # RSpec formatter. Defaults to custom Pact formatter. [j]son may also be used.
-f, [--format=FORMATTER] # RSpec formatter. Defaults to custom Pact formatter. json and RspecJunitFormatter may also be used.
-u, [--pact-urls=PACT_URLS] # DEPRECATED. Please provide as space separated arguments.

@@ -104,0 +104,0 @@

@@ -7,9 +7,9 @@ # Pact standalone executables

This version (1.20.0) of the Pact standalone executables package contains:
This version (1.21.0) of the Pact standalone executables package contains:
* pact gem 1.19.1
* pact-mock_service gem 2.6.0
* pact gem 1.19.2
* pact-mock_service gem 2.6.2
* pact-support gem 1.2.4
* pact-provider-verifier gem 1.9.0
* pact_broker-client gem 1.13.0
* pact-provider-verifier gem 1.11.0
* pact_broker-client gem 1.13.1

@@ -101,3 +101,3 @@ ## Usage

-v, [--verbose=VERBOSE] # Verbose output
-f, [--format=FORMATTER] # RSpec formatter. Defaults to custom Pact formatter. [j]son may also be used.
-f, [--format=FORMATTER] # RSpec formatter. Defaults to custom Pact formatter. json and RspecJunitFormatter may also be used.
-u, [--pact-urls=PACT_URLS] # DEPRECATED. Please provide as space separated arguments.

@@ -104,0 +104,0 @@

@@ -6,10 +6,11 @@

* Set the PACT_STANDALONE_VERSION in `scripts/build.sh`
* Update the version number in each `package.json` file to $PACT_STANDALONE_VERSION
* Commit
1. Set the PACT_STANDALONE_VERSION in `scripts/build.sh`
1. Make your changes in a new branch, when merged into master:
$ git add package.json scripts/build.sh */package.json
$ git commit -m "Releasing X.Y.Z"
$ git tag -a "X.Y.Z" -m "Releasing X.Y.Z" && git push --follow-tags
$ npm run release
$ # review workspace and commits - if all looks good...
$ git push --follow-tags
Travis CI will do the rest.
## How to re-tag if a publish fails

@@ -16,0 +17,0 @@

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

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

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

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc