specmatic 1.0.3 → 1.2.5

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.
@@ -14,7 +14,7 @@ jobs:
14
14
  node-version: 14
15
15
  - run: npm install
16
16
  - run: npm run build
17
- - uses: reedyuk/npm-version@1.2.1
17
+ - uses: reedyuk/npm-version@1.2.2
18
18
  with:
19
19
  version: ${{ github.event.release.tag_name }}
20
20
  - uses: JS-DevTools/npm-publish@v2
@@ -9,7 +9,7 @@ jobs:
9
9
  test:
10
10
  strategy:
11
11
  matrix:
12
- node-version: [14.x, 16.x, 18.x, 20.x]
12
+ node-version: [16.x, 18.x, 20.x]
13
13
  os: [ubuntu-latest, windows-latest, macos-latest]
14
14
  runs-on: ${{ matrix.os }}
15
15
  steps:
package/CONTRIBUTING.MD CHANGED
@@ -43,8 +43,8 @@ Finally commit
43
43
  * Push access to master branch
44
44
  * Node version 14 or higher
45
45
 
46
- ### Step 1: Update specmatic core jar
47
- If there is a new version available in [latest github release](https://github.com/znsio/specmatic/releases/latest), download it in the project root, replacing the older version. Commit the new version.
46
+ ### Step 1: Updating specmatic jar version
47
+ If the specmatic jar version is to be updated, modify the __specmaticVersion__ property in __package.json__ accordingly and check it in.
48
48
 
49
49
  ### Step 2: Make a release via github releases
50
50
  * Goto [github releases](https://github.com/znsio/specmatic-node/releases) and draft a new release
package/README.md CHANGED
@@ -53,7 +53,7 @@ Specmatic JS library exposes some of the commands as methods that can be run pro
53
53
  ```javascript
54
54
  import {
55
55
  startHttpStub,
56
- setHttpStubExpecations,
56
+ setHttpStubExpectations,
57
57
  stopHttpStub,
58
58
  test,
59
59
  showTestResults,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "specmatic",
3
- "version": "1.0.3",
4
- "specmaticVersion": "1.0.3",
3
+ "version": "1.2.5",
4
+ "specmaticVersion": "1.2.5",
5
5
  "description": "Node wrapper for Specmatic",
6
6
  "main": "dist/index.js",
7
7
  "scripts": {
package/specmatic.jar CHANGED
Binary file