reportportal-js-client
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -234,3 +234,2 @@ /* eslint-disable quotes,no-console,class-methods-use-this */ | ||
/** | ||
@@ -285,3 +284,2 @@ * Update launch. | ||
/** | ||
@@ -288,0 +286,0 @@ * If there is no parentItemId starts Suite, else starts test or item. |
{ | ||
"name": "reportportal-js-client", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "ReportPortal client for NodeJS", | ||
@@ -29,8 +29,8 @@ "contributors": [ | ||
"engines": { | ||
"node": ">= 8.0.x" | ||
"node": ">= 12.0.x" | ||
}, | ||
"dependencies": { | ||
"axios": "0.19.2", | ||
"axios-retry": "3.1.2", | ||
"uniqid": "5.0.3" | ||
"axios": "^0.20.0", | ||
"axios-retry": "^3.1.8", | ||
"uniqid": "^5.2.0" | ||
}, | ||
@@ -44,11 +44,11 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"eslint": "^6.5.1", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-plugin-import": "^2.20.0", | ||
"eslint-plugin-node": "^10.0.0", | ||
"jasmine": "^3.5.0", | ||
"lodash": "^4.17.15", | ||
"nock": "^11.7.0", | ||
"nyc": "^14.1.1" | ||
"eslint": "^7.7.0", | ||
"eslint-config-airbnb-base": "^14.2.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"jasmine": "^3.6.1", | ||
"lodash": "^4.17.20", | ||
"nock": "^13.0.4", | ||
"nyc": "^15.1.0" | ||
} | ||
} |
@@ -162,3 +162,2 @@ const nock = require('nock'); | ||
restClient.update('users/1', newUserInfo, noOptions).catch((error) => { | ||
@@ -165,0 +164,0 @@ expect(error instanceof Error).toBeTruthy(); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
137338
+ Added@babel/runtime@7.26.0(transitive)
+ Addedaxios@0.20.0(transitive)
+ Addedaxios-retry@3.9.1(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedis-retry-allowed@2.2.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
+ Addeduniqid@5.4.0(transitive)
- Removedaxios@0.19.2(transitive)
- Removedaxios-retry@3.1.2(transitive)
- Removedfollow-redirects@1.5.10(transitive)
- Removedis-retry-allowed@1.2.0(transitive)
- Removeduniqid@5.0.3(transitive)
Updatedaxios@^0.20.0
Updatedaxios-retry@^3.1.8
Updateduniqid@^5.2.0