@factor/app
Advanced tools
Comparing version 1.5.4 to 1.5.8
@@ -11,6 +11,11 @@ /* eslint-disable import/no-unresolved */ | ||
}, | ||
// Must be a function to use __FIND__ | ||
icon: (): string => require("__FIND__/static/icon.svg"), | ||
blankUser: "https://fiction-com.s3-us-west-1.amazonaws.com/user-blank.png", | ||
templatePath: "__FIND__/index.html", | ||
faviconPath: "__FIND__/static/favicon.png" | ||
}, | ||
dashboard: { | ||
route: "/dashboard" | ||
}, | ||
metaInfo: { | ||
@@ -17,0 +22,0 @@ titleTemplate: "%s", |
import Vue from "vue" | ||
import * as events from "@factor/api/events" | ||
import { createApp } from "./app" | ||
@@ -11,3 +12,3 @@ | ||
*/ | ||
window.factorApp = { vm, router, store, Vue } | ||
window.factorApp = { vm, router, store, Vue, events } | ||
@@ -14,0 +15,0 @@ /** |
{ | ||
"name": "@factor/app", | ||
"version": "1.5.4", | ||
"version": "1.5.8", | ||
"license": "GPL-2.0", | ||
@@ -15,3 +15,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "41692117e7dcba394dec21ba8046b3e40a8bd276" | ||
"gitHead": "084d17b30562a2271b844dcebb2e098cd8c25870" | ||
} |
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
63433
27
779