stentor-response 1.57.210 → 1.57.212
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TemplatedResponseOutput.js","sourceRoot":"","sources":["../src/TemplatedResponseOutput.ts"],"names":[],"mappings":";;;AAEA,
|
|
1
|
+
{"version":3,"file":"TemplatedResponseOutput.js","sourceRoot":"","sources":["../src/TemplatedResponseOutput.ts"],"names":[],"mappings":";;;AAEA,MAAM,QAAQ,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;AAM5C;;;;;;;;;;GAUG;AACH,SAAgB,eAAe,CAC3B,iBAA6C;IAE7C,uDAAuD;IACvD,4DAA4D;IAC5D,gCAAgC;IAChC,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;QAC3B,MAAM,EAAE,IAAI,EAAE,GAAG,iBAAiB,CAAC;QAEnC,MAAM,WAAW,GAAG,QAAQ,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC;QACrD,MAAM,IAAI,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;QAE/B,MAAM,mBAAmB,GAAG,QAAQ,CAAC,iBAAiB,CAAC,YAAY,CAAC,CAAC;QACrE,MAAM,YAAY,GAAG,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAE/C,MAAM,kBAAkB,GAAG,QAAQ,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC;QACnE,MAAM,WAAW,GAAG,kBAAkB,CAAC,IAAI,CAAC,CAAC;QAE7C,OAAO,CAAC;YACJ,IAAI;YACJ,YAAY;YACZ,WAAW;SACd,CAAC,CAAC;IACP,CAAC,CAAC,CAAC;AACP,CAAC;AAxBD,0CAwBC;AAGD,SAAS,QAAQ,CAAC,CAAS,EAAE,IAAS;IAClC,IAAI,CAAC,CAAC,EAAE;QACJ,OAAO,CAAC,CAAC;KACZ;IAED,IAAI;QACA,MAAM,QAAQ,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC;QAC7B,MAAM,MAAM,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC;QAC9B,OAAO,MAAM,CAAC;KACjB;IAAC,OAAO,KAAK,EAAE;QACZ,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;KACxB;IAED,uCAAuC;IACvC,OAAO,CAAC,CAAC;AACb,CAAC;AAED;;;;;;;;;GASG;AACH,SAAgB,mBAAmB,CAC/B,QAAiC,EACjC,OAAgB,EAChB,OAAgB;IAEhB,IAAI,CAAC,QAAQ,EAAE;QACX,OAAO,QAAQ,CAAC;KACnB;IAED,MAAM,IAAI,GAAG;QACT,CAAC,EAAE;YACC,OAAO,EAAE,OAAO,CAAC,OAAO;YACxB,GAAG,EAAE,OAAO,CAAC,GAAG;YAChB,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,QAAQ,EAAE;YACnC,OAAO;SACV;KACJ,CAAC;IAEF,IAAI,QAAQ,KAAK,OAAO,QAAQ,EAAE;QAC9B,OAAO,QAAQ,CAAC,QAAkB,EAAE,IAAI,CAAC,CAAC;KAC7C;SAAM;QACH,MAAM,MAAM,GAAmB;YAC3B,IAAI,EAAE,QAAQ,CAAC,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC;YACnC,WAAW,EAAE,QAAQ,CAAC,QAAQ,CAAC,WAAW,EAAE,IAAI,CAAC;YACjD,YAAY,EAAE,QAAQ,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,CAAC;SACtD,CAAC;QAEF,OAAO,MAAM,CAAC;KACjB;AACL,CAAC;AA7BD,kDA6BC"}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.57.
|
|
7
|
+
"version": "1.57.212",
|
|
8
8
|
"description": "Response for stentor",
|
|
9
9
|
"types": "lib/index",
|
|
10
10
|
"main": "lib/index",
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/chai": "4.3.5",
|
|
19
|
-
"@types/lodash.template": "4.5.1",
|
|
20
19
|
"@types/sinon": "10.0.16",
|
|
21
20
|
"@types/sinon-chai": "3.2.9",
|
|
22
21
|
"@xapp/config": "0.2.3",
|
|
@@ -24,17 +23,17 @@
|
|
|
24
23
|
"mocha": "9.2.2",
|
|
25
24
|
"sinon": "15.2.0",
|
|
26
25
|
"sinon-chai": "3.7.0",
|
|
27
|
-
"stentor-models": "1.57.
|
|
26
|
+
"stentor-models": "1.57.212",
|
|
28
27
|
"ts-node": "10.9.1",
|
|
29
|
-
"typescript": "5.
|
|
28
|
+
"typescript": "5.2.2"
|
|
30
29
|
},
|
|
31
30
|
"dependencies": {
|
|
32
31
|
"@xapp/patterns": "2.0.1",
|
|
33
32
|
"lodash.template": "4.5.0",
|
|
34
|
-
"stentor-determiner": "1.57.
|
|
35
|
-
"stentor-locales": "1.57.
|
|
36
|
-
"stentor-media": "1.57.
|
|
37
|
-
"stentor-utils": "1.57.
|
|
33
|
+
"stentor-determiner": "1.57.212",
|
|
34
|
+
"stentor-locales": "1.57.212",
|
|
35
|
+
"stentor-media": "1.57.212",
|
|
36
|
+
"stentor-utils": "1.57.212"
|
|
38
37
|
},
|
|
39
38
|
"peerDependencies": {
|
|
40
39
|
"stentor-models": "1.x"
|
|
@@ -44,5 +43,5 @@
|
|
|
44
43
|
"clean": "rm -rf ./lib/* ",
|
|
45
44
|
"test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
|
|
46
45
|
},
|
|
47
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "d3e3bf92e2a4f8f0045601ed92a12740448121f4"
|
|
48
47
|
}
|