@google-cloud/storage
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -7,2 +7,28 @@ # Changelog | ||
## v2.0.1 | ||
**This fixes types declaration issues with projects using TypeScript.** | ||
### Implementation Changes | ||
- Enable noImplicitThis in the tsconfig ([#370](https://github.com/googleapis/nodejs-storage/pull/370)) | ||
- Fix the path to the d.ts ([#364](https://github.com/googleapis/nodejs-storage/pull/364)) | ||
- fix: make dependency on request explicit ([#361](https://github.com/googleapis/nodejs-storage/pull/361)) | ||
- fix: remove trailing slashes from bucket name. ([#266](https://github.com/googleapis/nodejs-storage/pull/266)) | ||
### Dependencies | ||
- fix(deps): update dependency @google-cloud/common to ^0.24.0 ([#367](https://github.com/googleapis/nodejs-storage/pull/367)) | ||
- fix(deps): update dependency gcs-resumable-upload to ^0.13.0 ([#368](https://github.com/googleapis/nodejs-storage/pull/368)) | ||
- Remove unused dependencies ([#363](https://github.com/googleapis/nodejs-storage/pull/363)) | ||
- Remove safe-buffer ([#359](https://github.com/googleapis/nodejs-storage/pull/359)) | ||
- samples: update dependency @google-cloud/storage to v2 ([#350](https://github.com/googleapis/nodejs-storage/pull/350)) | ||
### Internal / Testing Changes | ||
- Update CI config ([#371](https://github.com/googleapis/nodejs-storage/pull/371)) | ||
- build(kokoro): run docker as user node ([#358](https://github.com/googleapis/nodejs-storage/pull/358)) | ||
- build: fix multiline in circle.yml ([#357](https://github.com/googleapis/nodejs-storage/pull/357)) | ||
- fix executable modes on .sh's; add pre-system-test.sh hook ([#356](https://github.com/googleapis/nodejs-storage/pull/356)) | ||
- decrypt both service account keys ([#353](https://github.com/googleapis/nodejs-storage/pull/353)) | ||
- Retry npm install in CI ([#352](https://github.com/googleapis/nodejs-storage/pull/352)) | ||
- Add synth script and run it ([#351](https://github.com/googleapis/nodejs-storage/pull/351)) | ||
## v2.0.0 | ||
@@ -9,0 +35,0 @@ |
{ | ||
"name": "@google-cloud/storage", | ||
"description": "Cloud Storage Client Library for Node.js", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"license": "Apache-2.0", | ||
@@ -12,3 +12,3 @@ "author": "Google Inc.", | ||
"main": "./build/src/index.js", | ||
"types": "./build/src/index.t.ds", | ||
"types": "./build/src/index.d.ts", | ||
"files": [ | ||
@@ -80,3 +80,3 @@ "build/src", | ||
"dependencies": { | ||
"@google-cloud/common": "^0.23.0", | ||
"@google-cloud/common": "^0.24.0", | ||
"@google-cloud/paginator": "^0.1.0", | ||
@@ -88,6 +88,5 @@ "@google-cloud/promisify": "^0.3.0", | ||
"concat-stream": "^1.5.0", | ||
"create-error-class": "^3.0.2", | ||
"duplexify": "^3.5.0", | ||
"extend": "^3.0.0", | ||
"gcs-resumable-upload": "^0.12.0", | ||
"gcs-resumable-upload": "^0.13.0", | ||
"hash-stream-validation": "^0.2.1", | ||
@@ -99,3 +98,3 @@ "is": "^3.0.1", | ||
"pumpify": "^1.5.1", | ||
"safe-buffer": "^5.1.1", | ||
"request": "^2.88.0", | ||
"snakeize": "^0.1.0", | ||
@@ -110,3 +109,2 @@ "stream-events": "^1.0.1", | ||
"@types/arrify": "^1.0.4", | ||
"@types/assert": "0.0.31", | ||
"@types/async": "^2.0.49", | ||
@@ -133,3 +131,2 @@ "@types/compressible": "^2.0.0", | ||
"gts": "^0.8.0", | ||
"hard-rejection": "^1.0.0", | ||
"ink-docstrap": "https://github.com/docstrap/docstrap/tarball/master", | ||
@@ -145,5 +142,3 @@ "intelli-espower-loader": "^1.0.1", | ||
"prop-assign": "^1.0.0", | ||
"propprop": "^0.3.0", | ||
"proxyquire": "^2.0.0", | ||
"semistandard": "^12.0.0", | ||
"source-map-support": "^0.5.6", | ||
@@ -150,0 +145,0 @@ "tmp": "^0.0.33", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
497682
21
39
0
+ Addedrequest@^2.88.0
+ Added@google-cloud/common@0.24.0(transitive)
+ Addedgcp-metadata@0.7.0(transitive)
+ Addedgcs-resumable-upload@0.13.0(transitive)
+ Addedgoogle-auth-library@2.0.2(transitive)
+ Addedlru-cache@5.1.1(transitive)
+ Addedsemver@5.7.2(transitive)
+ Addedyallist@3.1.1(transitive)
- Removedcreate-error-class@^3.0.2
- Removedsafe-buffer@^5.1.1
- Removed@google-cloud/common@0.23.0(transitive)
- Removedcapture-stack-trace@1.0.2(transitive)
- Removedcreate-error-class@3.0.2(transitive)
- Removedgcp-metadata@0.6.3(transitive)
- Removedgcs-resumable-upload@0.12.0(transitive)
- Removedgoogle-auth-library@1.6.1(transitive)
- Removedlodash.isstring@4.0.1(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedyallist@2.1.2(transitive)
Updated@google-cloud/common@^0.24.0
Updatedgcs-resumable-upload@^0.13.0