@superhero/core 4.0.11 → 4.0.12
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/index.js +1 -0
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -620,6 +620,7 @@ export default class Core
|
|
|
620
620
|
const { filepath, config } = await this.config.resolve(dependencyPath)
|
|
621
621
|
await this.#addConfigDependencies(filepath, config)
|
|
622
622
|
this.config.add(filepath, config)
|
|
623
|
+
Core.log.info`assigned config ${dependencyPath}`
|
|
623
624
|
}
|
|
624
625
|
}
|
|
625
626
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superhero/core",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.12",
|
|
4
4
|
"description": "Core functionalities for the superhero framework.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
".": "./index.js"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@superhero/locator": "^4.3.
|
|
13
|
-
"@superhero/bootstrap": "^4.1.
|
|
12
|
+
"@superhero/locator": "^4.3.7",
|
|
13
|
+
"@superhero/bootstrap": "^4.1.6"
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
16
16
|
"test": "node --trace-warnings --test --experimental-test-coverage"
|