@vite-plugin-opencode-assistant/opencode 1.0.67 → 1.0.68

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/es/index.mjs ADDED
@@ -0,0 +1 @@
1
+ export * from "./web.mjs";
@@ -14,8 +14,8 @@ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "defau
14
14
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
15
  var lib_exports = {};
16
16
  module.exports = __toCommonJS(lib_exports);
17
- __reExport(lib_exports, require("./web"), module.exports);
17
+ __reExport(lib_exports, require("./web.cjs"), module.exports);
18
18
  // Annotate the CommonJS export names for ESM import in node:
19
19
  0 && (module.exports = {
20
- ...require("./web")
20
+ ...require("./web.cjs")
21
21
  });
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@vite-plugin-opencode-assistant/opencode",
3
- "version": "1.0.67",
3
+ "version": "1.0.68",
4
4
  "type": "module",
5
- "main": "lib/index.js",
6
- "module": "es/index.js",
5
+ "main": "lib/index.cjs",
6
+ "module": "es/index.mjs",
7
7
  "types": "es/index.d.ts",
8
8
  "files": [
9
9
  "es",
@@ -12,8 +12,8 @@
12
12
  "exports": {
13
13
  ".": {
14
14
  "types": "./es/index.d.ts",
15
- "import": "./es/index.js",
16
- "require": "./lib/index.js"
15
+ "import": "./es/index.mjs",
16
+ "require": "./lib/index.cjs"
17
17
  }
18
18
  },
19
19
  "publishConfig": {
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "execa": "^9.6.1",
25
- "@vite-plugin-opencode-assistant/shared": "1.0.67"
25
+ "@vite-plugin-opencode-assistant/shared": "1.0.68"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@opencode-ai/plugin": "^1.3.15",
package/es/index.js DELETED
@@ -1 +0,0 @@
1
- export * from "./web.js";
File without changes
File without changes
File without changes
File without changes