@ewizardjs/system-settings
Advanced tools
Comparing version 3.12.1 to 3.12.3
export interface SystemSettings { | ||
[key: string]: ContentType | Paths | Screenshoter | Archive | VCS; | ||
[key: string]: ContentType | Paths | Screenshoter | Archive | VCS | CLI; | ||
content: ContentType; | ||
@@ -8,2 +8,3 @@ screenshoter: Screenshoter; | ||
vcs?: VCS; | ||
cli?: CLI; | ||
} | ||
@@ -88,2 +89,10 @@ export type VCS = { | ||
} | ||
export declare enum NpmVersion { | ||
Legacy = "legacy", | ||
Latest = "latest" | ||
} | ||
export interface CLI { | ||
npm?: NpmVersion; | ||
identifyComponents?: boolean; | ||
} | ||
export {}; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.NpmVersion = void 0; | ||
var NpmVersion; | ||
(function (NpmVersion) { | ||
NpmVersion["Legacy"] = "legacy"; | ||
NpmVersion["Latest"] = "latest"; | ||
})(NpmVersion = exports.NpmVersion || (exports.NpmVersion = {})); |
{ | ||
"name": "@ewizardjs/system-settings", | ||
"version": "3.12.1", | ||
"version": "3.12.3", | ||
"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
30705
657