@twin.org/blob-storage-connector-file 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-file - Changelog
2
2
 
3
- ## v0.0.1-next.19
3
+ ## v0.0.1-next.21
4
4
 
5
5
  - Initial Release
@@ -102,7 +102,7 @@ The id of the stored blob in urn format.
102
102
 
103
103
  ### get()
104
104
 
105
- > **get**(`id`): `Promise`\<`undefined` \| `Uint8Array`\>
105
+ > **get**(`id`): `Promise`\<`undefined` \| `Uint8Array`\<`ArrayBufferLike`\>\>
106
106
 
107
107
  Get the blob.
108
108
 
@@ -116,7 +116,7 @@ The id of the blob to get in urn format.
116
116
 
117
117
  #### Returns
118
118
 
119
- `Promise`\<`undefined` \| `Uint8Array`\>
119
+ `Promise`\<`undefined` \| `Uint8Array`\<`ArrayBufferLike`\>\>
120
120
 
121
121
  The data for the blob if it can be found or undefined.
122
122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/blob-storage-connector-file",
3
- "version": "0.0.1-next.19",
3
+ "version": "0.0.1-next.21",
4
4
  "description": "Blob Storage connector implementation using file storage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,7 +14,7 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/blob-storage-models": "0.0.1-next.19",
17
+ "@twin.org/blob-storage-models": "0.0.1-next.21",
18
18
  "@twin.org/core": "next",
19
19
  "@twin.org/crypto": "next",
20
20
  "@twin.org/logging-models": "next",