@andyqiu/codeforge 0.8.0 → 0.8.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -19262,7 +19262,7 @@ import * as https from "node:https";
19262
19262
  // lib/version-injected.ts
19263
19263
  function getInjectedVersion() {
19264
19264
  try {
19265
- const v = "0.8.0";
19265
+ const v = "0.8.1";
19266
19266
  if (typeof v === "string" && /^\d+\.\d+\.\d+/.test(v)) {
19267
19267
  return v;
19268
19268
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andyqiu/codeforge",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "CodeForge — opencode 的零侵入扩展包",
5
5
  "type": "module",
6
6
  "private": false,