openxiangda 1.0.0 → 1.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openxiangda",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "OpenXiangda CLI, workspace build tools, runtime SDK, and form components.",
5
5
  "private": false,
6
6
  "bin": {
@@ -26,8 +26,4 @@ module.exports = __toCommonJS(build_exports);
26
26
  function defineAppWorkspaceConfig(config) {
27
27
  return config;
28
28
  }
29
- // Annotate the CommonJS export names for ESM import in node:
30
- 0 && (module.exports = {
31
- defineAppWorkspaceConfig
32
- });
33
29
  //# sourceMappingURL=index.cjs.map