@loopback/testlab 3.4.1 → 3.4.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 +6 -6
package/README.md CHANGED
@@ -457,8 +457,8 @@ For more info about `supertest`, please refer to
457
457
 
458
458
  ## Contributions
459
459
 
460
- - [Guidelines](https://github.com/strongloop/loopback-next/blob/master/docs/CONTRIBUTING.md)
461
- - [Join the team](https://github.com/strongloop/loopback-next/issues/110)
460
+ - [Guidelines](https://github.com/loopbackio/loopback-next/blob/master/docs/CONTRIBUTING.md)
461
+ - [Join the team](https://github.com/loopbackio/loopback-next/issues/110)
462
462
 
463
463
  ## Tests
464
464
 
@@ -467,7 +467,7 @@ Run `npm test` from the root folder.
467
467
  ## Contributors
468
468
 
469
469
  See
470
- [all contributors](https://github.com/strongloop/loopback-next/graphs/contributors).
470
+ [all contributors](https://github.com/loopbackio/loopback-next/graphs/contributors).
471
471
 
472
472
  ## License
473
473
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/testlab",
3
3
  "description": "A collection of test utilities we use to write LoopBack tests.",
4
- "version": "3.4.1",
4
+ "version": "3.4.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/testlab"
14
14
  },
15
15
  "engines": {
@@ -46,12 +46,12 @@
46
46
  "should": "^13.2.3",
47
47
  "sinon": "^11.1.1",
48
48
  "supertest": "^6.1.3",
49
- "tslib": "^2.2.0"
49
+ "tslib": "^2.3.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@loopback/build": "^6.4.1",
53
- "@loopback/eslint-config": "^10.2.1",
52
+ "@loopback/build": "^7.0.0",
53
+ "@loopback/eslint-config": "^11.0.0",
54
54
  "@types/node": "^10.17.60"
55
55
  },
56
- "gitHead": "2a3b684ec76fa299d80b099abbf101358538cb75"
56
+ "gitHead": "baac86fff18e0bc88a953814b6b181ebdbb446c3"
57
57
  }