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
 
@@ -2,7 +2,7 @@ import {
2
2
  background,
3
3
  effect,
4
4
  imessage
5
- } from "../../chunk-3RBWEAQQ.js";
5
+ } from "../../chunk-7O5BCLGQ.js";
6
6
  import "../../chunk-5NHNMN4H.js";
7
7
  import "../../chunk-HWADNTQF.js";
8
8
  import "../../chunk-XZSBR26X.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  imessage
3
- } from "../chunk-3RBWEAQQ.js";
3
+ } from "../chunk-7O5BCLGQ.js";
4
4
  import "../chunk-5NHNMN4H.js";
5
5
  import {
6
6
  terminal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spectrum-ts",
3
- "version": "1.9.1",
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.7.2",
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",