@loopback/model-api-builder 2.3.1 → 2.3.2

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +9 -9
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/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": "2.3.2",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -9,7 +9,7 @@
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": {
@@ -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": "^2.16.2",
36
+ "@loopback/repository": "^3.7.1"
37
37
  },
38
38
  "dependencies": {
39
- "tslib": "^2.2.0"
39
+ "tslib": "^2.3.0"
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": "^7.0.0",
43
+ "@loopback/core": "^2.16.2",
44
+ "@loopback/repository": "^3.7.1",
45
45
  "@types/node": "^10.17.60"
46
46
  },
47
- "gitHead": "2a3b684ec76fa299d80b099abbf101358538cb75"
47
+ "gitHead": "baac86fff18e0bc88a953814b6b181ebdbb446c3"
48
48
  }