@loopback/boot 5.0.1 → 5.0.2
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/README.md +1 -1
- package/dist/.sandbox/{94672VHZj5R → 39801fQeeDN}/application.js +0 -0
- package/dist/.sandbox/{94680Q9hcOU → 39801fQeeDN}/services/bindable-classes.service.js +0 -0
- package/dist/.sandbox/{94680Q9hcOU → 39801fQeeDN}/services/date.service.js +0 -0
- package/dist/.sandbox/{94680Q9hcOU → 39801fQeeDN}/services/geocoder.service.js +0 -0
- package/dist/.sandbox/{94680Q9hcOU → 39801fQeeDN}/services/greeting.service.js +0 -0
- package/dist/.sandbox/{94670OmxnbU → 398023UmT3B}/multiple.artifact.js +0 -0
- package/dist/.sandbox/{94669f2slbP → 398025h49fU}/service-provider.artifact.js +0 -0
- package/dist/.sandbox/{94669w9TEAs → 39803h2PLWE}/datasource.artifact.js +0 -0
- package/dist/.sandbox/{94671F39ajR → 39804L9IYoc}/multiple.artifact.js +0 -0
- package/dist/.sandbox/{94680ZGr7bW → 39805NdRrUo}/model-endpoints/product.rest-config.js +0 -0
- package/dist/.sandbox/{946772Te6iJ → 39805NdRrUo}/models/product.model.js +0 -0
- package/dist/.sandbox/{94674512amx → 39805bK4UKq}/application.js +0 -0
- package/dist/.sandbox/{94675YSvRLc → 39805bK4UKq}/repositories/multiple.repository.js +0 -0
- package/dist/.sandbox/{94675YSvRLc → 398070lFwFw}/application.js +0 -0
- package/dist/.sandbox/{94678A6chHI → 398070lFwFw}/observers/lifecycle-observer.observer.js +0 -0
- package/dist/.sandbox/{94673ylnsBz → 398085KsqNM}/dist/application.js +0 -0
- package/dist/.sandbox/{94673ylnsBz → 398085KsqNM}/package.json +0 -0
- package/dist/.sandbox/{94681rsDXu3 → 39809TKhjf9}/application.js +0 -0
- package/dist/.sandbox/{94674512amx → 39809TKhjf9}/controllers/multiple.controller.js +0 -0
- package/dist/.sandbox/{94674512amx → 39809TKhjf9}/package.json +0 -0
- package/dist/.sandbox/{946772Te6iJ → 39810PqNOjf}/application.js +0 -0
- package/dist/.sandbox/{94672VHZj5R → 39810PqNOjf}/datasources/db.datasource.js +0 -0
- package/dist/.sandbox/{94678A6chHI → 39811Q9XnT6}/application.js +0 -0
- package/dist/.sandbox/{94679Ud3H9L → 39811Q9XnT6}/controllers/multiple.controller.js +0 -0
- package/dist/.sandbox/{94681rsDXu3 → 39811Q9XnT6}/package.json +0 -0
- package/dist/.sandbox/{94675hLi3ve → 39812tPNX3x}/model-endpoints/no-entity.rest-config.js +0 -0
- package/dist/.sandbox/{94675hLi3ve → 39812tPNX3x}/models/no-entity.model.js +0 -0
- package/dist/.sandbox/{94679Ud3H9L → 39813KGZGDS}/application.js +0 -0
- package/dist/.sandbox/{94682y4dQiu → 39813KGZGDS}/interceptors/interceptor.interceptor.js +0 -0
- package/dist/.sandbox/{94682y4dQiu → 39813KGZGDS}/interceptors/non-global-interceptor.interceptor.js +0 -0
- package/dist/.sandbox/{94680Q9hcOU → 39814oaNaWh}/application.js +0 -0
- package/dist/.sandbox/{94681rsDXu3 → 39814oaNaWh}/controllers/multiple.controller.js +0 -0
- package/dist/.sandbox/{94682y4dQiu → 398150hEAE2}/application.js +0 -0
- package/dist/.sandbox/{946772Te6iJ → 398150hEAE2}/models/multiple-models.model.js +0 -0
- package/dist/.sandbox/{946772Te6iJ → 398150hEAE2}/models/no-entity.model.js +0 -0
- package/dist/.sandbox/{94680ZGr7bW → 398150hEAE2}/models/product.model.js +0 -0
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -66,7 +66,7 @@ future without warning**
|
|
|
66
66
|
|
|
67
67
|
To use `BootExecOptions` you must directly call `bootstrapper.boot()` and pass
|
|
68
68
|
in `BootExecOptions`. `app.boot()` provided by `BootMixin` does not take any
|
|
69
|
-
|
|
69
|
+
parameters.
|
|
70
70
|
|
|
71
71
|
```ts
|
|
72
72
|
const bootstrapper: Bootstrapper = await this.get(
|
|
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
|
package/dist/.sandbox/{94682y4dQiu → 39813KGZGDS}/interceptors/non-global-interceptor.interceptor.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
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": "5.0.
|
|
4
|
+
"version": "5.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"!*/__tests__"
|
|
36
36
|
],
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@loopback/core": "^4.0.
|
|
38
|
+
"@loopback/core": "^4.0.2"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@loopback/model-api-builder": "^4.0.
|
|
42
|
-
"@loopback/repository": "^5.0.
|
|
43
|
-
"@loopback/service-proxy": "^5.0.
|
|
41
|
+
"@loopback/model-api-builder": "^4.0.2",
|
|
42
|
+
"@loopback/repository": "^5.0.2",
|
|
43
|
+
"@loopback/service-proxy": "^5.0.2",
|
|
44
44
|
"@types/debug": "^4.1.7",
|
|
45
45
|
"@types/glob": "^7.2.0",
|
|
46
46
|
"debug": "^4.3.4",
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
"tslib": "^2.4.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@loopback/build": "^9.0.
|
|
52
|
-
"@loopback/core": "^4.0.
|
|
53
|
-
"@loopback/eslint-config": "^13.0.
|
|
54
|
-
"@loopback/rest": "^12.0.
|
|
55
|
-
"@loopback/rest-crud": "^0.15.
|
|
56
|
-
"@loopback/testlab": "^5.0.
|
|
51
|
+
"@loopback/build": "^9.0.2",
|
|
52
|
+
"@loopback/core": "^4.0.2",
|
|
53
|
+
"@loopback/eslint-config": "^13.0.2",
|
|
54
|
+
"@loopback/rest": "^12.0.2",
|
|
55
|
+
"@loopback/rest-crud": "^0.15.1",
|
|
56
|
+
"@loopback/testlab": "^5.0.2",
|
|
57
57
|
"@types/node": "^14.18.21"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "d2eddfc1319810f4c0126e613c24499b5685f7e4"
|
|
60
60
|
}
|