@andyqiu/codeforge 0.5.16 → 0.5.17

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
@@ -21790,7 +21790,7 @@ import * as zlib from "node:zlib";
21790
21790
  // lib/version-injected.ts
21791
21791
  function getInjectedVersion() {
21792
21792
  try {
21793
- const v = "0.5.16";
21793
+ const v = "0.5.17";
21794
21794
  if (typeof v === "string" && /^\d+\.\d+\.\d+/.test(v)) {
21795
21795
  return v;
21796
21796
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andyqiu/codeforge",
3
- "version": "0.5.16",
3
+ "version": "0.5.17",
4
4
  "description": "CodeForge — opencode 的零侵入扩展包",
5
5
  "type": "module",
6
6
  "private": false,