@google-cloud/redis
Advanced tools
Comparing version 1.3.2 to 1.4.0
@@ -7,2 +7,13 @@ # Changelog | ||
## [1.4.0](https://www.github.com/googleapis/nodejs-redis/compare/v1.3.2...v1.4.0) (2019-11-22) | ||
In this release this library has been converted to TypeScript. This change is supposed to be compatible | ||
with the previous versions, but if you find that your code is broken by this change, please file an | ||
issue! | ||
### Features | ||
* add plural/singular resource descriptor ([d6c7f4d](https://www.github.com/googleapis/nodejs-redis/commit/d6c7f4debb839be0245f55b6fe4c81a847228eb9)) | ||
* convert to TypeScript ([#236](https://www.github.com/googleapis/nodejs-redis/issues/236)) ([6bcdf55](https://www.github.com/googleapis/nodejs-redis/commit/6bcdf55da38093009dba8f4dfc8a5a3eaacb5f3d)) | ||
### [1.3.2](https://www.github.com/googleapis/nodejs-redis/compare/v1.3.1...v1.3.2) (2019-11-15) | ||
@@ -9,0 +20,0 @@ |
{ | ||
"name": "@google-cloud/redis", | ||
"description": "Google Cloud Memorystore for Redis API client for Node.js", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"license": "Apache-2.0", | ||
@@ -11,6 +11,6 @@ "author": "Google LLC", | ||
"repository": "googleapis/nodejs-redis", | ||
"main": "src/index.js", | ||
"main": "build/src/index.js", | ||
"files": [ | ||
"protos", | ||
"src" | ||
"build/protos", | ||
"build/src" | ||
], | ||
@@ -31,16 +31,22 @@ "keywords": [ | ||
"scripts": { | ||
"test": "mocha", | ||
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../", | ||
"lint": "eslint '**/*.js'", | ||
"test": "c8 mocha build/test", | ||
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../", | ||
"system-test": "c8 mocha build/system-test", | ||
"docs": "jsdoc -c .jsdoc.js", | ||
"system-test": "mocha system-test/ --timeout 600000", | ||
"fix": "eslint --fix '**/*.js'", | ||
"lint": "gts fix && eslint samples/*.js samples/**/*.js", | ||
"fix": "gts fix && eslint --fix samples/*.js samples/**/*.js", | ||
"docs-test": "linkinator docs", | ||
"predocs-test": "npm run docs" | ||
"compile": "tsc -p . && cp -r protos build/", | ||
"compile-protos": "compileProtos src", | ||
"predocs-test": "npm run docs", | ||
"prepare": "npm run compile", | ||
"pretest": "npm run compile" | ||
}, | ||
"dependencies": { | ||
"google-gax": "^1.7.5", | ||
"protobufjs": "^6.8.8" | ||
"google-gax": "^1.11.1" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^12.0.0", | ||
"c8": "^6.0.0", | ||
"codecov": "^3.1.0", | ||
@@ -51,12 +57,18 @@ "eslint": "^6.0.0", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"gts": "^1.0.0", | ||
"intelli-espower-loader": "^1.0.1", | ||
"jsdoc": "^3.6.2", | ||
"jsdoc": "^3.5.5", | ||
"jsdoc-fresh": "^1.0.1", | ||
"jsdoc-region-tag": "^1.0.2", | ||
"linkinator": "^1.5.0", | ||
"mocha": "^6.0.0", | ||
"nyc": "^14.0.0", | ||
"mocha": "^6.1.4", | ||
"null-loader": "^3.0.0", | ||
"pack-n-play": "^1.0.0-2", | ||
"power-assert": "^1.6.0", | ||
"prettier": "^1.14.2" | ||
"prettier": "^1.11.1", | ||
"ts-loader": "^6.2.1", | ||
"typescript": "~3.7.0", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.10" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
1
1998224
23
29
32802
1
+ Added@types/node@22.9.3(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removedprotobufjs@^6.8.8
- Removed@types/node@22.10.0(transitive)
- Removedundici-types@6.20.0(transitive)
Updatedgoogle-gax@^1.11.1