@superhero/core 4.7.5 → 4.7.7
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 +13 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
#### v4.7.7
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
Changelog
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
#### v4.7.6
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
Version alignment...
|
|
12
|
+
|
|
1
13
|
---
|
|
2
14
|
#### v4.7.5
|
|
3
15
|
---
|
|
4
16
|
|
|
5
|
-
|
|
17
|
+
Altered to support options at bootstrap to freeze the config, and added support for configuring util.inspect.defaultOptions.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superhero/core",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.7",
|
|
4
4
|
"description": "Core functionalities for the superhero framework.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"test": "syntax-check; node --test --test-reporter=@superhero/audit/reporter --experimental-test-coverage"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@superhero/locator": "4.7.
|
|
17
|
-
"@superhero/bootstrap": "4.7.
|
|
18
|
-
"@superhero/log": "4.7.
|
|
16
|
+
"@superhero/locator": "4.7.7",
|
|
17
|
+
"@superhero/bootstrap": "4.7.7",
|
|
18
|
+
"@superhero/log": "4.7.7"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@superhero/audit": "4.7.
|
|
21
|
+
"@superhero/audit": "4.7.7",
|
|
22
22
|
"@superhero/syntax-check": "0.0.2"
|
|
23
23
|
},
|
|
24
24
|
"author": {
|