@superhero/http-server-using-oas 4.7.6 → 4.7.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,27 @@
1
+ ---
2
+ #### v4.7.8
3
+ ---
4
+
5
+ Version alignment...
6
+
7
+ ---
8
+ #### v4.7.7
9
+ ---
10
+
11
+ Changelog
12
+
1
13
  ---
2
14
  #### v4.7.6
3
15
  ---
4
16
 
5
- Bugfixed test suite
17
+ Bugfixed test suite.
6
18
 
7
19
  ---
8
20
  #### v4.7.5
9
21
  ---
10
22
 
11
- added dependency reference to @superhero/oas
23
+ Added dependency reference to @superhero/oas.
12
24
 
13
25
  ---
14
26
 
15
- ocumentation
27
+ Documentation...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superhero/http-server-using-oas",
3
- "version": "4.7.6",
3
+ "version": "4.7.8",
4
4
  "description": "Integrates the HTTP server and OAS (OpenAPI Specification) @superhero components",
5
5
  "keywords": [
6
6
  "HTTP 2.0",
@@ -23,14 +23,14 @@
23
23
  "test": "syntax-check; node --test --test-reporter=@superhero/audit/reporter --experimental-test-coverage"
24
24
  },
25
25
  "dependencies": {
26
- "@superhero/oas": "4.7.6",
27
- "@superhero/http-server": "4.7.6"
26
+ "@superhero/oas": "4.7.8",
27
+ "@superhero/http-server": "4.7.8"
28
28
  },
29
29
  "devDependencies": {
30
- "@superhero/audit": "4.7.6",
30
+ "@superhero/audit": "4.7.8",
31
31
  "@superhero/syntax-check": "0.0.2",
32
- "@superhero/http-request": "4.7.6",
33
- "@superhero/core": "4.7.6"
32
+ "@superhero/http-request": "4.7.8",
33
+ "@superhero/core": "4.7.8"
34
34
  },
35
35
  "author": {
36
36
  "name": "Erik Landvall",