@loopback/metadata 3.3.1 → 3.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.
- package/README.md +3 -3
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -566,8 +566,8 @@ npm install --save @loopback/metadata
|
|
|
566
566
|
|
|
567
567
|
## Contributions
|
|
568
568
|
|
|
569
|
-
- [Guidelines](https://github.com/
|
|
570
|
-
- [Join the team](https://github.com/
|
|
569
|
+
- [Guidelines](https://github.com/loopbackio/loopback-next/blob/master/docs/CONTRIBUTING.md)
|
|
570
|
+
- [Join the team](https://github.com/loopbackio/loopback-next/issues/110)
|
|
571
571
|
|
|
572
572
|
## Tests
|
|
573
573
|
|
|
@@ -576,7 +576,7 @@ Run `npm test` from the root folder.
|
|
|
576
576
|
## Contributors
|
|
577
577
|
|
|
578
578
|
See
|
|
579
|
-
[all contributors](https://github.com/
|
|
579
|
+
[all contributors](https://github.com/loopbackio/loopback-next/graphs/contributors).
|
|
580
580
|
|
|
581
581
|
## License
|
|
582
582
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loopback/metadata",
|
|
3
3
|
"description": "Utilities to help developers implement TypeScript decorators, define/merge metadata, and inspect metadata",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.2",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"LoopBack",
|
|
7
7
|
"Decorators",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"copyright.owner": "IBM Corp.",
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "https://github.com/
|
|
17
|
+
"url": "https://github.com/loopbackio/loopback-next.git",
|
|
18
18
|
"directory": "packages/metadata"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
"debug": "^4.3.1",
|
|
43
43
|
"lodash": "^4.17.21",
|
|
44
44
|
"reflect-metadata": "^0.1.13",
|
|
45
|
-
"tslib": "^2.
|
|
45
|
+
"tslib": "^2.3.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@loopback/build": "^
|
|
49
|
-
"@loopback/eslint-config": "^
|
|
50
|
-
"@loopback/testlab": "^3.4.
|
|
48
|
+
"@loopback/build": "^7.0.0",
|
|
49
|
+
"@loopback/eslint-config": "^11.0.0",
|
|
50
|
+
"@loopback/testlab": "^3.4.2",
|
|
51
51
|
"@types/debug": "^4.1.5",
|
|
52
52
|
"@types/lodash": "^4.14.170",
|
|
53
53
|
"@types/node": "^10.17.60"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "baac86fff18e0bc88a953814b6b181ebdbb446c3"
|
|
56
56
|
}
|