@raisenow/tamaro-cli 1.9.0-dev.3 → 2.0.0
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/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1269,7 +1269,7 @@ const promptBucketTamaroEmailConfig = async () => {
|
|
|
1269
1269
|
//#endregion
|
|
1270
1270
|
//#region package.json
|
|
1271
1271
|
var name = "@raisenow/tamaro-cli";
|
|
1272
|
-
var version = "
|
|
1272
|
+
var version = "2.0.0";
|
|
1273
1273
|
//#endregion
|
|
1274
1274
|
//#region src/cli.ts
|
|
1275
1275
|
/**
|