spectrum-ts 1.9.1 → 1.9.2
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.
|
@@ -538,8 +538,7 @@ var setBackground = async (remote, spaceId, content) => {
|
|
|
538
538
|
const buffer = await content.action.read();
|
|
539
539
|
await remote.chats.setBackground(
|
|
540
540
|
chat,
|
|
541
|
-
new Uint8Array(buffer.buffer, buffer.byteOffset, buffer.byteLength)
|
|
542
|
-
content.action.mimeType
|
|
541
|
+
new Uint8Array(buffer.buffer, buffer.byteOffset, buffer.byteLength)
|
|
543
542
|
);
|
|
544
543
|
};
|
|
545
544
|
|
package/dist/providers/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spectrum-ts",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@photon-ai/advanced-imessage": "^0.
|
|
26
|
+
"@photon-ai/advanced-imessage": "^0.8.0",
|
|
27
27
|
"@photon-ai/imessage-kit": "^3.0.0",
|
|
28
28
|
"@photon-ai/otel": "^0.1.1",
|
|
29
29
|
"@photon-ai/whatsapp-business": "^0.1.1",
|