@factor/app-extend
Advanced tools
Comparing version 1.0.0-alpha.20 to 1.0.0-alpha.24
@@ -16,3 +16,3 @@ export default Factor => { | ||
this._install("config", require("@factor/app-config").default) | ||
this._install("stack", require("@factor/core-stack").default) | ||
// this._install("stack", require("@factor/core-stack").default) | ||
@@ -67,3 +67,6 @@ this.loadPlugins() | ||
Factor.siteVars = Factor.observable({ classes: [] }) | ||
Factor.$globals = Factor.prototype.$globals = Factor.observable({ | ||
routeClass: [], | ||
metatags: [] | ||
}) | ||
@@ -70,0 +73,0 @@ Factor.$filters.run("initialize-app") |
{ | ||
"name": "@factor/app-extend", | ||
"version": "1.0.0-alpha.20", | ||
"version": "1.0.0-alpha.24", | ||
"license": "GPL-2.0", | ||
@@ -9,6 +9,6 @@ "publishConfig": { | ||
"dependencies": { | ||
"@factor/app-config": "^1.0.0-alpha.20", | ||
"@factor/filters": "^1.0.0-alpha.20" | ||
"@factor/app-config": "^1.0.0-alpha.24", | ||
"@factor/filters": "^1.0.0-alpha.24" | ||
}, | ||
"gitHead": "e11cbda7b934f3aedf067d0e1b642491bc5f753d" | ||
"gitHead": "f68d8c51c38873d0a6b6c830d1461bf19bd926a9" | ||
} |
Sorry, the diff of this file is not supported yet
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
20928
63