@superhero/core 4.7.6 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ---
2
+ #### v4.7.7
3
+ ---
4
+
5
+ Changelog
6
+
1
7
  ---
2
8
  #### v4.7.6
3
9
  ---
@@ -8,4 +14,4 @@ Version alignment...
8
14
  #### v4.7.5
9
15
  ---
10
16
 
11
- altered to support options at bootstrap to freeze the config, and added support for configuring util.inspect.defaultOptions
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.6",
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.6",
17
- "@superhero/bootstrap": "4.7.6",
18
- "@superhero/log": "4.7.6"
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.6",
21
+ "@superhero/audit": "4.7.7",
22
22
  "@superhero/syntax-check": "0.0.2"
23
23
  },
24
24
  "author": {