@loopback/model-api-builder 4.0.4 → 4.0.6

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.
@@ -3,7 +3,7 @@ import { Model } from '@loopback/repository';
3
3
  * Configuration settings for individual model files. This type describes
4
4
  * content of `public-models/{model-name}.config.json` files.
5
5
  */
6
- export declare type ModelApiConfig = {
6
+ export type ModelApiConfig = {
7
7
  /**
8
8
  * The model class that the repository and controller are to be built from.
9
9
  * e.g. Product (a Model class)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/model-api-builder",
3
3
  "description": "Types and helpers for packages contributing Model API builders.",
4
- "version": "4.0.4",
4
+ "version": "4.0.6",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -32,17 +32,17 @@
32
32
  "!*/__tests__"
33
33
  ],
34
34
  "peerDependencies": {
35
- "@loopback/core": "^4.0.4",
36
- "@loopback/repository": "^5.0.4"
35
+ "@loopback/core": "^4.0.6",
36
+ "@loopback/repository": "^5.1.1"
37
37
  },
38
38
  "dependencies": {
39
- "tslib": "^2.4.0"
39
+ "tslib": "^2.4.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@loopback/build": "^9.0.4",
43
- "@loopback/core": "^4.0.4",
44
- "@loopback/repository": "^5.0.4",
45
- "@types/node": "^14.18.32"
42
+ "@loopback/build": "^9.0.6",
43
+ "@loopback/core": "^4.0.6",
44
+ "@loopback/repository": "^5.1.1",
45
+ "@types/node": "^14.18.34"
46
46
  },
47
- "gitHead": "947500110c84ba77b2197b759b559c195cfce260"
47
+ "gitHead": "709a5ecd1ffddeb02262cecabf7b663c7b4d7e47"
48
48
  }