@loopback/model-api-builder 3.1.1 → 4.0.1

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/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) IBM Corp. 2019.
1
+ Copyright (c) IBM Corp. and LoopBack contributors 2019.
2
2
  Node module: @loopback/model-api-builder
3
3
  This project is licensed under the MIT License, full text below.
4
4
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright IBM Corp. 2019,2020. All Rights Reserved.
2
+ // Copyright IBM Corp. and LoopBack contributors 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
@@ -16,6 +16,6 @@ const tslib_1 = require("tslib");
16
16
  *
17
17
  * @packageDocumentation
18
18
  */
19
- (0, tslib_1.__exportStar)(require("./model-api-builder"), exports);
20
- (0, tslib_1.__exportStar)(require("./model-api-config"), exports);
19
+ tslib_1.__exportStar(require("./model-api-builder"), exports);
20
+ tslib_1.__exportStar(require("./model-api-config"), exports);
21
21
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
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,mEAAoC;AACpC,kEAAmC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,2CAA2C;AAC3C,+CAA+C;AAC/C,gEAAgE;;;AAEhE;;;;;;;;;;GAUG;AAEH,8DAAoC;AACpC,6DAAmC"}
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright IBM Corp. 2019. All Rights Reserved.
2
+ // Copyright IBM Corp. and LoopBack contributors 2019. 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
@@ -1 +1 @@
1
- {"version":3,"file":"model-api-builder.js","sourceRoot":"","sources":["../src/model-api-builder.ts"],"names":[],"mappings":";AAAA,iDAAiD;AACjD,2CAA2C;AAC3C,+CAA+C;AAC/C,gEAAgE;;;AAEhE,yCAA6D;AAI7D;;GAEG;AACU,QAAA,yBAAyB,GAAG,oBAAoB,CAAC;AAc9D;;GAEG;AACI,MAAM,iBAAiB,GAAoB,OAAO,CAAC,EAAE;IAC1D,IAAA,mBAAY,EAAC,iCAAyB,CAAC,CAAC,OAAO,CAAC,CAAC;IACjD,OAAO,CAAC,GAAG,CAAC,EAAC,SAAS,EAAE,oBAAoB,EAAC,CAAC,CAAC;AACjD,CAAC,CAAC;AAHW,QAAA,iBAAiB,qBAG5B"}
1
+ {"version":3,"file":"model-api-builder.js","sourceRoot":"","sources":["../src/model-api-builder.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,2CAA2C;AAC3C,+CAA+C;AAC/C,gEAAgE;;;AAEhE,yCAA6D;AAI7D;;GAEG;AACU,QAAA,yBAAyB,GAAG,oBAAoB,CAAC;AAc9D;;GAEG;AACI,MAAM,iBAAiB,GAAoB,OAAO,CAAC,EAAE;IAC1D,IAAA,mBAAY,EAAC,iCAAyB,CAAC,CAAC,OAAO,CAAC,CAAC;IACjD,OAAO,CAAC,GAAG,CAAC,EAAC,SAAS,EAAE,oBAAoB,EAAC,CAAC,CAAC;AACjD,CAAC,CAAC;AAHW,QAAA,iBAAiB,qBAG5B"}
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright IBM Corp. 2019. All Rights Reserved.
2
+ // Copyright IBM Corp. and LoopBack contributors 2019. 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
@@ -1 +1 @@
1
- {"version":3,"file":"model-api-config.js","sourceRoot":"","sources":["../src/model-api-config.ts"],"names":[],"mappings":";AAAA,iDAAiD;AACjD,2CAA2C;AAC3C,+CAA+C;AAC/C,gEAAgE"}
1
+ {"version":3,"file":"model-api-config.js","sourceRoot":"","sources":["../src/model-api-config.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,2CAA2C;AAC3C,+CAA+C;AAC/C,gEAAgE"}
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@loopback/model-api-builder",
3
3
  "description": "Types and helpers for packages contributing Model API builders.",
4
- "version": "3.1.1",
4
+ "version": "4.0.1",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
- "author": "IBM Corp.",
9
- "copyright.owner": "IBM Corp.",
8
+ "author": "IBM Corp. and LoopBack contributors",
9
+ "copyright.owner": "IBM Corp. and LoopBack contributors",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "https://github.com/loopbackio/loopback-next.git",
13
13
  "directory": "packages/model-api-builder"
14
14
  },
15
15
  "engines": {
16
- "node": "12 || 14 || 16 || 17"
16
+ "node": "14 || 16 || 17 || 18"
17
17
  },
18
18
  "scripts": {
19
19
  "build": "lb-tsc",
@@ -32,17 +32,17 @@
32
32
  "!*/__tests__"
33
33
  ],
34
34
  "peerDependencies": {
35
- "@loopback/core": "^3.1.1",
36
- "@loopback/repository": "^4.1.1"
35
+ "@loopback/core": "^4.0.1",
36
+ "@loopback/repository": "^5.0.1"
37
37
  },
38
38
  "dependencies": {
39
- "tslib": "^2.3.1"
39
+ "tslib": "^2.4.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@loopback/build": "^8.1.1",
43
- "@loopback/core": "^3.1.1",
44
- "@loopback/repository": "^4.1.1",
45
- "@types/node": "^12.20.46"
42
+ "@loopback/build": "^9.0.1",
43
+ "@loopback/core": "^4.0.1",
44
+ "@loopback/repository": "^5.0.1",
45
+ "@types/node": "^14.18.21"
46
46
  },
47
- "gitHead": "8aff2ce33aad3daa53b05fa0fbe8a1b2c7ad0bdf"
47
+ "gitHead": "ccf7863d0639de966d6c6129b4aa94ba1dce2c33"
48
48
  }
package/src/index.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2019,2020. All Rights Reserved.
1
+ // Copyright IBM Corp. and LoopBack contributors 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
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2019. All Rights Reserved.
1
+ // Copyright IBM Corp. and LoopBack contributors 2019. 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
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2019. All Rights Reserved.
1
+ // Copyright IBM Corp. and LoopBack contributors 2019. 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