@credo-ts/question-answer 0.5.0-alpha.113 → 0.5.0-alpha.115
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,8 +14,6 @@ class QuestionAnswerModule {
|
|
|
14
14
|
* Registers the dependencies of the question answer module on the dependency manager.
|
|
15
15
|
*/
|
|
16
16
|
register(dependencyManager, featureRegistry) {
|
|
17
|
-
// Api
|
|
18
|
-
dependencyManager.registerContextScoped(QuestionAnswerApi_1.QuestionAnswerApi);
|
|
19
17
|
// Services
|
|
20
18
|
dependencyManager.registerSingleton(services_1.QuestionAnswerService);
|
|
21
19
|
// Repositories
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuestionAnswerModule.js","sourceRoot":"","sources":["../src/QuestionAnswerModule.ts"],"names":[],"mappings":";;;AAEA,yCAAyC;AAEzC,2DAAuD;AACvD,6DAAyD;AACzD,6CAAuD;AACvD,yCAAkD;AAElD,MAAa,oBAAoB;IAAjC;QACkB,QAAG,GAAG,qCAAiB,CAAA;
|
|
1
|
+
{"version":3,"file":"QuestionAnswerModule.js","sourceRoot":"","sources":["../src/QuestionAnswerModule.ts"],"names":[],"mappings":";;;AAEA,yCAAyC;AAEzC,2DAAuD;AACvD,6DAAyD;AACzD,6CAAuD;AACvD,yCAAkD;AAElD,MAAa,oBAAoB;IAAjC;QACkB,QAAG,GAAG,qCAAiB,CAAA;IAoBzC,CAAC;IAlBC;;OAEG;IACI,QAAQ,CAAC,iBAAoC,EAAE,eAAgC;QACpF,WAAW;QACX,iBAAiB,CAAC,iBAAiB,CAAC,gCAAqB,CAAC,CAAA;QAE1D,eAAe;QACf,iBAAiB,CAAC,iBAAiB,CAAC,qCAAwB,CAAC,CAAA;QAE7D,mBAAmB;QACnB,eAAe,CAAC,QAAQ,CACtB,IAAI,eAAQ,CAAC;YACX,EAAE,EAAE,wCAAwC;YAC5C,KAAK,EAAE,CAAC,uCAAkB,CAAC,UAAU,EAAE,uCAAkB,CAAC,SAAS,CAAC;SACrE,CAAC,CACH,CAAA;IACH,CAAC;CACF;AArBD,oDAqBC"}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@credo-ts/question-answer",
|
|
3
3
|
"main": "build/index",
|
|
4
4
|
"types": "build/index",
|
|
5
|
-
"version": "0.5.0-alpha.
|
|
5
|
+
"version": "0.5.0-alpha.115+8cc499d1",
|
|
6
6
|
"files": [
|
|
7
7
|
"build"
|
|
8
8
|
],
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"test": "jest"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@credo-ts/core": "0.5.0-alpha.
|
|
27
|
+
"@credo-ts/core": "0.5.0-alpha.115+8cc499d1",
|
|
28
28
|
"class-transformer": "0.5.1",
|
|
29
|
-
"class-validator": "0.14.
|
|
29
|
+
"class-validator": "0.14.1",
|
|
30
30
|
"rxjs": "^7.2.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@credo-ts/node": "0.5.0-alpha.
|
|
33
|
+
"@credo-ts/node": "0.5.0-alpha.115+8cc499d1",
|
|
34
34
|
"reflect-metadata": "^0.1.13",
|
|
35
35
|
"rimraf": "^4.4.0",
|
|
36
36
|
"typescript": "~4.9.5"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "8cc499d133f67be391a7956ac51f6078af78f69d"
|
|
39
39
|
}
|