specmatic 1.3.2 → 1.3.4-UPDATED

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,6 +14,7 @@ jobs:
14
14
  node-version: 14
15
15
  - run: npm install
16
16
  - run: npm run build
17
+ - run: npm run prepack
17
18
  - uses: reedyuk/npm-version@1.2.2
18
19
  with:
19
20
  version: ${{ github.event.release.tag_name }}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "specmatic",
3
- "version": "1.3.2",
4
- "specmaticVersion": "1.3.2",
3
+ "version": "1.3.4-UPDATED",
4
+ "specmaticVersion": "1.3.4",
5
5
  "description": "Node wrapper for Specmatic",
6
6
  "main": "dist/index.js",
7
7
  "scripts": {
@@ -11,7 +11,7 @@
11
11
  "build:types": "tsc --emitDeclarationOnly",
12
12
  "build:js": "babel src --out-dir dist --ignore 'src/**/__tests__/**/*.ts' --extensions \".ts,.tsx\" --source-maps inline",
13
13
  "test": "rimraf coverage && jest --coverage",
14
- "postinstall": "node src/downloadSpecmaticJar.js"
14
+ "prepack": "node src/downloadSpecmaticJar.js"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
package/specmatic.jar ADDED
Binary file