premise-commander 0.1.1 → 0.2.0-rc.35

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2054,5 +2054,5 @@ function createProgram(write = console.log, version = "0.1.0") {
2054
2054
  }
2055
2055
 
2056
2056
  // src/index.ts
2057
- var version = "0.1.1";
2057
+ var version = "0.2.0-rc.35";
2058
2058
  await createProgram(console.log, version).parseAsync(process.argv);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "premise-commander",
3
- "version": "0.1.1",
3
+ "version": "0.2.0-rc.35",
4
4
  "private": false,
5
5
  "description": "A minimal Bun CLI starter built with Commander",
6
6
  "license": "MIT",