@loopback/boot 6.1.3 → 6.1.5
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/dist/mixins/boot.mixin.d.ts +2 -0
- package/package.json +14 -14
- /package/dist/.sandbox/{233173NwuLh/dist → 21133OFl2pB}/application.js +0 -0
- /package/dist/.sandbox/{23318OQNVAE → 21133OFl2pB}/controllers/multiple.controller.js +0 -0
- /package/dist/.sandbox/{233173NwuLh → 21133OFl2pB}/package.json +0 -0
- /package/dist/.sandbox/{23318C4aslF → 21133VO5bEz}/multiple.artifact.js +0 -0
- /package/dist/.sandbox/{23318zJrqZI → 21136OmUvo0}/multiple.artifact.js +0 -0
- /package/dist/.sandbox/{23317Ic3BhQ → 21136imSLMN}/application.js +0 -0
- /package/dist/.sandbox/{233205z5lq3 → 21136imSLMN}/interceptors/interceptor.interceptor.js +0 -0
- /package/dist/.sandbox/{233205z5lq3 → 21136imSLMN}/interceptors/non-global-interceptor.interceptor.js +0 -0
- /package/dist/.sandbox/{23320ZPLyWC → 21137NVZCoA}/model-endpoints/no-entity.rest-config.js +0 -0
- /package/dist/.sandbox/{23317y34ejN → 21137NVZCoA}/models/no-entity.model.js +0 -0
- /package/dist/.sandbox/{23317bFhsMP → 21137Qop7RF}/service-provider.artifact.js +0 -0
- /package/dist/.sandbox/{23318OQNVAE → 21137vwU137/dist}/application.js +0 -0
- /package/dist/.sandbox/{23318OQNVAE → 21137vwU137}/package.json +0 -0
- /package/dist/.sandbox/{23317oBnQm4 → 21138DeIbUE}/application.js +0 -0
- /package/dist/.sandbox/{23317Ic3BhQ → 21138DeIbUE}/services/bindable-classes.service.js +0 -0
- /package/dist/.sandbox/{23317Ic3BhQ → 21138DeIbUE}/services/date.service.js +0 -0
- /package/dist/.sandbox/{23317Ic3BhQ → 21138DeIbUE}/services/geocoder.service.js +0 -0
- /package/dist/.sandbox/{23317Ic3BhQ → 21138DeIbUE}/services/greeting.service.js +0 -0
- /package/dist/.sandbox/{23317y34ejN → 21138SyE04z}/application.js +0 -0
- /package/dist/.sandbox/{23320lwX6hA → 21138SyE04z}/datasources/db.datasource.js +0 -0
- /package/dist/.sandbox/{233205z5lq3 → 21138rx42e1}/application.js +0 -0
- /package/dist/.sandbox/{23325PUOQBb → 21138rx42e1}/controllers/multiple.controller.js +0 -0
- /package/dist/.sandbox/{23325PUOQBb → 21138rx42e1}/package.json +0 -0
- /package/dist/.sandbox/{23320lwX6hA → 21138tgLLTJ}/application.js +0 -0
- /package/dist/.sandbox/{23317y34ejN → 21138tgLLTJ}/models/multiple-models.model.js +0 -0
- /package/dist/.sandbox/{23320ZPLyWC → 21138tgLLTJ}/models/no-entity.model.js +0 -0
- /package/dist/.sandbox/{23317qc5mYA → 21138tgLLTJ}/models/product.model.js +0 -0
- /package/dist/.sandbox/{23317qc5mYA → 21139VfCVE5}/model-endpoints/product.rest-config.js +0 -0
- /package/dist/.sandbox/{23317y34ejN → 21139VfCVE5}/models/product.model.js +0 -0
- /package/dist/.sandbox/{23325PUOQBb → 211417FRWBL}/application.js +0 -0
- /package/dist/.sandbox/{23325qNlEhg → 211417FRWBL}/controllers/multiple.controller.js +0 -0
- /package/dist/.sandbox/{23325qNlEhg → 21141CpP1WA}/application.js +0 -0
- /package/dist/.sandbox/{23325ylMJGM → 21141CpP1WA}/repositories/multiple.repository.js +0 -0
- /package/dist/.sandbox/{23325ylMJGM → 21141HGbAlr}/application.js +0 -0
- /package/dist/.sandbox/{23317oBnQm4 → 21141HGbAlr}/observers/lifecycle-observer.observer.js +0 -0
- /package/dist/.sandbox/{23320xI7KQI → 21141eH3rrH}/datasource.artifact.js +0 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
1
2
|
import { Application, Binding, BindingFilter, BindingFromClassOptions, BindingScope, Component, Constructor, Context, MixinTarget } from '@loopback/core';
|
|
2
3
|
import { Bootable, Booter, BootOptions, InstanceWithBooters } from '../types';
|
|
3
4
|
export { Binding };
|
|
@@ -147,6 +148,7 @@ export declare function BootMixin<T extends MixinTarget<Application>>(superClass
|
|
|
147
148
|
(eventName: "bind" | "unbind", listener: import("@loopback/core").ContextEventListener): Application;
|
|
148
149
|
(event: string | symbol, listener: (...args: any[]) => void): Application;
|
|
149
150
|
};
|
|
151
|
+
[EventEmitter.captureRejectionSymbol]?: ((error: Error, event: string, ...args: any[]) => void) | undefined;
|
|
150
152
|
addListener: (eventName: string | symbol, listener: (...args: any[]) => void) => Application;
|
|
151
153
|
removeListener: (eventName: string | symbol, listener: (...args: any[]) => void) => Application;
|
|
152
154
|
off: (eventName: string | symbol, listener: (...args: any[]) => void) => Application;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loopback/boot",
|
|
3
3
|
"description": "A collection of Booters for LoopBack 4 Applications",
|
|
4
|
-
"version": "6.1.
|
|
4
|
+
"version": "6.1.5",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -38,23 +38,23 @@
|
|
|
38
38
|
"@loopback/core": "^5.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@loopback/model-api-builder": "^5.1.
|
|
42
|
-
"@loopback/repository": "^6.1.
|
|
43
|
-
"@loopback/service-proxy": "^6.1.
|
|
44
|
-
"@types/debug": "^4.1.
|
|
41
|
+
"@loopback/model-api-builder": "^5.1.5",
|
|
42
|
+
"@loopback/repository": "^6.1.5",
|
|
43
|
+
"@loopback/service-proxy": "^6.1.5",
|
|
44
|
+
"@types/debug": "^4.1.12",
|
|
45
45
|
"@types/glob": "^8.1.0",
|
|
46
46
|
"debug": "^4.3.4",
|
|
47
|
-
"glob": "^10.3.
|
|
47
|
+
"glob": "^10.3.10",
|
|
48
48
|
"tslib": "^2.6.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@loopback/build": "^10.1.
|
|
52
|
-
"@loopback/core": "^5.1.
|
|
53
|
-
"@loopback/eslint-config": "^14.0.
|
|
54
|
-
"@loopback/rest": "^13.1.
|
|
55
|
-
"@loopback/rest-crud": "^0.17.
|
|
56
|
-
"@loopback/testlab": "^6.1.
|
|
57
|
-
"@types/node": "^16.18.
|
|
51
|
+
"@loopback/build": "^10.1.5",
|
|
52
|
+
"@loopback/core": "^5.1.5",
|
|
53
|
+
"@loopback/eslint-config": "^14.0.5",
|
|
54
|
+
"@loopback/rest": "^13.1.5",
|
|
55
|
+
"@loopback/rest-crud": "^0.17.5",
|
|
56
|
+
"@loopback/testlab": "^6.1.5",
|
|
57
|
+
"@types/node": "^16.18.70"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "3f73360ac38e1615317cae977ac20c2e124e3518"
|
|
60
60
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|