@factor/app-extend
Advanced tools
Comparing version 1.0.0-alpha.25 to 1.0.0-alpha.27
13
index.js
@@ -11,2 +11,8 @@ export default Factor => { | ||
Factor.config.silent = false | ||
Factor.$globals = Factor.prototype.$globals = Factor.observable({ | ||
routeClass: [], | ||
metatags: [] | ||
}) | ||
this._install("tools", require("@factor/tools").default) | ||
@@ -17,5 +23,5 @@ this._install("log", require("@factor/core-log").default) | ||
this._install("config", require("@factor/app-config").default) | ||
// this._install("stack", require("@factor/core-stack").default) | ||
this.loadPlugins() | ||
this.initializeApp() | ||
@@ -64,7 +70,2 @@ } | ||
Factor.$globals = Factor.prototype.$globals = Factor.observable({ | ||
routeClass: [], | ||
metatags: [] | ||
}) | ||
Factor.$filters.run("initialize-app") | ||
@@ -71,0 +72,0 @@ } |
{ | ||
"name": "@factor/app-extend", | ||
"version": "1.0.0-alpha.25", | ||
"version": "1.0.0-alpha.27", | ||
"license": "GPL-2.0", | ||
@@ -9,6 +9,6 @@ "publishConfig": { | ||
"dependencies": { | ||
"@factor/app-config": "^1.0.0-alpha.24", | ||
"@factor/filters": "^1.0.0-alpha.24" | ||
"@factor/app-config": "^1.0.0-alpha.27", | ||
"@factor/filters": "^1.0.0-alpha.27" | ||
}, | ||
"gitHead": "611a9a19df606ad91a05cca72e963d9e27a8897d" | ||
"gitHead": "de4c9abae202be38490a1bf04f1da5985aad7f54" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20649
58