@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 +1 -1
- package/backend/adal-backend +0 -0
- package/package.json +1 -1
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.
|
|
292200
|
+
return "0.1.0-beta.21";
|
|
292201
292201
|
}
|
|
292202
292202
|
|
|
292203
292203
|
// packages/cli/src/config/config.ts
|
package/backend/adal-backend
CHANGED
|
Binary file
|