@xapp/stentor-interaction-model-profiler 1.43.19 → 1.43.41

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,5 +1,5 @@
1
1
  import { DateTime, DateTimeRange, RelativeDateTime, UtteranceTest } from "stentor-models";
2
- export declare type TestSlotValues = string | number | DateTime | DateTimeRange | (string)[] | RelativeDateTime;
2
+ export type TestSlotValues = string | number | DateTime | DateTimeRange | (string)[] | RelativeDateTime;
3
3
  /**
4
4
  * Takes a test string and converts it to an utterance test object.
5
5
  *
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.43.19",
7
+ "version": "1.43.41",
8
8
  "description": "Profile an interaction model for popular NLUs",
9
9
  "types": "lib/index",
10
10
  "main": "lib/index",
@@ -21,19 +21,19 @@
21
21
  "@types/sinon-chai": "3.2.9",
22
22
  "@xapp/config": "0.2.3",
23
23
  "chai": "4.3.7",
24
- "mocha": "10.1.0",
24
+ "mocha": "10.2.0",
25
25
  "sinon": "14.0.2",
26
26
  "sinon-chai": "3.7.0",
27
- "stentor-interaction-model": "1.57.16",
28
- "stentor-models": "1.57.16",
29
- "stentor-request": "1.57.16",
30
- "stentor-utils": "1.57.16",
27
+ "stentor-interaction-model": "1.57.39",
28
+ "stentor-models": "1.57.39",
29
+ "stentor-request": "1.57.39",
30
+ "stentor-utils": "1.57.39",
31
31
  "ts-node": "10.9.1",
32
- "typescript": "4.8.4"
32
+ "typescript": "4.9.4"
33
33
  },
34
34
  "dependencies": {
35
- "@xapp/stentor-service-dialogflow": "1.43.19",
36
- "@xapp/stentor-service-smapi": "1.43.19",
35
+ "@xapp/stentor-service-dialogflow": "1.43.38",
36
+ "@xapp/stentor-service-smapi": "1.43.41",
37
37
  "lodash.isequal": "4.5.0"
38
38
  },
39
39
  "peerDependencies": {
@@ -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": "2662c48634a3a6f2f7f288135d1922f36d6db40b"
50
+ "gitHead": "194b1cf1749ffd2f863ff3c54f845b3b4e5037fa"
51
51
  }