@twin.org/blob-storage-connector-azure 0.0.1-next.19 → 0.0.1-next.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/changelog.md
CHANGED
|
@@ -103,7 +103,7 @@ The id of the stored blob in urn format.
|
|
|
103
103
|
|
|
104
104
|
### get()
|
|
105
105
|
|
|
106
|
-
> **get**(`id`): `Promise`\<`undefined` \| `Uint8Array
|
|
106
|
+
> **get**(`id`): `Promise`\<`undefined` \| `Uint8Array`\<`ArrayBufferLike`\>\>
|
|
107
107
|
|
|
108
108
|
Get the blob.
|
|
109
109
|
|
|
@@ -117,7 +117,7 @@ The id of the blob to get in urn format.
|
|
|
117
117
|
|
|
118
118
|
#### Returns
|
|
119
119
|
|
|
120
|
-
`Promise`\<`undefined` \| `Uint8Array
|
|
120
|
+
`Promise`\<`undefined` \| `Uint8Array`\<`ArrayBufferLike`\>\>
|
|
121
121
|
|
|
122
122
|
The data for the blob if it can be found or undefined.
|
|
123
123
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/blob-storage-connector-azure",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.20",
|
|
4
4
|
"description": "Blob Storage connector implementation using Azure",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@azure/storage-blob": "^12.26.0",
|
|
18
|
-
"@twin.org/blob-storage-models": "0.0.1-next.
|
|
18
|
+
"@twin.org/blob-storage-models": "0.0.1-next.20",
|
|
19
19
|
"@twin.org/core": "next",
|
|
20
20
|
"@twin.org/crypto": "next",
|
|
21
21
|
"@twin.org/logging-models": "next",
|