@xapp/stentor-handler-media 1.43.35 → 1.43.40

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.
@@ -14,4 +14,4 @@ export interface Contentable {
14
14
  */
15
15
  content: string;
16
16
  }
17
- export declare type Contented<T> = T & Contentable;
17
+ export type Contented<T> = T & Contentable;
package/lib/Types.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*! Copyright (c) 2021, XAPPmedia */
2
- export declare type MultimediaHandlerType = "MultimediaHandlerType";
3
- export declare type PlayLivestreamHandlerType = "PlayLiveStreamIntent";
4
- export declare type PlayMediaHandlerType = "PlayMediaIntent";
5
- export declare type PlayPodcastHandlerType = "PlayPodcastIntent";
6
- export declare type AudioHandlerType = MultimediaHandlerType | PlayLivestreamHandlerType | PlayMediaHandlerType | PlayPodcastHandlerType;
2
+ export type MultimediaHandlerType = "MultimediaHandlerType";
3
+ export type PlayLivestreamHandlerType = "PlayLiveStreamIntent";
4
+ export type PlayMediaHandlerType = "PlayMediaIntent";
5
+ export type PlayPodcastHandlerType = "PlayPodcastIntent";
6
+ export type AudioHandlerType = MultimediaHandlerType | PlayLivestreamHandlerType | PlayMediaHandlerType | PlayPodcastHandlerType;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.43.35",
7
+ "version": "1.43.40",
8
8
  "description": "A set of handlers for media playback",
9
9
  "types": "lib/index",
10
10
  "main": "lib/index",
@@ -23,24 +23,24 @@
23
23
  "mocha": "10.2.0",
24
24
  "sinon": "14.0.2",
25
25
  "sinon-chai": "3.7.0",
26
- "stentor-constants": "1.57.19",
27
- "stentor-context": "1.57.20",
28
- "stentor-guards": "1.57.19",
29
- "stentor-handler": "1.57.20",
30
- "stentor-history": "1.57.19",
31
- "stentor-interaction-model": "1.57.20",
32
- "stentor-media": "1.57.20",
33
- "stentor-models": "1.57.19",
34
- "stentor-request": "1.57.20",
35
- "stentor-response": "1.57.20",
36
- "stentor-time": "1.57.20",
37
- "stentor-utils": "1.57.20",
26
+ "stentor-constants": "1.57.39",
27
+ "stentor-context": "1.57.39",
28
+ "stentor-guards": "1.57.39",
29
+ "stentor-handler": "1.57.39",
30
+ "stentor-history": "1.57.39",
31
+ "stentor-interaction-model": "1.57.39",
32
+ "stentor-media": "1.57.39",
33
+ "stentor-models": "1.57.39",
34
+ "stentor-request": "1.57.39",
35
+ "stentor-response": "1.57.39",
36
+ "stentor-time": "1.57.39",
37
+ "stentor-utils": "1.57.39",
38
38
  "ts-node": "10.9.1",
39
- "typescript": "4.8.4"
39
+ "typescript": "4.9.4"
40
40
  },
41
41
  "dependencies": {
42
- "@xapp/stentor-media-manager": "1.43.35",
43
- "moment-timezone": "0.5.39"
42
+ "@xapp/stentor-media-manager": "1.43.40",
43
+ "moment-timezone": "0.5.40"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "stentor-context": "1.x",
@@ -60,5 +60,5 @@
60
60
  "clean": "rm -rf ./lib/*",
61
61
  "test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
62
62
  },
63
- "gitHead": "a0f0364b5790de99489e0d3b7d6521c1e2acf904"
63
+ "gitHead": "7765aaadd65e69203d9b8408dce2edcfdd214c97"
64
64
  }