@siftline/cli 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { r as run } from "./src-B28Y6vHX.mjs";
2
+ import { r as run } from "./src-DYu5d4UT.mjs";
3
3
  //#region src/cli.ts
4
4
  const result = run(process.argv.slice(2));
5
5
  if (result.stdout !== "") process.stdout.write(result.stdout);
package/dist/index.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import { n as VERSION, r as run, t as USAGE } from "./src-B28Y6vHX.mjs";
1
+ import { n as VERSION, r as run, t as USAGE } from "./src-DYu5d4UT.mjs";
2
2
  export { USAGE, VERSION, run };
@@ -6,7 +6,7 @@ import { VERSION } from "@siftline/core";
6
6
  *
7
7
  * Changesets bumps `package.json`; this constant follows it without a second edit.
8
8
  */
9
- const VERSION$1 = "0.0.1";
9
+ const VERSION$1 = "0.0.2";
10
10
  /**
11
11
  * The usage block. `test` and `label` are named before they exist so that the bin
12
12
  * wiring is proven — and so that `siftline --help` never lies about what it does.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siftline/cli",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "The Siftline command line: measure a recipe against its fixtures, then label for real.",
5
5
  "keywords": [
6
6
  "classification",
@@ -45,7 +45,7 @@
45
45
  "typecheck": "tsc --noEmit"
46
46
  },
47
47
  "dependencies": {
48
- "@siftline/core": "^0.0.2"
48
+ "@siftline/core": "^0.0.3"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@arethetypeswrong/core": "0.18.5",