@readme/oas-to-har 18.1.0 → 19.0.0
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.
- package/CHANGELOG.md +20 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## 19.0.0 (2022-10-10)
|
|
2
|
+
|
|
3
|
+
* chore(deps-dev): bump @readme/oas-examples from 5.6.0 to 5.7.0 (#129) ([7a3ad7f](https://github.com/readmeio/oas-to-har/commit/7a3ad7f)), closes [#129](https://github.com/readmeio/oas-to-har/issues/129)
|
|
4
|
+
* chore(deps-dev): bump @types/har-format from 1.2.8 to 1.2.9 (#125) ([e9c350d](https://github.com/readmeio/oas-to-har/commit/e9c350d)), closes [#125](https://github.com/readmeio/oas-to-har/issues/125)
|
|
5
|
+
* chore(deps-dev): bump @types/mocha from 9.1.1 to 10.0.0 (#124) ([c192687](https://github.com/readmeio/oas-to-har/commit/c192687)), closes [#124](https://github.com/readmeio/oas-to-har/issues/124)
|
|
6
|
+
* chore(deps-dev): bump eslint from 8.23.1 to 8.24.0 (#127) ([b072a50](https://github.com/readmeio/oas-to-har/commit/b072a50)), closes [#127](https://github.com/readmeio/oas-to-har/issues/127)
|
|
7
|
+
* chore(deps-dev): bump type-fest from 2.19.0 to 3.0.0 (#128) ([4df3e53](https://github.com/readmeio/oas-to-har/commit/4df3e53)), closes [#128](https://github.com/readmeio/oas-to-har/issues/128)
|
|
8
|
+
* chore(deps-dev): bump typescript from 4.8.3 to 4.8.4 (#126) ([9bc7a81](https://github.com/readmeio/oas-to-har/commit/9bc7a81)), closes [#126](https://github.com/readmeio/oas-to-har/issues/126)
|
|
9
|
+
* chore(deps-dev): bumping dev deps ([434d436](https://github.com/readmeio/oas-to-har/commit/434d436))
|
|
10
|
+
* chore(deps): bumping oas deps ([1fbc469](https://github.com/readmeio/oas-to-har/commit/1fbc469))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## 18.2.0 (2022-09-13)
|
|
15
|
+
|
|
16
|
+
* chore(deps-dev): bumping dev deps ([8eb334f](https://github.com/readmeio/oas-to-har/commit/8eb334f))
|
|
17
|
+
* chore(deps): bumping @readme/oas-extensions ([622eec2](https://github.com/readmeio/oas-to-har/commit/622eec2))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
1
21
|
## 18.1.0 (2022-09-07)
|
|
2
22
|
|
|
3
23
|
* fix: issue where auth header may be sent twice (#123) ([05c10c3](https://github.com/readmeio/oas-to-har/commit/05c10c3)), closes [#123](https://github.com/readmeio/oas-to-har/issues/123)
|
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": "
|
|
4
|
+
"version": "19.0.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"author": "Jon Ursenbach <jon@ursenba.ch>",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@readme/data-urls": "^1.0.1",
|
|
32
|
-
"@readme/oas-extensions": "^
|
|
33
|
-
"oas": "^
|
|
32
|
+
"@readme/oas-extensions": "^16.0.0",
|
|
33
|
+
"oas": "^19.0.0",
|
|
34
34
|
"qs": "^6.10.5",
|
|
35
35
|
"remove-undefined-objects": "^2.0.0"
|
|
36
36
|
},
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"@commitlint/config-conventional": "^17.0.2",
|
|
40
40
|
"@jsdevtools/host-environment": "^2.1.2",
|
|
41
41
|
"@jsdevtools/karma-config": "^3.1.7",
|
|
42
|
-
"@readme/eslint-config": "^10.1.
|
|
43
|
-
"@readme/oas-examples": "^5.
|
|
42
|
+
"@readme/eslint-config": "^10.1.1",
|
|
43
|
+
"@readme/oas-examples": "^5.6.0",
|
|
44
44
|
"@types/chai": "^4.3.1",
|
|
45
45
|
"@types/har-format": "^1.2.8",
|
|
46
|
-
"@types/mocha": "^
|
|
46
|
+
"@types/mocha": "^10.0.0",
|
|
47
47
|
"@types/qs": "^6.9.7",
|
|
48
48
|
"chai": "^4.3.6",
|
|
49
|
-
"eslint": "^8.
|
|
49
|
+
"eslint": "^8.25.0",
|
|
50
50
|
"har-validator": "^5.1.5",
|
|
51
51
|
"husky": "^8.0.1",
|
|
52
52
|
"mocha": "^10.0.0",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"prettier": "^2.7.0",
|
|
55
55
|
"ts-loader": "^8.4.0",
|
|
56
56
|
"ts-node": "^10.9.1",
|
|
57
|
-
"type-fest": "^
|
|
58
|
-
"typescript": "^4.
|
|
57
|
+
"type-fest": "^3.1.0",
|
|
58
|
+
"typescript": "^4.8.3",
|
|
59
59
|
"webpack": "^4.46.0"
|
|
60
60
|
},
|
|
61
61
|
"browserslist": [
|