@loopback/boot 3.3.1 → 3.4.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/CHANGELOG.md +11 -0
- package/README.md +6 -6
- package/dist/.sandbox/{48147ulXswe → 96368z1FZVx}/application.js +0 -0
- package/dist/.sandbox/{48147ulXswe → 96368z1FZVx}/repositories/multiple.repository.js +0 -0
- package/dist/.sandbox/{48149Y5gsZT → 96369FW3U3o}/application.js +0 -0
- package/dist/.sandbox/{4815527Oi4L → 96369FW3U3o}/services/bindable-classes.service.js +0 -0
- package/dist/.sandbox/{4815527Oi4L → 96369FW3U3o}/services/date.service.js +0 -0
- package/dist/.sandbox/{4815527Oi4L → 96369FW3U3o}/services/geocoder.service.js +0 -0
- package/dist/.sandbox/{4815527Oi4L → 96369FW3U3o}/services/greeting.service.js +0 -0
- package/dist/.sandbox/{48143huyb5U → 96370UOeaFy}/multiple.artifact.js +0 -0
- package/dist/.sandbox/{48146SCV8sM → 96371WQjPTj}/multiple.artifact.js +0 -0
- package/dist/.sandbox/{48151t4DACQ → 96372YVWkVg}/application.js +0 -0
- package/dist/.sandbox/{48149Y5gsZT → 96372YVWkVg}/controllers/multiple.controller.js +0 -0
- package/dist/.sandbox/{48148BqX8Ft → 96372YVWkVg}/package.json +0 -0
- package/dist/.sandbox/{48152H9GVLh → 96373okqtZk}/application.js +0 -0
- package/dist/.sandbox/{48154i1w9Q8 → 96373okqtZk}/interceptors/interceptor.interceptor.js +0 -0
- package/dist/.sandbox/{48154i1w9Q8 → 96373okqtZk}/interceptors/non-global-interceptor.interceptor.js +0 -0
- package/dist/.sandbox/{48148BqX8Ft → 96374rNW1ba}/dist/application.js +0 -0
- package/dist/.sandbox/{48149Y5gsZT → 96374rNW1ba}/package.json +0 -0
- package/dist/.sandbox/{481539qWvlf → 96375lMocDM}/application.js +0 -0
- package/dist/.sandbox/{48151t4DACQ → 96375lMocDM}/datasources/db.datasource.js +0 -0
- package/dist/.sandbox/{48156kDwsYw → 96376waH9AV}/application.js +0 -0
- package/dist/.sandbox/{48156kDwsYw → 96376waH9AV}/controllers/multiple.controller.js +0 -0
- package/dist/.sandbox/{48156kDwsYw → 96376waH9AV}/package.json +0 -0
- package/dist/.sandbox/{48154i1w9Q8 → 96377UBRAx4}/application.js +0 -0
- package/dist/.sandbox/{48157OPDRuI → 96377UBRAx4}/controllers/multiple.controller.js +0 -0
- package/dist/.sandbox/{48145rl2ZwQ → 963785h2fNL}/datasource.artifact.js +0 -0
- package/dist/.sandbox/{481433BYLL7 → 96378LD2eap}/service-provider.artifact.js +0 -0
- package/dist/.sandbox/{48155z6X5vo → 96378pTMyI2}/model-endpoints/no-entity.rest-config.js +0 -0
- package/dist/.sandbox/{481539qWvlf → 96378pTMyI2}/models/no-entity.model.js +0 -0
- package/dist/.sandbox/{4814719POcs → 963796Nb5sw}/model-endpoints/product.rest-config.js +0 -0
- package/dist/.sandbox/{4814719POcs → 963796Nb5sw}/models/product.model.js +0 -0
- package/dist/.sandbox/{4815527Oi4L → 96381mgdv2p}/application.js +0 -0
- package/dist/.sandbox/{48152H9GVLh → 96381mgdv2p}/observers/lifecycle-observer.observer.js +0 -0
- package/dist/.sandbox/{48157OPDRuI → 96382coYt5Y}/application.js +0 -0
- package/dist/.sandbox/{481539qWvlf → 96382coYt5Y}/models/multiple-models.model.js +0 -0
- package/dist/.sandbox/{48155z6X5vo → 96382coYt5Y}/models/no-entity.model.js +0 -0
- package/dist/.sandbox/{481539qWvlf → 96382coYt5Y}/models/product.model.js +0 -0
- package/package.json +29 -29
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.4.0](https://github.com/strongloop/loopback-next/compare/@loopback/boot@3.3.1...@loopback/boot@3.4.0) (2021-05-03)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* support node v16 ([ac99415](https://github.com/strongloop/loopback-next/commit/ac994154543bde22b4482ba98813351656db1b55))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [3.3.1](https://github.com/strongloop/loopback-next/compare/@loopback/boot@3.3.0...@loopback/boot@3.3.1) (2021-04-06)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @loopback/boot
|
package/README.md
CHANGED
|
@@ -180,12 +180,12 @@ The options for this are passed in a `services` object on `BootOptions`.
|
|
|
180
180
|
|
|
181
181
|
Available options on the `services` object on `BootOptions` are as follows:
|
|
182
182
|
|
|
183
|
-
| Options | Type | Default
|
|
184
|
-
| ------------ | -------------------- |
|
|
185
|
-
| `dirs` | `string \| string[]` | `['
|
|
186
|
-
| `extensions` | `string \| string[]` | `['.
|
|
187
|
-
| `nested` | `boolean` | `true`
|
|
188
|
-
| `glob` | `string` |
|
|
183
|
+
| Options | Type | Default | Description |
|
|
184
|
+
| ------------ | -------------------- | ----------------- | ------------------------------------------------------------------------------------------------------------ |
|
|
185
|
+
| `dirs` | `string \| string[]` | `['services']` | Paths relative to projectRoot to look in for Service artifacts |
|
|
186
|
+
| `extensions` | `string \| string[]` | `['.service.js']` | File extensions to match for Service artifacts |
|
|
187
|
+
| `nested` | `boolean` | `true` | Look in nested directories in `dirs` for Service artifacts |
|
|
188
|
+
| `glob` | `string` | | A `glob` pattern string. This takes precedence over above 3 options (which are used to make a glob pattern). |
|
|
189
189
|
|
|
190
190
|
## Contributions
|
|
191
191
|
|
|
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/{48154i1w9Q8 → 96373okqtZk}/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
|
|
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/package.json
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loopback/boot",
|
|
3
|
-
"version": "3.3.1",
|
|
4
3
|
"description": "A collection of Booters for LoopBack 4 Applications",
|
|
4
|
+
"version": "3.4.0",
|
|
5
|
+
"license": "MIT",
|
|
5
6
|
"main": "dist/index.js",
|
|
6
7
|
"types": "dist/index.d.ts",
|
|
8
|
+
"author": "IBM Corp.",
|
|
9
|
+
"copyright.owner": "IBM Corp.",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/strongloop/loopback-next.git",
|
|
13
|
+
"directory": "packages/boot"
|
|
14
|
+
},
|
|
7
15
|
"engines": {
|
|
8
|
-
"node": "^10.16 || 12 || 14 ||
|
|
16
|
+
"node": "^10.16 || 12 || 14 || 16"
|
|
9
17
|
},
|
|
10
18
|
"scripts": {
|
|
11
19
|
"acceptance": "lb-mocha \"dist/__tests__/acceptance/**/*.js\"",
|
|
@@ -17,44 +25,36 @@
|
|
|
17
25
|
"unit": "lb-mocha \"dist/__tests__/unit/**/*.js\"",
|
|
18
26
|
"verify": "npm pack && tar xf loopback-boot*.tgz && tree package && npm run clean"
|
|
19
27
|
},
|
|
20
|
-
"author": "IBM Corp.",
|
|
21
|
-
"copyright.owner": "IBM Corp.",
|
|
22
|
-
"license": "MIT",
|
|
23
28
|
"publishConfig": {
|
|
24
29
|
"access": "public"
|
|
25
30
|
},
|
|
31
|
+
"files": [
|
|
32
|
+
"README.md",
|
|
33
|
+
"dist",
|
|
34
|
+
"src",
|
|
35
|
+
"!*/__tests__"
|
|
36
|
+
],
|
|
26
37
|
"peerDependencies": {
|
|
27
|
-
"@loopback/core": "^2.
|
|
38
|
+
"@loopback/core": "^2.16.0"
|
|
28
39
|
},
|
|
29
40
|
"dependencies": {
|
|
30
|
-
"@loopback/model-api-builder": "^2.
|
|
31
|
-
"@loopback/repository": "^3.
|
|
32
|
-
"@loopback/service-proxy": "^3.
|
|
41
|
+
"@loopback/model-api-builder": "^2.3.0",
|
|
42
|
+
"@loopback/repository": "^3.6.0",
|
|
43
|
+
"@loopback/service-proxy": "^3.2.0",
|
|
33
44
|
"@types/debug": "^4.1.5",
|
|
34
45
|
"@types/glob": "^7.1.3",
|
|
35
46
|
"debug": "^4.3.1",
|
|
36
47
|
"glob": "^7.1.6",
|
|
37
|
-
"tslib": "^2.
|
|
48
|
+
"tslib": "^2.2.0"
|
|
38
49
|
},
|
|
39
50
|
"devDependencies": {
|
|
40
|
-
"@loopback/build": "^6.
|
|
41
|
-
"@loopback/core": "^2.
|
|
42
|
-
"@loopback/eslint-config": "^10.
|
|
43
|
-
"@loopback/rest": "^9.
|
|
44
|
-
"@loopback/rest-crud": "^0.
|
|
45
|
-
"@loopback/testlab": "^3.
|
|
46
|
-
"@types/node": "^10.17.
|
|
47
|
-
},
|
|
48
|
-
"files": [
|
|
49
|
-
"README.md",
|
|
50
|
-
"dist",
|
|
51
|
-
"src",
|
|
52
|
-
"!*/__tests__"
|
|
53
|
-
],
|
|
54
|
-
"repository": {
|
|
55
|
-
"type": "git",
|
|
56
|
-
"url": "https://github.com/strongloop/loopback-next.git",
|
|
57
|
-
"directory": "packages/boot"
|
|
51
|
+
"@loopback/build": "^6.4.0",
|
|
52
|
+
"@loopback/core": "^2.16.0",
|
|
53
|
+
"@loopback/eslint-config": "^10.2.0",
|
|
54
|
+
"@loopback/rest": "^9.3.0",
|
|
55
|
+
"@loopback/rest-crud": "^0.10.0",
|
|
56
|
+
"@loopback/testlab": "^3.4.0",
|
|
57
|
+
"@types/node": "^10.17.59"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "2ca802912d8c7750d0256f3c3d493c4525415201"
|
|
60
60
|
}
|