chattercatcher 0.1.1 → 0.1.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/README.md CHANGED
@@ -336,7 +336,9 @@ npm run dev -- --help
336
336
 
337
337
  ### macOS 上提示 `Cannot find native binding` 怎么办?
338
338
 
339
- 这是 LanceDB 的 native optional dependency 没有被 npm 装完整,常见于 npm 全局安装时漏装可选依赖。先重装:
339
+ 这是 LanceDB 的 native optional dependency 没有被 npm 装完整,常见于 npm 全局安装时漏装可选依赖。
340
+
341
+ ChatterCatcher 从 `0.1.1` 起锁定到仍发布 `darwin-x64` 和 `darwin-arm64` native 包的 LanceDB 版本,以覆盖 Intel Mac 和 Apple Silicon Mac。先升级:
340
342
 
341
343
  ```bash
342
344
  npm uninstall -g chattercatcher
package/dist/cli.js CHANGED
@@ -3341,7 +3341,7 @@ function printSettings(config, secrets) {
3341
3341
  2
3342
3342
  ));
3343
3343
  }
3344
- program.name("chattercatcher").description("\u672C\u5730\u4F18\u5148\u7684\u98DE\u4E66/Lark \u5BB6\u5EAD\u7FA4\u77E5\u8BC6\u673A\u5668\u4EBA").version("0.1.1");
3344
+ program.name("chattercatcher").description("\u672C\u5730\u4F18\u5148\u7684\u98DE\u4E66/Lark \u5BB6\u5EAD\u7FA4\u77E5\u8BC6\u673A\u5668\u4EBA").version("0.1.2");
3345
3345
  program.command("setup").description("\u4EA4\u4E92\u5F0F\u521D\u59CB\u5316\u914D\u7F6E").action(async () => {
3346
3346
  const { config, secrets } = await ensureConfigFiles();
3347
3347
  await promptForConfiguration(config, secrets);