@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.
- package/dist/index.js +1 -1
- 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.
|
|
21793
|
+
const v = "0.5.17";
|
|
21794
21794
|
if (typeof v === "string" && /^\d+\.\d+\.\d+/.test(v)) {
|
|
21795
21795
|
return v;
|
|
21796
21796
|
}
|