@thacio/auditaria 0.30.1 → 0.30.11
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/bundle/gemini.js +2 -2
- package/package.json +1 -1
package/bundle/gemini.js
CHANGED
|
@@ -120030,7 +120030,7 @@ function getVersion() {
|
|
|
120030
120030
|
}
|
|
120031
120031
|
versionPromise = (async () => {
|
|
120032
120032
|
const pkgJson = await getPackageJson(__dirname3);
|
|
120033
|
-
return "0.30.
|
|
120033
|
+
return "0.30.11";
|
|
120034
120034
|
})();
|
|
120035
120035
|
return versionPromise;
|
|
120036
120036
|
}
|
|
@@ -202504,7 +202504,7 @@ var init_git_commit = __esm({
|
|
|
202504
202504
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
202505
202505
|
"use strict";
|
|
202506
202506
|
GIT_COMMIT_INFO = "ab60e625a";
|
|
202507
|
-
CLI_VERSION = "0.30.
|
|
202507
|
+
CLI_VERSION = "0.30.11";
|
|
202508
202508
|
}
|
|
202509
202509
|
});
|
|
202510
202510
|
|