opencode-office 0.1.13 → 0.1.14

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3,6 +3,7 @@
3
3
  import { homedir } from "os";
4
4
  import { join } from "path";
5
5
  var copyManifest = async () => {
6
+ console.log("Copying manifest...");
6
7
  const sourcePath = join(process.cwd(), "assets", "manifest.xml");
7
8
  const destPath = join(homedir(), "Library/Containers/com.microsoft.Excel/Data/Documents/wef", "manifest.xml");
8
9
  await Bun.write(destPath, Bun.file(sourcePath), { createPath: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-office",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Microsoft Office plugin for OpenCode",
5
5
  "type": "module",
6
6
  "author": "al-scion",