@coralai/sps-cli 0.75.0 → 0.75.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,6 +1,6 @@
1
1
  // 由 scripts/build-seam-clients.mjs 生成,勿手改。源码在 src/seams/im-builtin/client/
2
2
  window.__SpsModuleLoader__.load({
3
- id: "im",
3
+ id: "im-builtin",
4
4
  contractVersion: 1,
5
5
  factory: (require) => {
6
6
  const module = { exports: {} };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coralai/sps-cli",
3
- "version": "0.75.0",
3
+ "version": "0.75.1",
4
4
  "description": "SPS CLI — AI-driven development pipeline orchestrator",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",