@microsoft/teamsfx 2.3.1-alpha.a83cb5166.0 → 2.3.1-alpha.a86c4a413.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/index.esm2017.mjs
CHANGED
@@ -2560,7 +2560,8 @@ class NotificationMiddleware {
|
|
2560
2560
|
*/
|
2561
2561
|
class LocalFileStorage {
|
2562
2562
|
constructor(fileDir) {
|
2563
|
-
|
2563
|
+
var _a;
|
2564
|
+
this.localFileName = (_a = process.env.TEAMSFX_NOTIFICATION_STORE_FILENAME) !== null && _a !== void 0 ? _a : ".notification.localstore.json";
|
2564
2565
|
this.filePath = path.resolve(fileDir, this.localFileName);
|
2565
2566
|
}
|
2566
2567
|
async read(key) {
|