@agentver/cli 0.1.2 → 0.1.3
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/agentver.js +1 -1
- package/dist/agentver.js.map +1 -1
- package/package.json +1 -1
package/dist/agentver.js
CHANGED
|
@@ -9721,7 +9721,7 @@ var PACKAGE_NAME = "@agentver/cli";
|
|
|
9721
9721
|
function getCurrentVersion() {
|
|
9722
9722
|
const __dirname2 = dirname5(fileURLToPath(import.meta.url));
|
|
9723
9723
|
const require3 = createRequire(import.meta.url);
|
|
9724
|
-
const pkg2 = require3(join21(__dirname2, "..", "
|
|
9724
|
+
const pkg2 = require3(join21(__dirname2, "..", "package.json"));
|
|
9725
9725
|
return pkg2.version;
|
|
9726
9726
|
}
|
|
9727
9727
|
async function getLatestVersion() {
|