@andyqiu/codeforge 0.8.15 → 0.8.16

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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -32690,7 +32690,7 @@ import * as https from "node:https";
32690
32690
  // lib/version-injected.ts
32691
32691
  function getInjectedVersion() {
32692
32692
  try {
32693
- const v = "0.8.15";
32693
+ const v = "0.8.16";
32694
32694
  if (typeof v === "string" && /^\d+\.\d+\.\d+/.test(v)) {
32695
32695
  return v;
32696
32696
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andyqiu/codeforge",
3
- "version": "0.8.15",
3
+ "version": "0.8.16",
4
4
  "description": "CodeForge — opencode 的零侵入扩展包",
5
5
  "type": "module",
6
6
  "private": false,