@cowsea2012/distill 0.1.33 → 0.1.34

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -31,7 +31,7 @@ var __toESM = (mod, isNodeMode, target) => {
31
31
  // packages/cli/package.json
32
32
  var package_default = {
33
33
  name: "@cowsea2012/distill",
34
- version: "0.1.33",
34
+ version: "0.1.34",
35
35
  description: "Compress command output for downstream LLMs.",
36
36
  license: "MIT",
37
37
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cowsea2012/distill",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "description": "Compress command output for downstream LLMs.",
5
5
  "license": "MIT",
6
6
  "bin": {