@sylphai/adal-cli-linux-x64 0.1.0-beta.20 → 0.1.0-beta.21

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/adal-cli.js CHANGED
@@ -292197,7 +292197,7 @@ async function getPackageJson2() {
292197
292197
  // packages/cli/src/utils/version.ts
292198
292198
  async function getCliVersion() {
292199
292199
  const pkgJson = await getPackageJson2();
292200
- return "0.1.0-beta.20";
292200
+ return "0.1.0-beta.21";
292201
292201
  }
292202
292202
 
292203
292203
  // packages/cli/src/config/config.ts
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sylphai/adal-cli-linux-x64",
3
- "version": "0.1.0-beta.20",
3
+ "version": "0.1.0-beta.21",
4
4
  "description": "AI-powered CLI for development and research - linux-x64",
5
5
  "bin": {
6
6
  "adal": "adal-cli.js"