@readme/oas-to-har 14.0.1 → 14.0.2

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.
@@ -10,10 +10,10 @@ jobs:
10
10
  node-version: [12.x, 14.x, 16.x]
11
11
 
12
12
  steps:
13
- - uses: actions/checkout@v2.3.5
13
+ - uses: actions/checkout@v2.4.0
14
14
 
15
15
  - name: Use Node.js ${{ matrix.node-version }}
16
- uses: actions/setup-node@v2.4.1
16
+ uses: actions/setup-node@v2.5.0
17
17
  with:
18
18
  node-version: ${{ matrix.node-version }}
19
19
 
@@ -24,7 +24,7 @@ jobs:
24
24
 
25
25
  steps:
26
26
  - name: Checkout repository
27
- uses: actions/checkout@v2.3.5
27
+ uses: actions/checkout@v2.4.0
28
28
 
29
29
  - name: Initialize CodeQL
30
30
  uses: github/codeql-action/init@v1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## <small>14.0.2 (2021-12-01)</small>
2
+
3
+ * chore(deps-dev): bump @commitlint/cli from 14.1.0 to 15.0.0 (#33) ([64cf308](https://github.com/readmeio/oas-to-har/commit/64cf308)), closes [#33](https://github.com/readmeio/oas-to-har/issues/33)
4
+ * chore(deps-dev): bump @commitlint/config-conventional (#37) ([7e76ecd](https://github.com/readmeio/oas-to-har/commit/7e76ecd)), closes [#37](https://github.com/readmeio/oas-to-har/issues/37)
5
+ * chore(deps-dev): bump eslint from 8.2.0 to 8.3.0 (#38) ([b6c0fa2](https://github.com/readmeio/oas-to-har/commit/b6c0fa2)), closes [#38](https://github.com/readmeio/oas-to-har/issues/38)
6
+ * chore(deps-dev): bump jest from 27.3.1 to 27.4.3 (#35) ([f20606b](https://github.com/readmeio/oas-to-har/commit/f20606b)), closes [#35](https://github.com/readmeio/oas-to-har/issues/35)
7
+ * chore(deps-dev): bump prettier from 2.4.1 to 2.5.0 (#39) ([8f63cc6](https://github.com/readmeio/oas-to-har/commit/8f63cc6)), closes [#39](https://github.com/readmeio/oas-to-har/issues/39)
8
+ * chore(deps): bump @readme/oas-extensions from 14.0.0 to 14.0.1 (#34) ([d110b9e](https://github.com/readmeio/oas-to-har/commit/d110b9e)), closes [#34](https://github.com/readmeio/oas-to-har/issues/34)
9
+ * chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#32) ([0937308](https://github.com/readmeio/oas-to-har/commit/0937308)), closes [#32](https://github.com/readmeio/oas-to-har/issues/32)
10
+ * chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#31) ([fae7aed](https://github.com/readmeio/oas-to-har/commit/fae7aed)), closes [#31](https://github.com/readmeio/oas-to-har/issues/31)
11
+ * chore(deps): bump oas from 17.1.0 to 17.1.6 (#36) ([0d2f7ff](https://github.com/readmeio/oas-to-har/commit/0d2f7ff)), closes [#36](https://github.com/readmeio/oas-to-har/issues/36)
12
+
13
+
14
+
1
15
  ## <small>14.0.1 (2021-11-29)</small>
2
16
 
3
17
  * fix: bug where nested object formData would be improperly converted as a string (#30) ([4f993a6](https://github.com/readmeio/oas-to-har/commit/4f993a6)), closes [#30](https://github.com/readmeio/oas-to-har/issues/30)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@readme/oas-to-har",
3
3
  "description": "Utility to transform an OAS operation into a HAR representation",
4
- "version": "14.0.1",
4
+ "version": "14.0.2",
5
5
  "main": "src/index.js",
6
6
  "author": "Jon Ursenbach <jon@ursenba.ch>",
7
7
  "license": "ISC",
@@ -27,8 +27,8 @@
27
27
  "parse-data-url": "^4.0.1"
28
28
  },
29
29
  "devDependencies": {
30
- "@commitlint/cli": "^14.1.0",
31
- "@commitlint/config-conventional": "^14.1.0",
30
+ "@commitlint/cli": "^15.0.0",
31
+ "@commitlint/config-conventional": "^15.0.0",
32
32
  "@readme/eslint-config": "^8.0.2",
33
33
  "@readme/oas-examples": "^4.3.2",
34
34
  "datauri": "^4.1.0",