@xapp/stentor-twilio-sms 1.53.37 → 1.53.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.
- package/lib/ChatDataStore.js +1 -1
- package/lib/ChatDataStore.js.map +1 -1
- package/package.json +15 -15
package/lib/ChatDataStore.js
CHANGED
|
@@ -17,8 +17,8 @@ class ChatDataStore {
|
|
|
17
17
|
this.chatDataCache = {};
|
|
18
18
|
}
|
|
19
19
|
get(id) {
|
|
20
|
-
var _a, _b;
|
|
21
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
+
var _a, _b;
|
|
22
22
|
let chatData = this.chatDataCache[id];
|
|
23
23
|
if (!chatData) {
|
|
24
24
|
const storage = yield this.userStorageService.get(id);
|
package/lib/ChatDataStore.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatDataStore.js","sourceRoot":"","sources":["../src/ChatDataStore.ts"],"names":[],"mappings":";AAAA,oCAAoC;;;;;;;;;;;;AAwBpC,MAAa,aAAa;IAItB,YAAY,kBAAsC;QAC9C,IAAI,CAAC,kBAAkB,GAAG,kBAAkB,CAAC;QAC7C,IAAI,CAAC,aAAa,GAAG,EAAE,CAAC;IAC5B,CAAC;IAEY,GAAG,CAAC,EAAU;;;YACvB,IAAI,QAAQ,GAAG,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC;YACtC,IAAI,CAAC,QAAQ,EAAE,CAAC;gBACZ,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;gBACtD,QAAQ,GAAG,MAAA,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,YAAY,0CAAE,IAAI,0CAAE,QAAQ,CAAC;gBACjD,IAAI,QAAQ,EAAE,CAAC;oBACX,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC,GAAG,QAAQ,CAAC;gBACtC,CAAC;YACL,CAAC;YACD,OAAO,QAAQ,CAAC
|
|
1
|
+
{"version":3,"file":"ChatDataStore.js","sourceRoot":"","sources":["../src/ChatDataStore.ts"],"names":[],"mappings":";AAAA,oCAAoC;;;;;;;;;;;;AAwBpC,MAAa,aAAa;IAItB,YAAY,kBAAsC;QAC9C,IAAI,CAAC,kBAAkB,GAAG,kBAAkB,CAAC;QAC7C,IAAI,CAAC,aAAa,GAAG,EAAE,CAAC;IAC5B,CAAC;IAEY,GAAG,CAAC,EAAU;;;YACvB,IAAI,QAAQ,GAAG,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC;YACtC,IAAI,CAAC,QAAQ,EAAE,CAAC;gBACZ,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;gBACtD,QAAQ,GAAG,MAAA,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,YAAY,0CAAE,IAAI,0CAAE,QAAQ,CAAC;gBACjD,IAAI,QAAQ,EAAE,CAAC;oBACX,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC,GAAG,QAAQ,CAAC;gBACtC,CAAC;YACL,CAAC;YACD,OAAO,QAAQ,CAAC;QACpB,CAAC;KAAA;IAEY,GAAG,CAAC,EAAU,EAAE,QAAkB;;YAC3C,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC,GAAG,QAAQ,CAAC;QACtC,CAAC;KAAA;IAEY,KAAK;;YACd,KAAK,MAAM,EAAE,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;gBAC/C,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;gBACtD,IAAI,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,YAAY,EAAE,CAAC;oBACxB,OAAO,CAAC,YAAY,CAAC,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC;gBAChE,CAAC;gBACD,MAAM,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,EAAE,EAAE,OAAO,CAAC,CAAC;YACtD,CAAC;QACL,CAAC;KAAA;IAEY,MAAM,CAAC,EAAU;;YAC1B,OAAO,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC;QAClC,CAAC;KAAA;CACJ;AAtCD,sCAsCC"}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.53.
|
|
7
|
+
"version": "1.53.41",
|
|
8
8
|
"description": "Twilio SMS channel for stentor",
|
|
9
9
|
"types": "lib/index",
|
|
10
10
|
"main": "lib/index",
|
|
@@ -25,25 +25,25 @@
|
|
|
25
25
|
"mocha": "10.3.0",
|
|
26
26
|
"sinon": "16.1.3",
|
|
27
27
|
"sinon-chai": "3.7.0",
|
|
28
|
-
"stentor-constants": "1.59.
|
|
29
|
-
"stentor-guards": "1.59.
|
|
30
|
-
"stentor-interaction-model": "1.59.
|
|
31
|
-
"stentor-locales": "1.59.
|
|
32
|
-
"stentor-logger": "1.59.
|
|
33
|
-
"stentor-media": "1.59.
|
|
34
|
-
"stentor-models": "1.59.
|
|
35
|
-
"stentor-request": "1.59.
|
|
36
|
-
"stentor-response": "1.59.
|
|
37
|
-
"stentor-utils": "1.59.
|
|
28
|
+
"stentor-constants": "1.59.18",
|
|
29
|
+
"stentor-guards": "1.59.18",
|
|
30
|
+
"stentor-interaction-model": "1.59.18",
|
|
31
|
+
"stentor-locales": "1.59.18",
|
|
32
|
+
"stentor-logger": "1.59.18",
|
|
33
|
+
"stentor-media": "1.59.18",
|
|
34
|
+
"stentor-models": "1.59.18",
|
|
35
|
+
"stentor-request": "1.59.18",
|
|
36
|
+
"stentor-response": "1.59.18",
|
|
37
|
+
"stentor-utils": "1.59.18",
|
|
38
38
|
"ts-node": "10.9.2",
|
|
39
39
|
"twilio": "3.84.1",
|
|
40
|
-
"typescript": "5.
|
|
40
|
+
"typescript": "5.4.2",
|
|
41
41
|
"uuid": "9.0.1"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@xapp/patterns": "2.0.2",
|
|
45
|
-
"@xapp/stentor-actions-on-google": "1.53.
|
|
46
|
-
"@xapp/stentor-app": "1.53.
|
|
45
|
+
"@xapp/stentor-actions-on-google": "1.53.41",
|
|
46
|
+
"@xapp/stentor-app": "1.53.41",
|
|
47
47
|
"actions-on-google": "2.14.0",
|
|
48
48
|
"node-fetch": "2.7.0"
|
|
49
49
|
},
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"clean": "rm -rf ./lib/*",
|
|
65
65
|
"test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "5db2c67670969de075ece78832f662f52c50fcfb"
|
|
68
68
|
}
|