@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.
- package/dist/index.js +1 -1
- 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.
|
|
32693
|
+
const v = "0.8.16";
|
|
32694
32694
|
if (typeof v === "string" && /^\d+\.\d+\.\d+/.test(v)) {
|
|
32695
32695
|
return v;
|
|
32696
32696
|
}
|