spectrum-ts 1.4.0 → 1.5.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.
@@ -487,4 +487,4 @@ interface Platform<Def extends AnyPlatformDef> {
487
487
  (message: Message): PlatformMessage<Def>;
488
488
  }
489
489
 
490
- export { type AnyPlatformDef as A, type Broadcaster as B, type ContentBuilder as C, type EventProducer as E, type InboundMessage as I, type Message as M, type OutboundMessage as O, type ProviderMessage as P, type Store as S, type User as U, type ContentInput as a, type Content as b, type CreateClientContext as c, type PlatformDef as d, type Platform as e, type PlatformProviderConfig as f, type SpectrumLike as g, type CustomEventStreams as h, type Space as i, type InboundPlatformMessage as j, type ManagedStream as k, type PlatformInstance as l, type PlatformMessage as m, type PlatformRuntime as n, type PlatformSpace as o, type PlatformUser as p, type SchemaMessage as q, broadcast as r, mergeStreams as s, stream as t };
490
+ export { type AnyPlatformDef as A, type Broadcaster as B, type ContentInput as C, type EventProducer as E, type InboundMessage as I, type Message as M, type OutboundMessage as O, type Platform as P, type Store as S, type User as U, type PlatformDef as a, type ProviderMessage as b, type SchemaMessage as c, type ManagedStream as d, type ContentBuilder as e, type Content as f, type CreateClientContext as g, type PlatformProviderConfig as h, type SpectrumLike as i, type CustomEventStreams as j, type Space as k, type InboundPlatformMessage as l, type PlatformInstance as m, type PlatformMessage as n, type PlatformRuntime as o, type PlatformSpace as p, type PlatformUser as q, broadcast as r, mergeStreams as s, stream as t };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spectrum-ts",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -13,13 +13,17 @@
13
13
  "types": "./dist/index.d.ts",
14
14
  "default": "./dist/index.js"
15
15
  },
16
+ "./providers": {
17
+ "types": "./dist/providers/index.d.ts",
18
+ "default": "./dist/providers/index.js"
19
+ },
16
20
  "./providers/*": {
17
21
  "types": "./dist/providers/*/index.d.ts",
18
22
  "default": "./dist/providers/*/index.js"
19
23
  }
20
24
  },
21
25
  "dependencies": {
22
- "@photon-ai/advanced-imessage": "^0.6.0",
26
+ "@photon-ai/advanced-imessage": "^0.7.0",
23
27
  "@photon-ai/imessage-kit": "^3.0.0",
24
28
  "@photon-ai/whatsapp-business": "^0.1.1",
25
29
  "@repeaterjs/repeater": "^3.0.6",
@@ -32,7 +36,7 @@
32
36
  },
33
37
  "peerDependencies": {
34
38
  "ffmpeg-static": "^5",
35
- "typescript": "^5"
39
+ "typescript": "^5 || ^6.0.0"
36
40
  },
37
41
  "peerDependenciesMeta": {
38
42
  "ffmpeg-static": {