Skip to content
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- GCS Enhancement
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"./v2/options": "./lib/v2/options.js",
"./v2/https": "./lib/v2/providers/https.js",
"./v2/params": "./lib/v2/params/index.js",
"./v2/pubsub": "./lib/v2/providers/pubsub.js"
"./v2/pubsub": "./lib/v2/providers/pubsub.js",
"./v2/storage": "./lib/v2/providers/storage.js"
},
"typesVersions": {
"*": {
Expand Down Expand Up @@ -110,6 +111,9 @@
],
"v2/pubsub": [
"lib/v2/providers/pubsub"
],
"v2/storage": [
"lib/v2/providers/storage"
]
}
},
Expand Down
Loading