@loopback/openapi-v3 3.4.8 → 3.4.9
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 +11 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.4.9](https://github.com/strongloop/loopback-next/compare/@loopback/openapi-v3@3.4.8...@loopback/openapi-v3@3.4.9) (2020-08-27)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **repository-json-schema:** allows string-based order filter ([c10dca9](https://github.com/strongloop/loopback-next/commit/c10dca990f73d80c70752ae72fd1006bb356991d)), closes [#6140](https://github.com/strongloop/loopback-next/issues/6140)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [3.4.8](https://github.com/strongloop/loopback-next/compare/@loopback/openapi-v3@3.4.7...@loopback/openapi-v3@3.4.8) (2020-08-19)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @loopback/openapi-v3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loopback/openapi-v3",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.9",
|
|
4
4
|
"description": "Decorators that annotate LoopBack artifacts with OpenAPI v3 metadata and utilities that transform LoopBack metadata to OpenAPI v3 specifications",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"node": ">=10.16"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@loopback/core": "^2.9.
|
|
12
|
-
"@loopback/repository-json-schema": "^2.4.
|
|
11
|
+
"@loopback/core": "^2.9.5",
|
|
12
|
+
"@loopback/repository-json-schema": "^2.4.10",
|
|
13
13
|
"debug": "^4.1.1",
|
|
14
14
|
"http-status": "^1.4.2",
|
|
15
15
|
"json-merge-patch": "^1.0.0",
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
"tslib": "^2.0.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@loopback/build": "^6.2.
|
|
22
|
-
"@loopback/eslint-config": "^9.0.
|
|
23
|
-
"@loopback/openapi-spec-builder": "^2.1.
|
|
24
|
-
"@loopback/repository": "^2.11.
|
|
25
|
-
"@loopback/testlab": "^3.2.
|
|
21
|
+
"@loopback/build": "^6.2.2",
|
|
22
|
+
"@loopback/eslint-config": "^9.0.2",
|
|
23
|
+
"@loopback/openapi-spec-builder": "^2.1.13",
|
|
24
|
+
"@loopback/repository": "^2.11.2",
|
|
25
|
+
"@loopback/testlab": "^3.2.4",
|
|
26
26
|
"@types/debug": "^4.1.5",
|
|
27
27
|
"@types/http-status": "^1.1.2",
|
|
28
28
|
"@types/json-merge-patch": "0.0.5",
|
|
29
|
-
"@types/lodash": "^4.14.
|
|
29
|
+
"@types/lodash": "^4.14.160",
|
|
30
30
|
"@types/node": "^10.17.28"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"url": "https://github.com/strongloop/loopback-next.git",
|
|
61
61
|
"directory": "packages/openapi-v3"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "a3f54273814de63819e0d8bc86509f8a737800bb"
|
|
64
64
|
}
|