@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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/strongloop/loopback-next/blob/master/docs/CONTRIBUTING.md)
570
- - [Join the team](https://github.com/strongloop/loopback-next/issues/110)
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/strongloop/loopback-next/graphs/contributors).
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.1",
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/strongloop/loopback-next.git",
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.2.0"
45
+ "tslib": "^2.3.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@loopback/build": "^6.4.1",
49
- "@loopback/eslint-config": "^10.2.1",
50
- "@loopback/testlab": "^3.4.1",
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": "2a3b684ec76fa299d80b099abbf101358538cb75"
55
+ "gitHead": "baac86fff18e0bc88a953814b6b181ebdbb446c3"
56
56
  }