spectrum-ts 1.7.1 → 1.7.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.
@@ -3,7 +3,7 @@ import {
3
3
  cloud,
4
4
  mergeStreams,
5
5
  stream
6
- } from "./chunk-WFIUWFE4.js";
6
+ } from "./chunk-HWADNTQF.js";
7
7
  import {
8
8
  UnsupportedError,
9
9
  asAttachment,
@@ -192,7 +192,7 @@ function broadcast(source) {
192
192
  }
193
193
 
194
194
  // src/utils/cloud.ts
195
- var SPECTRUM_CLOUD_URL = `https://${process.env.SPECTRUM_CLOUD_URL ?? "spectrum.photon.codes"}`;
195
+ var SPECTRUM_CLOUD_URL = process.env.SPECTRUM_CLOUD_URL ?? "https://spectrum.photon.codes";
196
196
  var SpectrumCloudError = class extends Error {
197
197
  status;
198
198
  code;
@@ -9,7 +9,7 @@ import {
9
9
  cloud,
10
10
  mergeStreams,
11
11
  stream
12
- } from "./chunk-WFIUWFE4.js";
12
+ } from "./chunk-HWADNTQF.js";
13
13
  import {
14
14
  UnsupportedError,
15
15
  asAttachment,
package/dist/index.js CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  option,
14
14
  poll,
15
15
  stream
16
- } from "./chunk-WFIUWFE4.js";
16
+ } from "./chunk-HWADNTQF.js";
17
17
  import {
18
18
  UnsupportedError,
19
19
  attachment,
@@ -2,9 +2,9 @@ import {
2
2
  background,
3
3
  effect,
4
4
  imessage
5
- } from "../../chunk-H2QKKFQW.js";
5
+ } from "../../chunk-ZDNX3S3H.js";
6
6
  import "../../chunk-VO43HJ5B.js";
7
- import "../../chunk-WFIUWFE4.js";
7
+ import "../../chunk-HWADNTQF.js";
8
8
  import "../../chunk-JWWIFSI7.js";
9
9
  export {
10
10
  background,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  imessage
3
- } from "../chunk-H2QKKFQW.js";
3
+ } from "../chunk-ZDNX3S3H.js";
4
4
  import "../chunk-VO43HJ5B.js";
5
5
  import {
6
6
  terminal
@@ -8,8 +8,8 @@ import {
8
8
  import "../chunk-VVXMZYDH.js";
9
9
  import {
10
10
  whatsappBusiness
11
- } from "../chunk-4O7DPKLI.js";
12
- import "../chunk-WFIUWFE4.js";
11
+ } from "../chunk-ET42EGIA.js";
12
+ import "../chunk-HWADNTQF.js";
13
13
  import "../chunk-JWWIFSI7.js";
14
14
  export {
15
15
  imessage,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  whatsappBusiness
3
- } from "../../chunk-4O7DPKLI.js";
4
- import "../../chunk-WFIUWFE4.js";
3
+ } from "../../chunk-ET42EGIA.js";
4
+ import "../../chunk-HWADNTQF.js";
5
5
  import "../../chunk-JWWIFSI7.js";
6
6
  export {
7
7
  whatsappBusiness
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spectrum-ts",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",