@twin.org/blob-storage-connector-gcp 0.0.1-next.19 → 0.0.1-next.21

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
@@ -1,5 +1,5 @@
1
1
  # @twin.org/blob-storage-connector-gcp - Changelog
2
2
 
3
- ## v0.0.1-next.19
3
+ ## v0.0.1-next.21
4
4
 
5
5
  - Initial Release
@@ -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-gcp",
3
- "version": "0.0.1-next.19",
3
+ "version": "0.0.1-next.21",
4
4
  "description": "Blob Storage connector implementation using Google Cloud Storage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,8 +14,8 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@google-cloud/storage": "^7.15.0",
18
- "@twin.org/blob-storage-models": "0.0.1-next.19",
17
+ "@google-cloud/storage": "^7.15.1",
18
+ "@twin.org/blob-storage-models": "0.0.1-next.21",
19
19
  "@twin.org/core": "next",
20
20
  "@twin.org/crypto": "next",
21
21
  "@twin.org/logging-models": "next",