@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.
- package/dist/index.js +1 -1
- 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.
|
|
20183
|
+
const v = "0.7.2";
|
|
20184
20184
|
if (typeof v === "string" && /^\d+\.\d+\.\d+/.test(v)) {
|
|
20185
20185
|
return v;
|
|
20186
20186
|
}
|