@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.
- package/dist/index.js +1 -1
- 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.
|
|
19265
|
+
const v = "0.8.1";
|
|
19266
19266
|
if (typeof v === "string" && /^\d+\.\d+\.\d+/.test(v)) {
|
|
19267
19267
|
return v;
|
|
19268
19268
|
}
|