@commercelayer/cli-plugin-imports
Advanced tools
Comparing version 3.8.0 to 3.9.0
@@ -736,3 +736,3 @@ { | ||
}, | ||
"version": "3.8.0" | ||
"version": "3.9.0" | ||
} |
{ | ||
"name": "@commercelayer/cli-plugin-imports", | ||
"description": "Commerce Layer CLI Imports plugin", | ||
"version": "3.8.0", | ||
"version": "3.9.0", | ||
"author": "Pierluigi Viti <pierluigi@commercelayer.io>", | ||
@@ -44,2 +44,12 @@ "bugs": "https://github.com/commercelayer/commercelayer-cli-plugin-imports/issues", | ||
"repository": "commercelayer/commercelayer-cli-plugin-imports", | ||
"scripts": { | ||
"build": "rm -rf lib && tsc -b", | ||
"prepack": "pnpm build && oclif manifest && pnpm readme", | ||
"postpack": "rm -f oclif.manifest.json", | ||
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"", | ||
"posttest": "eslint . --ext .ts --config .eslintrc", | ||
"readme": "cl-cli-dev readme --plugin --bin=commercelayer && git add README.md", | ||
"lint": "eslint src --ext .ts --config .eslintrc", | ||
"lint:fix": "eslint src --fix" | ||
}, | ||
"types": "lib/index.d.ts", | ||
@@ -51,6 +61,8 @@ "devDependencies": { | ||
"@oclif/test": "^2.5.6", | ||
"@types/chai": "^4.3.10", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@types/chai": "^4.3.11", | ||
"@types/cli-progress": "^3.11.5", | ||
"@types/mocha": "^10.0.4", | ||
"@types/node": "^20.9.2", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.9.4", | ||
"chai": "^4.3.10", | ||
@@ -60,4 +72,6 @@ "eslint": "^8.54.0", | ||
"nyc": "^15.1.0", | ||
"oclif": "^4.0.4", | ||
"semantic-release": "^22.0.8", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.2" | ||
}, | ||
@@ -77,11 +91,3 @@ "dependencies": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "rm -rf lib && tsc -b", | ||
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"", | ||
"posttest": "eslint . --ext .ts --config .eslintrc", | ||
"readme": "cl-cli-dev readme --plugin --bin=commercelayer && git add README.md", | ||
"lint": "eslint src --ext .ts --config .eslintrc", | ||
"lint:fix": "eslint src --fix" | ||
} | ||
} | ||
} |
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
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
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
93638
18
1