@oclif/plugin-command-snapshot
Advanced tools
| #!/usr/bin/env node | ||
| async function main() { | ||
| const {execute} = await import('@oclif/core') | ||
| await execute({dir: import.meta.url}) | ||
| } | ||
| await main() |
@@ -148,3 +148,3 @@ { | ||
| }, | ||
| "version": "5.2.40" | ||
| "version": "5.3.0" | ||
| } |
+8
-4
| { | ||
| "name": "@oclif/plugin-command-snapshot", | ||
| "description": "generates and compares OCLIF plugins snapshot files", | ||
| "version": "5.2.40", | ||
| "version": "5.3.0", | ||
| "author": "Salesforce", | ||
| "bugs": "https://github.com/oclif/plugin-command-snapshot/issues", | ||
| "bin": { | ||
| "oclif-snapshot": "bin/run.js" | ||
| }, | ||
| "dependencies": { | ||
@@ -34,4 +37,4 @@ "@oclif/core": "^4", | ||
| "commitlint": "^19", | ||
| "eslint": "^9.27.0", | ||
| "eslint-config-oclif": "^6.0.57", | ||
| "eslint": "^9.28.0", | ||
| "eslint-config-oclif": "^6.0.66", | ||
| "eslint-config-prettier": "^10.1.5", | ||
@@ -54,2 +57,3 @@ "husky": "^9.1.7", | ||
| "files": [ | ||
| "bin/run.js", | ||
| "/lib", | ||
@@ -66,3 +70,3 @@ "/oclif.manifest.json", | ||
| "commands": "./lib/commands", | ||
| "bin": "oclif-example", | ||
| "bin": "oclif-snapshot", | ||
| "topics": { | ||
@@ -69,0 +73,0 @@ "snapshot": { |
47778
0.46%23
4.55%1117
0.54%