@vector-im/matrix-bot-sdk
Advanced tools
Comparing version 0.7.0-element.0 to 0.7.0-element.1
@@ -138,3 +138,3 @@ "use strict"; | ||
if (deviceId && deviceId !== providedDeviceId) { | ||
__1.LogService.warn(`Storage already configured with an existing device ${deviceId}. Old storage will be cleared.`); | ||
__1.LogService.warn("Intent", `Storage already configured with an existing device ${deviceId}. Old storage will be cleared.`); | ||
} | ||
@@ -141,0 +141,0 @@ deviceId = providedDeviceId; |
{ | ||
"name": "@vector-im/matrix-bot-sdk", | ||
"version": "0.7.0-element.0", | ||
"version": "0.7.0-element.1", | ||
"description": "TypeScript/JavaScript SDK for Matrix bots and appservices", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -141,3 +141,3 @@ import { | ||
if (deviceId && deviceId !== providedDeviceId) { | ||
LogService.warn(`Storage already configured with an existing device ${deviceId}. Old storage will be cleared.`); | ||
LogService.warn("Intent", `Storage already configured with an existing device ${deviceId}. Old storage will be cleared.`); | ||
} | ||
@@ -144,0 +144,0 @@ deviceId = providedDeviceId; |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1189576
0