@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.
Files changed (2) hide show
  1. package/bundle/gemini.js +2 -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.1";
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.1";
202507
+ CLI_VERSION = "0.30.11";
202508
202508
  }
202509
202509
  });
202510
202510
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thacio/auditaria",
3
- "version": "0.30.1",
3
+ "version": "0.30.11",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },