@loopback/model-api-builder 2.1.5 → 2.1.9

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 CHANGED
@@ -3,6 +3,41 @@
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
+ ## [2.1.9](https://github.com/strongloop/loopback-next/compare/@loopback/model-api-builder@2.1.8...@loopback/model-api-builder@2.1.9) (2020-06-30)
7
+
8
+ **Note:** Version bump only for package @loopback/model-api-builder
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.1.8](https://github.com/strongloop/loopback-next/compare/@loopback/model-api-builder@2.1.7...@loopback/model-api-builder@2.1.8) (2020-06-23)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * set node version to >=10.16 to support events.once ([e39da1c](https://github.com/strongloop/loopback-next/commit/e39da1ca47728eafaf83c10ce35b09b03b6a4edc))
20
+
21
+
22
+
23
+
24
+
25
+ ## [2.1.7](https://github.com/strongloop/loopback-next/compare/@loopback/model-api-builder@2.1.6...@loopback/model-api-builder@2.1.7) (2020-06-11)
26
+
27
+ **Note:** Version bump only for package @loopback/model-api-builder
28
+
29
+
30
+
31
+
32
+
33
+ ## [2.1.6](https://github.com/strongloop/loopback-next/compare/@loopback/model-api-builder@2.1.5...@loopback/model-api-builder@2.1.6) (2020-05-28)
34
+
35
+ **Note:** Version bump only for package @loopback/model-api-builder
36
+
37
+
38
+
39
+
40
+
6
41
  ## [2.1.5](https://github.com/strongloop/loopback-next/compare/@loopback/model-api-builder@2.1.4...@loopback/model-api-builder@2.1.5) (2020-05-20)
7
42
 
8
43
  **Note:** Version bump only for package @loopback/model-api-builder
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright IBM Corp. 2019. All Rights Reserved.
2
+ // Copyright IBM Corp. 2019,2020. All Rights Reserved.
3
3
  // Node module: @loopback/model-api-builder
4
4
  // This file is licensed under the MIT License.
5
5
  // License text available at https://opensource.org/licenses/MIT
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,iDAAiD;AACjD,2CAA2C;AAC3C,+CAA+C;AAC/C,gEAAgE;;;AAEhE;;;;;;;;;;GAUG;AAEH,8DAAoC;AACpC,6DAAmC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,sDAAsD;AACtD,2CAA2C;AAC3C,+CAA+C;AAC/C,gEAAgE;;;AAEhE;;;;;;;;;;GAUG;AAEH,8DAAoC;AACpC,6DAAmC"}
package/package.json CHANGED
@@ -1,14 +1,11 @@
1
1
  {
2
2
  "name": "@loopback/model-api-builder",
3
- "version": "2.1.5",
3
+ "version": "2.1.9",
4
4
  "description": "Types and helpers for packages contributing Model API builders.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "engines": {
8
- "node": ">=10"
9
- },
10
- "publishConfig": {
11
- "access": "public"
8
+ "node": ">=10.16"
12
9
  },
13
10
  "scripts": {
14
11
  "build": "lb-tsc",
@@ -20,15 +17,18 @@
20
17
  "author": "IBM Corp.",
21
18
  "copyright.owner": "IBM Corp.",
22
19
  "license": "MIT",
20
+ "publishConfig": {
21
+ "access": "public"
22
+ },
23
23
  "peerDependencies": {
24
- "@loopback/core": "^2.7.0",
25
- "@loopback/repository": "^2.5.1"
24
+ "@loopback/core": "^2.9.1",
25
+ "@loopback/repository": "^2.9.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@loopback/build": "^1.7.1",
29
- "@loopback/core": "^2.7.0",
30
- "@loopback/repository": "^2.5.1",
31
- "@types/node": "^10.17.24"
29
+ "@loopback/core": "^2.9.1",
30
+ "@loopback/repository": "^2.9.0",
31
+ "@types/node": "^10.17.26"
32
32
  },
33
33
  "files": [
34
34
  "README.md",
@@ -44,5 +44,5 @@
44
44
  "dependencies": {
45
45
  "tslib": "^2.0.0"
46
46
  },
47
- "gitHead": "62aea854bf85c5a5995b59e6908fe5409f7eea96"
47
+ "gitHead": "b89db3d3b8be6a36e63e91c2331d217fda7538de"
48
48
  }
package/src/index.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2019. All Rights Reserved.
1
+ // Copyright IBM Corp. 2019,2020. All Rights Reserved.
2
2
  // Node module: @loopback/model-api-builder
3
3
  // This file is licensed under the MIT License.
4
4
  // License text available at https://opensource.org/licenses/MIT