otacon 0.1.0 → 0.1.1

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.
@@ -1,5 +1,5 @@
1
1
  // Generated from package.json by scripts/gen-version.ts — do NOT hand-edit.
2
2
  // version.test.ts guards that this equals package.json's version. Bump the
3
3
  // version in package.json, then run `bun run gen:version` to regenerate.
4
- export const VERSION = "0.1.0";
4
+ export const VERSION = "0.1.1";
5
5
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "otacon",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Plan review surface for coding agents — mission support over codec.",
5
5
  "type": "module",
6
6
  "license": "MIT",