Comparing version 1.2.13 to 1.2.14
@@ -10,3 +10,3 @@ "use strict"; | ||
exports.expectFeature = expectFeature; | ||
exports.run = run; | ||
exports.inprint = inprint; | ||
exports.writeFileSyncIfChanged = exports.usageNotice = exports.endPrefix = exports.startPrefix = exports.inprint_prefix = void 0; | ||
@@ -170,3 +170,3 @@ | ||
function run(options0) { | ||
function inprint(options0) { | ||
if (process.argv[2] === "--version" || process.argv[2] === "-v") { | ||
@@ -173,0 +173,0 @@ // @ts-ignore |
"use strict"; | ||
module.exports = {version: '1.2.13', packageName: 'inprint'}; | ||
module.exports = {version: '1.2.14', packageName: 'inprint'}; | ||
Object.defineProperty(exports, "__esModule", {value: true}); |
@@ -135,3 +135,3 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } | ||
export function run(options0) { | ||
export function inprint(options0) { | ||
if (process.argv[2] === "--version" || process.argv[2] === "-v") { | ||
@@ -138,0 +138,0 @@ // @ts-ignore |
@@ -1,2 +0,2 @@ | ||
export const version = '1.2.13'; | ||
export const version = '1.2.14'; | ||
export const packageName = 'inprint'; |
{ | ||
"name": "inprint", | ||
"version": "1.2.13", | ||
"version": "1.2.14", | ||
"keywords": [ | ||
@@ -37,3 +37,3 @@ "generator", | ||
"scripts": { | ||
"test": "jest --passWithNoTests", | ||
"test": "jest --config=jest.config-ts.cjs --passWithNoTests", | ||
"build": "npm run precompile_full && npm run clean && npm run build:esm && npm run build:cjs && npm run build:types && npm run lint && npm run test && npm run build:docs", | ||
@@ -53,3 +53,3 @@ "tsc": "npm run build:ts", | ||
"watch:types": "npm run clean:types && tsc -p tsconfig-declarations.json -w", | ||
"clear:docs": "rm -rf docs/*", | ||
"clear:docs": "yb clean_docs", | ||
"build:docs": "api-extractor run --local && api-documenter markdown --input-folder temp --output-folder docs", | ||
@@ -62,3 +62,7 @@ "clean:ts": "yb clean_ts", | ||
"deps_orphans": "echo Finding orphans .js requires... & del deps.png & madge dist --orphans -i deps.png && deps.png", | ||
"clean": "rm -rf dist/* && yb clean_all && npm run clear:docs" | ||
"clean": "yb clean_all && npm run clear:docs", | ||
"watch:test:cjs": "npm run build:cjs && jest --config=jest.config-cjs.cjs --passWithNoTests -w", | ||
"test:cjs": "npm run build:cjs && jest --config=jest.config-cjs.cjs --passWithNoTests", | ||
"test:ts": "jest --config=jest.config-ts.cjs --passWithNoTests", | ||
"start": "node lib/cjs/start.js" | ||
}, | ||
@@ -103,3 +107,4 @@ "devDependencies": { | ||
"tslib": "^2.2.0", | ||
"cross-env": "^7.0.3" | ||
"cross-env": "^7.0.3", | ||
"modify-filepath": "^0.0.2" | ||
}, | ||
@@ -106,0 +111,0 @@ "peerDependencies": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
43200
0
39