create-testplane
Advanced tools
Comparing version 2.0.2 to 2.1.0
export declare const PACKAGE_JSON = "package.json"; | ||
export declare const CONFIG_NAMES: { | ||
readonly TESTPLANE_NEW_TS: "testplane.config.ts"; | ||
readonly TESTPLANE_NEW_CTS: "testplane.config.cts"; | ||
readonly TESTPLANE_NEW_JS: "testplane.config.js"; | ||
readonly TESTPLANE_NEW_CJS: "testplane.config.cjs"; | ||
readonly TESTPLANE_TS: ".testplane.conf.ts"; | ||
@@ -4,0 +8,0 @@ readonly TESTPLANE_JS: ".testplane.conf.js"; |
@@ -6,6 +6,10 @@ "use strict"; | ||
exports.CONFIG_NAMES = { | ||
TESTPLANE_NEW_TS: "testplane.config.ts", | ||
TESTPLANE_NEW_CTS: "testplane.config.cts", | ||
TESTPLANE_NEW_JS: "testplane.config.js", | ||
TESTPLANE_NEW_CJS: "testplane.config.cjs", | ||
TESTPLANE_TS: ".testplane.conf.ts", | ||
TESTPLANE_JS: ".testplane.conf.js", | ||
HERMIONE_TS: ".hermione.conf.ts", | ||
HERMIONE_JS: ".hermione.conf.js", // drop after testplane@2 | ||
HERMIONE_JS: ".hermione.conf.js", // drop after testplane@9 | ||
}; | ||
@@ -12,0 +16,0 @@ exports.DEFAULT_PM = "npm"; |
@@ -6,3 +6,3 @@ "use strict"; | ||
exports.jsTemplate = { | ||
fileName: packageManagement_1.CONFIG_NAMES.TESTPLANE_JS, | ||
fileName: packageManagement_1.CONFIG_NAMES.TESTPLANE_NEW_JS, | ||
language: "js", | ||
@@ -9,0 +9,0 @@ quote: "'", |
@@ -6,3 +6,3 @@ "use strict"; | ||
exports.tsTemplate = { | ||
fileName: packageManagement_1.CONFIG_NAMES.TESTPLANE_TS, | ||
fileName: packageManagement_1.CONFIG_NAMES.TESTPLANE_NEW_TS, | ||
language: "ts", | ||
@@ -9,0 +9,0 @@ quote: '"', |
{ | ||
"name": "create-testplane", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "A tool for fast and simple Testplane configuration", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
109030
1547
1