@ewizardjs/system-settings
Advanced tools
Comparing version 3.15.0 to 3.16.0
@@ -100,5 +100,5 @@ "use strict"; | ||
function getResolvedAliases(entry, settings, storageStrategy) { | ||
var _a, _b, _c; | ||
return __awaiter(this, void 0, void 0, function () { | ||
var layoutOptions, resolver, path; | ||
var _a, _b, _c; | ||
return __generator(this, function (_d) { | ||
@@ -105,0 +105,0 @@ switch (_d.label) { |
@@ -71,6 +71,6 @@ "use strict"; | ||
exports.get = get; | ||
function modify(entry, modifyFunc, contextStorage) { | ||
if (contextStorage === void 0) { contextStorage = settings_strategies_1.fsStrategy; } | ||
return __awaiter(this, void 0, void 0, function () { | ||
function modify(entry_1, modifyFunc_1) { | ||
return __awaiter(this, arguments, void 0, function (entry, modifyFunc, contextStorage) { | ||
var settingsPath, settings; | ||
if (contextStorage === void 0) { contextStorage = settings_strategies_1.fsStrategy; } | ||
return __generator(this, function (_a) { | ||
@@ -77,0 +77,0 @@ switch (_a.label) { |
@@ -38,2 +38,4 @@ "use strict"; | ||
banners: 'banners', | ||
templatesManifest: 'templates.json', | ||
templates: 'templates', | ||
themes: 'themes', | ||
@@ -40,0 +42,0 @@ themePaths: { |
@@ -39,2 +39,4 @@ import { ContentTypes, SiteSubtypes } from '@ewizardjs/content-types'; | ||
banners: string; | ||
templatesManifest: string; | ||
templates: string; | ||
themes: string; | ||
@@ -41,0 +43,0 @@ themesManifest: string; |
{ | ||
"name": "@ewizardjs/system-settings", | ||
"version": "3.15.0", | ||
"version": "3.16.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/backend/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
32756
701