@loopback/model-api-builder 2.3.1 → 3.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 CHANGED
@@ -46,13 +46,13 @@ export class SampleApiBuilder implements ModelApiBuilder {
46
46
 
47
47
  ## Contributions
48
48
 
49
- - [Guidelines](https://github.com/strongloop/loopback-next/blob/master/docs/CONTRIBUTING.md)
50
- - [Join the team](https://github.com/strongloop/loopback-next/issues/110)
49
+ - [Guidelines](https://github.com/loopbackio/loopback-next/blob/master/docs/CONTRIBUTING.md)
50
+ - [Join the team](https://github.com/loopbackio/loopback-next/issues/110)
51
51
 
52
52
  ## Contributors
53
53
 
54
54
  See
55
- [all contributors](https://github.com/strongloop/loopback-next/graphs/contributors).
55
+ [all contributors](https://github.com/loopbackio/loopback-next/graphs/contributors).
56
56
 
57
57
  ## License
58
58
 
package/dist/index.js CHANGED
@@ -16,6 +16,6 @@ const tslib_1 = require("tslib");
16
16
  *
17
17
  * @packageDocumentation
18
18
  */
19
- tslib_1.__exportStar(require("./model-api-builder"), exports);
20
- tslib_1.__exportStar(require("./model-api-config"), exports);
19
+ (0, tslib_1.__exportStar)(require("./model-api-builder"), exports);
20
+ (0, 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,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,mEAAoC;AACpC,kEAAmC"}
@@ -14,7 +14,7 @@ exports.MODEL_API_BUILDER_PLUGINS = 'model-api-builders';
14
14
  * A binding template for model API extensions
15
15
  */
16
16
  const asModelApiBuilder = binding => {
17
- core_1.extensionFor(exports.MODEL_API_BUILDER_PLUGINS)(binding);
17
+ (0, core_1.extensionFor)(exports.MODEL_API_BUILDER_PLUGINS)(binding);
18
18
  binding.tag({ namespace: 'model-api-builders' });
19
19
  };
20
20
  exports.asModelApiBuilder = asModelApiBuilder;
@@ -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,mBAAY,CAAC,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,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"}
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": "2.3.1",
4
+ "version": "3.0.0",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -9,11 +9,11 @@
9
9
  "copyright.owner": "IBM Corp.",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/strongloop/loopback-next.git",
12
+ "url": "https://github.com/loopbackio/loopback-next.git",
13
13
  "directory": "packages/model-api-builder"
14
14
  },
15
15
  "engines": {
16
- "node": "^10.16 || 12 || 14 || 16"
16
+ "node": "12 || 14 || 16 || 17"
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": "^2.16.1",
36
- "@loopback/repository": "^3.7.0"
35
+ "@loopback/core": "^3.0.0",
36
+ "@loopback/repository": "^4.0.0"
37
37
  },
38
38
  "dependencies": {
39
- "tslib": "^2.2.0"
39
+ "tslib": "^2.3.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@loopback/build": "^6.4.1",
43
- "@loopback/core": "^2.16.1",
44
- "@loopback/repository": "^3.7.0",
42
+ "@loopback/build": "^8.0.0",
43
+ "@loopback/core": "^3.0.0",
44
+ "@loopback/repository": "^4.0.0",
45
45
  "@types/node": "^10.17.60"
46
46
  },
47
- "gitHead": "2a3b684ec76fa299d80b099abbf101358538cb75"
47
+ "gitHead": "00a62f630c19341ce399cec3a45563b1ead6e3b8"
48
48
  }