Comparing version 0.6.0 to 0.7.0
@@ -8,2 +8,3 @@ #!/usr/bin/env node | ||
const [command, ...args] = process.argv.filter((arg) => !["npm", "pnpm", "yarn", "npx", "pnpx", "run"].includes(arg)).slice(1).map((v) => v.trim()); | ||
console.dir({ command, args }); | ||
switch (String(command || "").toLowerCase()) { | ||
@@ -10,0 +11,0 @@ case "init": { |
@@ -37,3 +37,3 @@ var __defProp = Object.defineProperty; | ||
"@types/node": "^16.11.6", | ||
aocrunner: "^0.6.0", | ||
aocrunner: "^0.7.0", | ||
prettier: "^2.4.1" | ||
@@ -40,0 +40,0 @@ }, |
{ | ||
"name": "aocrunner", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Advent of Code runner", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -14,2 +14,4 @@ #!/usr/bin/env node | ||
console.dir({ command, args }) | ||
switch (String(command || "").toLowerCase()) { | ||
@@ -16,0 +18,0 @@ case "init": { |
@@ -21,3 +21,3 @@ import type { Setup } from "../types/common" | ||
"@types/node": "^16.11.6", | ||
aocrunner: "^0.6.0", | ||
aocrunner: "^0.7.0", | ||
prettier: "^2.4.1", | ||
@@ -24,0 +24,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
88877
1769