openshift-rest-client
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.5.0"></a> | ||
# [1.5.0](https://github.com/bucharest-gold/openshift-rest-client/compare/v1.4.0...v1.5.0) (2018-10-30) | ||
### Features | ||
* **imagestreamtags:** add resource ([#90](https://github.com/bucharest-gold/openshift-rest-client/issues/90)) ([fbbf390](https://github.com/bucharest-gold/openshift-rest-client/commit/fbbf390)) | ||
<a name="1.4.0"></a> | ||
@@ -7,0 +17,0 @@ # [1.4.0](https://github.com/bucharest-gold/openshift-rest-client/compare/v1.3.0...v1.4.0) (2018-06-05) |
@@ -33,2 +33,3 @@ 'use strict'; | ||
const imagestreams = require('./imagestreams'); | ||
const imagestreamtags = require('./imagestreamtags'); | ||
const ingress = require('./ingress'); | ||
@@ -80,2 +81,3 @@ const persistentvolumeclaims = require('./persistent-volume-claims'); | ||
imagestreams, | ||
imagestreamtags, | ||
ingress, | ||
@@ -82,0 +84,0 @@ persistentvolumeclaims, |
{ | ||
"name": "openshift-rest-client", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Node.js client for developing with OpenShift", | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "eslint lib/*.js test/*.js index.js example.js example-with-request.js", | ||
"lint": "eslint lib/*.js test/*.js index.js", | ||
"test": "tape test/*-test.js | tap-spec", | ||
@@ -45,16 +45,16 @@ "prepare": "nsp check", | ||
"openshift-config-loader": "^0.4.0", | ||
"request": "~2.87.0" | ||
"request": "~2.88.0" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^3.0.0", | ||
"eslint": "^4.18.0", | ||
"eslint-config-semistandard": "^12.0.0", | ||
"eslint": "^5.0.1", | ||
"eslint-config-semistandard": "^13.0.0", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-node": "^6.0.0", | ||
"eslint-plugin-promise": "^3.5.0", | ||
"eslint-plugin-node": "^8.0.0", | ||
"eslint-plugin-promise": "^4.0.0", | ||
"eslint-plugin-react": "^7.0.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"istanbul": "^0.4.5", | ||
"nock": "^9.0.14", | ||
"nock": "^10.0.0", | ||
"nsp": "^3.1.0", | ||
@@ -61,0 +61,0 @@ "nyc": "^12.0.2", |
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
92337
29
2333
+ Addedajv@6.12.6(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedhar-validator@5.1.5(transitive)
+ Addedjson-schema-traverse@0.4.1(transitive)
+ Addedoauth-sign@0.9.0(transitive)
+ Addedpsl@1.10.0(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedrequest@2.88.2(transitive)
+ Addedtough-cookie@2.5.0(transitive)
+ Addeduri-js@4.4.1(transitive)
- Removedajv@5.5.2(transitive)
- Removedco@4.6.0(transitive)
- Removedfast-deep-equal@1.1.0(transitive)
- Removedhar-validator@5.0.3(transitive)
- Removedjson-schema-traverse@0.3.1(transitive)
- Removedoauth-sign@0.8.2(transitive)
- Removedpunycode@1.4.1(transitive)
- Removedrequest@2.87.0(transitive)
- Removedtough-cookie@2.3.4(transitive)
Updatedrequest@~2.88.0