@equinor/fusion
Advanced tools
Comparing version 0.1.43 to 0.1.44
@@ -14,4 +14,4 @@ import BaseResourceCollection from "./BaseResourceCollection"; | ||
private getBundlesPath; | ||
private getManifestFileName; | ||
private getAppManifestFileName; | ||
private getResourcesPath; | ||
} |
@@ -15,6 +15,6 @@ import BaseResourceCollection from "./BaseResourceCollection"; | ||
app(appKey) { | ||
return combineUrls(this.getBaseUrl(), this.getBundlesPath(), appKey); | ||
return combineUrls(this.getBaseUrl(), this.getBundlesPath(), "apps", appKey); | ||
} | ||
appManifest(appKey) { | ||
return combineUrls(this.app(appKey), this.getManifestFileName()); | ||
return combineUrls(this.app(appKey), this.getAppManifestFileName()); | ||
} | ||
@@ -33,3 +33,3 @@ appScript(appKey) { | ||
} | ||
getManifestFileName() { | ||
getAppManifestFileName() { | ||
return this.options && this.options.loadBundlesFromDisk ? `app-manifest.json?v=${(+new Date)}` : ""; | ||
@@ -36,0 +36,0 @@ } |
{ | ||
"name": "@equinor/fusion", | ||
"version": "0.1.43", | ||
"version": "0.1.44", | ||
"description": "Everything a Fusion app needs to communicate with the core", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
117340