@xapp/stentor-templates 1.43.33 → 1.43.39

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.
@@ -1,7 +1,7 @@
1
1
  /*! Copyright (c) 2019, XAPPmedia */
2
2
  import { Template } from "@xapp/ovai-lib";
3
3
  import { Response } from "stentor-models";
4
- export declare type OnDemandContentTypeStandAlone = "STAND_ALONE";
4
+ export type OnDemandContentTypeStandAlone = "STAND_ALONE";
5
5
  /**
6
6
  * Content where as soon as a new one is
7
7
  * available, the old one is no longer relevant.
@@ -10,8 +10,8 @@ export declare type OnDemandContentTypeStandAlone = "STAND_ALONE";
10
10
  * takes you to older episodes.
11
11
  *
12
12
  */
13
- export declare type OnDemandContentTypeReplaced = "REPLACED";
14
- export declare type OnDemandContentType = OnDemandContentTypeStandAlone | OnDemandContentTypeReplaced;
13
+ export type OnDemandContentTypeReplaced = "REPLACED";
14
+ export type OnDemandContentType = OnDemandContentTypeStandAlone | OnDemandContentTypeReplaced;
15
15
  export interface OnDemandTemplate extends Template {
16
16
  /**
17
17
  * Describes the type of content in the RSS feed.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.43.33",
7
+ "version": "1.43.39",
8
8
  "description": "Custom App templates for OVAI stentor",
9
9
  "types": "lib/index",
10
10
  "main": "lib/index",
@@ -19,21 +19,21 @@
19
19
  "@xapp/config": "0.2.3",
20
20
  "chai": "4.3.7",
21
21
  "mocha": "10.2.0",
22
- "stentor-constants": "1.57.19",
23
- "stentor-guards": "1.57.19",
24
- "stentor-interaction-model": "1.57.20",
25
- "stentor-models": "1.57.19",
26
- "stentor-request": "1.57.20",
22
+ "stentor-constants": "1.57.39",
23
+ "stentor-guards": "1.57.39",
24
+ "stentor-interaction-model": "1.57.39",
25
+ "stentor-models": "1.57.39",
26
+ "stentor-request": "1.57.39",
27
27
  "ts-node": "10.9.1",
28
- "typescript": "4.8.4"
28
+ "typescript": "4.9.4"
29
29
  },
30
30
  "dependencies": {
31
31
  "@xapp/oc-studio-starter-template": "1.2.5",
32
- "@xapp/ovai-lib": "1.43.33",
33
- "@xapp/stentor-alexa-lib": "1.43.27",
34
- "@xapp/stentor-app": "1.43.27",
35
- "@xapp/stentor-handler-media": "1.43.33",
36
- "@xapp/stentor-interaction-model-profiler": "1.43.27"
32
+ "@xapp/ovai-lib": "1.43.39",
33
+ "@xapp/stentor-alexa-lib": "1.43.38",
34
+ "@xapp/stentor-app": "1.43.38",
35
+ "@xapp/stentor-handler-media": "1.43.39",
36
+ "@xapp/stentor-interaction-model-profiler": "1.43.38"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "stentor-constants": "1.x",
@@ -47,5 +47,5 @@
47
47
  "clean": "rm -rf ./lib/*",
48
48
  "test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
49
49
  },
50
- "gitHead": "446fa98dce497eb95bd6fbc3877b0362df02a347"
50
+ "gitHead": "7e791bce278fa2e6260339e2392a8edb2efccbab"
51
51
  }