@andyqiu/codeforge 0.7.1 → 0.7.2

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
@@ -20180,7 +20180,7 @@ import * as https from "node:https";
20180
20180
  // lib/version-injected.ts
20181
20181
  function getInjectedVersion() {
20182
20182
  try {
20183
- const v = "0.7.1";
20183
+ const v = "0.7.2";
20184
20184
  if (typeof v === "string" && /^\d+\.\d+\.\d+/.test(v)) {
20185
20185
  return v;
20186
20186
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andyqiu/codeforge",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "CodeForge — opencode 的零侵入扩展包",
5
5
  "type": "module",
6
6
  "private": false,