@basou/cli 0.48.0 → 0.48.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.
package/dist/index.js CHANGED
@@ -13815,7 +13815,7 @@ async function assertWorkspaceInitialized15(basouRoot) {
13815
13815
  function readBuildStamp() {
13816
13816
  if (false) return void 0;
13817
13817
  try {
13818
- return JSON.parse('{"version":"0.48.0","commit":"2e8fee7","committedAt":"2026-09-21T11:35:12+09:00"}');
13818
+ return JSON.parse('{"version":"0.48.1","commit":"bb3398c","committedAt":"2026-09-21T21:38:14+09:00"}');
13819
13819
  } catch {
13820
13820
  return void 0;
13821
13821
  }
package/dist/program.js CHANGED
@@ -13815,7 +13815,7 @@ async function assertWorkspaceInitialized15(basouRoot) {
13815
13815
  function readBuildStamp() {
13816
13816
  if (false) return void 0;
13817
13817
  try {
13818
- return JSON.parse('{"version":"0.48.0","commit":"2e8fee7","committedAt":"2026-09-21T11:35:12+09:00"}');
13818
+ return JSON.parse('{"version":"0.48.1","commit":"bb3398c","committedAt":"2026-09-21T21:38:14+09:00"}');
13819
13819
  } catch {
13820
13820
  return void 0;
13821
13821
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basou/cli",
3
- "version": "0.48.0",
3
+ "version": "0.48.1",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "basou command-line tool",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "commander": "^14.0.3",
55
- "@basou/core": "0.48.0"
55
+ "@basou/core": "0.48.1"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "pnpm run clean && tsup",