@loopback/boot 7.0.14 → 8.0.0
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 +6 -6
- package/dist/.sandbox/{99238RI7dAk → 20693Hf0MDr}/package.json +1 -1
- package/dist/.sandbox/{99240q4oaoU → 20694Vn1VcE}/package.json +1 -1
- package/dist/.sandbox/{99241nJskDi → 20698qNmSkP}/package.json +1 -1
- package/package.json +14 -14
- /package/dist/.sandbox/{99236XvPQya → 20692AaDuNC}/application.js +0 -0
- /package/dist/.sandbox/{99241XfZqah → 20692AaDuNC}/models/multiple-models.model.js +0 -0
- /package/dist/.sandbox/{99241XfZqah → 20692AaDuNC}/models/no-entity.model.js +0 -0
- /package/dist/.sandbox/{99241XfZqah → 20692AaDuNC}/models/product.model.js +0 -0
- /package/dist/.sandbox/{99241iUywqd → 20692QPbYW4}/model-endpoints/no-entity.rest-config.js +0 -0
- /package/dist/.sandbox/{99241iUywqd → 20692QPbYW4}/models/no-entity.model.js +0 -0
- /package/dist/.sandbox/{99236kWfZCv → 20692npZywt}/multiple.artifact.js +0 -0
- /package/dist/.sandbox/{992382jCcry → 206936RgPLs}/application.js +0 -0
- /package/dist/.sandbox/{99238rRbWbB → 206936RgPLs}/repositories/multiple.repository.js +0 -0
- /package/dist/.sandbox/{99238rRbWbB → 20693Dmp6RM}/application.js +0 -0
- /package/dist/.sandbox/{992382jCcry → 20693Dmp6RM}/services/bindable-classes.service.js +0 -0
- /package/dist/.sandbox/{992382jCcry → 20693Dmp6RM}/services/date.service.js +0 -0
- /package/dist/.sandbox/{992382jCcry → 20693Dmp6RM}/services/geocoder.service.js +0 -0
- /package/dist/.sandbox/{992382jCcry → 20693Dmp6RM}/services/greeting.service.js +0 -0
- /package/dist/.sandbox/{99238s1mYXv → 20693Hf0MDr}/application.js +0 -0
- /package/dist/.sandbox/{99238RI7dAk → 20693Hf0MDr}/controllers/multiple.controller.js +0 -0
- /package/dist/.sandbox/{99240vfD6BJ → 20693KUIC8S}/multiple.artifact.js +0 -0
- /package/dist/.sandbox/{99240kb0iEp → 20693VEAzf2}/application.js +0 -0
- /package/dist/.sandbox/{992446wbYum → 20693VEAzf2}/observers/lifecycle-observer.observer.js +0 -0
- /package/dist/.sandbox/{99240q4oaoU → 20693VibixN}/application.js +0 -0
- /package/dist/.sandbox/{99240kb0iEp → 20693VibixN}/controllers/multiple.controller.js +0 -0
- /package/dist/.sandbox/{99241XfZqah → 20694OOysON}/application.js +0 -0
- /package/dist/.sandbox/{99236XvPQya → 20694OOysON}/interceptors/interceptor.interceptor.js +0 -0
- /package/dist/.sandbox/{99236XvPQya → 20694OOysON}/interceptors/non-global-interceptor.interceptor.js +0 -0
- /package/dist/.sandbox/{99236F9RleT → 20694Utx7jj}/datasource.artifact.js +0 -0
- /package/dist/.sandbox/{99238RI7dAk → 20694Vn1VcE/dist}/application.js +0 -0
- /package/dist/.sandbox/{992446wbYum → 20694kJSgTp}/application.js +0 -0
- /package/dist/.sandbox/{99238s1mYXv → 20694kJSgTp}/datasources/db.datasource.js +0 -0
- /package/dist/.sandbox/{99241nJskDi/dist → 20698qNmSkP}/application.js +0 -0
- /package/dist/.sandbox/{99240q4oaoU → 20698qNmSkP}/controllers/multiple.controller.js +0 -0
- /package/dist/.sandbox/{99244x59QCJ → 2069917be1y}/model-endpoints/product.rest-config.js +0 -0
- /package/dist/.sandbox/{99244x59QCJ → 2069917be1y}/models/product.model.js +0 -0
- /package/dist/.sandbox/{99236Beipdg → 20699chHXOO}/service-provider.artifact.js +0 -0
package/README.md
CHANGED
|
@@ -107,12 +107,12 @@ The options for this are passed in a `controllers` object on `BootOptions`.
|
|
|
107
107
|
|
|
108
108
|
Available options on the `controllers` object on `BootOptions` are as follows:
|
|
109
109
|
|
|
110
|
-
| Options | Type | Default | Description
|
|
111
|
-
| ------------ | -------------------- | -------------------- |
|
|
112
|
-
| `dirs` | `string \| string[]` | `['controllers']` | Paths relative to projectRoot to look in for Controller artifacts
|
|
113
|
-
| `extensions` | `string \| string[]` | `['.controller.js']` | File extensions to match for Controller artifacts
|
|
114
|
-
| `nested` | `boolean` | `true` | Look in nested directories in `dirs` for Controller artifacts
|
|
115
|
-
| `glob` | `string` | | A `glob` pattern string. This takes
|
|
110
|
+
| Options | Type | Default | Description |
|
|
111
|
+
| ------------ | -------------------- | -------------------- | ------------------------------------------------------------------------------------------------------------ |
|
|
112
|
+
| `dirs` | `string \| string[]` | `['controllers']` | Paths relative to projectRoot to look in for Controller artifacts |
|
|
113
|
+
| `extensions` | `string \| string[]` | `['.controller.js']` | File extensions to match for Controller artifacts |
|
|
114
|
+
| `nested` | `boolean` | `true` | Look in nested directories in `dirs` for Controller artifacts |
|
|
115
|
+
| `glob` | `string` | | A `glob` pattern string. This takes precedence over above 3 options (which are used to make a glob pattern). |
|
|
116
116
|
|
|
117
117
|
### RepositoryBooter
|
|
118
118
|
|
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": "
|
|
4
|
+
"version": "8.0.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"directory": "packages/boot"
|
|
14
14
|
},
|
|
15
15
|
"engines": {
|
|
16
|
-
"node": "
|
|
16
|
+
"node": "20 || 22 || 24"
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|
|
19
19
|
"acceptance": "lb-mocha \"dist/__tests__/acceptance/**/*.js\"",
|
|
@@ -38,23 +38,23 @@
|
|
|
38
38
|
"@loopback/core": "^6.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@loopback/model-api-builder": "^
|
|
42
|
-
"@loopback/repository": "^
|
|
43
|
-
"@loopback/service-proxy": "^
|
|
41
|
+
"@loopback/model-api-builder": "^7.0.0",
|
|
42
|
+
"@loopback/repository": "^8.0.0",
|
|
43
|
+
"@loopback/service-proxy": "^8.0.0",
|
|
44
44
|
"@types/debug": "^4.1.12",
|
|
45
45
|
"@types/glob": "^8.1.0",
|
|
46
|
-
"debug": "^4.4.
|
|
47
|
-
"glob": "^11.0.
|
|
46
|
+
"debug": "^4.4.1",
|
|
47
|
+
"glob": "^11.0.2",
|
|
48
48
|
"tslib": "^2.8.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@loopback/build": "^
|
|
52
|
-
"@loopback/core": "^
|
|
53
|
-
"@loopback/eslint-config": "^
|
|
54
|
-
"@loopback/rest": "^
|
|
55
|
-
"@loopback/rest-crud": "^0.
|
|
56
|
-
"@loopback/testlab": "^
|
|
51
|
+
"@loopback/build": "^12.0.0",
|
|
52
|
+
"@loopback/core": "^7.0.0",
|
|
53
|
+
"@loopback/eslint-config": "^16.0.0",
|
|
54
|
+
"@loopback/rest": "^15.0.0",
|
|
55
|
+
"@loopback/rest-crud": "^0.19.0",
|
|
56
|
+
"@loopback/testlab": "^8.0.0",
|
|
57
57
|
"@types/node": "^16.18.126"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "be9e7324fca771c50502bdbd312821be8f94347e"
|
|
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
|