@loopback/service-proxy 3.2.1 → 3.2.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.
- package/README.md +3 -3
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -15,8 +15,8 @@ See https://loopback.io/doc/en/lb4/Calling-other-APIs-and-web-services.html
|
|
|
15
15
|
|
|
16
16
|
## Contributions
|
|
17
17
|
|
|
18
|
-
- [Guidelines](https://github.com/
|
|
19
|
-
- [Join the team](https://github.com/
|
|
18
|
+
- [Guidelines](https://github.com/loopbackio/loopback-next/blob/master/docs/CONTRIBUTING.md)
|
|
19
|
+
- [Join the team](https://github.com/loopbackio/loopback-next/issues/110)
|
|
20
20
|
|
|
21
21
|
## Tests
|
|
22
22
|
|
|
@@ -25,7 +25,7 @@ run 'npm test' from the root folder.
|
|
|
25
25
|
## Contributors
|
|
26
26
|
|
|
27
27
|
See
|
|
28
|
-
[all contributors](https://github.com/
|
|
28
|
+
[all contributors](https://github.com/loopbackio/loopback-next/graphs/contributors).
|
|
29
29
|
|
|
30
30
|
## License
|
|
31
31
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loopback/service-proxy",
|
|
3
3
|
"description": "A common set of interfaces for interacting with service oriented backends such as REST APIs, SOAP Web Services, and gRPC microservices",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.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/
|
|
12
|
+
"url": "https://github.com/loopbackio/loopback-next.git",
|
|
13
13
|
"directory": "packages/service-proxy"
|
|
14
14
|
},
|
|
15
15
|
"engines": {
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"!*/__tests__"
|
|
36
36
|
],
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@loopback/core": "^2.16.
|
|
38
|
+
"@loopback/core": "^2.16.2"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"loopback-datasource-juggler": "^4.26.0",
|
|
42
|
-
"tslib": "^2.
|
|
42
|
+
"tslib": "^2.3.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@loopback/build": "^
|
|
46
|
-
"@loopback/core": "^2.16.
|
|
47
|
-
"@loopback/eslint-config": "^
|
|
48
|
-
"@loopback/testlab": "^3.4.
|
|
45
|
+
"@loopback/build": "^7.0.0",
|
|
46
|
+
"@loopback/core": "^2.16.2",
|
|
47
|
+
"@loopback/eslint-config": "^11.0.0",
|
|
48
|
+
"@loopback/testlab": "^3.4.2",
|
|
49
49
|
"@types/node": "^10.17.60"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "baac86fff18e0bc88a953814b6b181ebdbb446c3"
|
|
52
52
|
}
|