ebay-api 7.1.0 → 7.1.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -20,7 +20,7 @@ It supports `client credentials grant` and `authorization code grant` \(Auth'N'A
20
20
 
21
21
  ## Changelog
22
22
 
23
- * `v7.1.0` is the latest release.
23
+ * `v7.1.1` is the latest release.
24
24
  * See [here](https://github.com/hendt/ebay-api/blob/master/CHANGELOG.md) for the full changelog.
25
25
 
26
26
  ## Implementation status
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ebay-api",
3
3
  "author": "Daniil Tomilow",
4
- "version": "7.1.0",
4
+ "version": "7.1.1",
5
5
  "description": "eBay TypeScript/JavaScript API for Node and Browser",
6
6
  "browser": "./lib/ebay-api.min.js",
7
7
  "main": "./lib/index.js",
@@ -39,7 +39,7 @@
39
39
  "@types/sinon": "^7.0.13",
40
40
  "chai": "^3.5.0",
41
41
  "form-data": "^4.0.0",
42
- "mocha": "^9.1.2",
42
+ "mocha": "^10.1.0",
43
43
  "nyc": "^15.1.0",
44
44
  "readline": "^1.3.0",
45
45
  "rimraf": "^3.0.2",