Semi PR Request (upgrades in azure library) #129
Labels
dependencies
Pull requests that update a dependency file
effort1: hours
scope: azure
status: implemented
type: refactor
I'm submitting a...
Current behavior
Nest version is old, @azure/storage-blob is old.
Cannot use key, connectionString nor any new authorization method.
Cannot use delete, download methods of library (they are nor written)
Expected behavior
Minimal reproduction of the problem with instructions
just download this version and all problems ocures.
What is the motivation / use case for changing the behavior?
Upgrade versions and add more functionality
##Example of fix
I rewrote some files - tests works - as i needs stated features asap. Only one thing i got (after upgrading) is error of:
TypeError: Cannot read property 'kind' of undefined
So what im asking is to look at my repo and maybe incorporate what you thing is wrote ok or give me hints how to fix the issue i have now (which forbids building the library for npm).
Link to repo: https://github.com/Setitch/azure-storage
The text was updated successfully, but these errors were encountered: