@twin.org/blob-storage-connector-memory 0.0.1-next.9 → 0.0.1

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.
@@ -39,5 +39,5 @@ export declare class MemoryBlobStorageConnector implements IBlobStorageConnector
39
39
  */
40
40
  getStore(): {
41
41
  [id: string]: Uint8Array;
42
- } | undefined;
42
+ };
43
43
  }
package/docs/changelog.md CHANGED
@@ -1,5 +1,145 @@
1
1
  # @twin.org/blob-storage-connector-memory - Changelog
2
2
 
3
- ## v0.0.1-next.9
3
+ ## 0.0.1 (2025-07-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * release to production ([eacfe75](https://github.com/twinfoundation/blob-storage/commit/eacfe754a0dcd9243d9e13d86422327d0a605164))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/blob-storage-models bumped from ^0.0.0 to ^0.0.1
16
+
17
+ ## [0.0.1-next.37](https://github.com/twinfoundation/blob-storage/compare/blob-storage-connector-memory-v0.0.1-next.36...blob-storage-connector-memory-v0.0.1-next.37) (2025-06-20)
18
+
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * **blob-storage-connector-memory:** Synchronize repo versions
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * The following workspace dependencies were updated
28
+ * dependencies
29
+ * @twin.org/blob-storage-models bumped from 0.0.1-next.36 to 0.0.1-next.37
30
+
31
+ ## [0.0.1-next.36](https://github.com/twinfoundation/blob-storage/compare/blob-storage-connector-memory-v0.0.1-next.35...blob-storage-connector-memory-v0.0.1-next.36) (2025-06-19)
32
+
33
+
34
+ ### Miscellaneous Chores
35
+
36
+ * **blob-storage-connector-memory:** Synchronize repo versions
37
+
38
+
39
+ ### Dependencies
40
+
41
+ * The following workspace dependencies were updated
42
+ * dependencies
43
+ * @twin.org/blob-storage-models bumped from 0.0.1-next.35 to 0.0.1-next.36
44
+
45
+ ## [0.0.1-next.35](https://github.com/twinfoundation/blob-storage/compare/blob-storage-connector-memory-v0.0.1-next.34...blob-storage-connector-memory-v0.0.1-next.35) (2025-06-17)
46
+
47
+
48
+ ### Miscellaneous Chores
49
+
50
+ * **blob-storage-connector-memory:** Synchronize repo versions
51
+
52
+
53
+ ### Dependencies
54
+
55
+ * The following workspace dependencies were updated
56
+ * dependencies
57
+ * @twin.org/blob-storage-models bumped from 0.0.1-next.34 to 0.0.1-next.35
58
+
59
+ ## [0.0.1-next.34](https://github.com/twinfoundation/blob-storage/compare/blob-storage-connector-memory-v0.0.1-next.33...blob-storage-connector-memory-v0.0.1-next.34) (2025-06-12)
60
+
61
+
62
+ ### Features
63
+
64
+ * update dependencies ([56f0094](https://github.com/twinfoundation/blob-storage/commit/56f0094b68d8bd22864cd899ac1b61d95540f719))
65
+
66
+
67
+ ### Dependencies
68
+
69
+ * The following workspace dependencies were updated
70
+ * dependencies
71
+ * @twin.org/blob-storage-models bumped from 0.0.1-next.33 to 0.0.1-next.34
72
+
73
+ ## [0.0.1-next.33](https://github.com/twinfoundation/blob-storage/compare/blob-storage-connector-memory-v0.0.1-next.32...blob-storage-connector-memory-v0.0.1-next.33) (2025-06-03)
74
+
75
+
76
+ ### Miscellaneous Chores
77
+
78
+ * **blob-storage-connector-memory:** Synchronize repo versions
79
+
80
+
81
+ ### Dependencies
82
+
83
+ * The following workspace dependencies were updated
84
+ * dependencies
85
+ * @twin.org/blob-storage-models bumped from 0.0.1-next.32 to 0.0.1-next.33
86
+
87
+ ## [0.0.1-next.32](https://github.com/twinfoundation/blob-storage/compare/blob-storage-connector-memory-v0.0.1-next.31...blob-storage-connector-memory-v0.0.1-next.32) (2025-05-28)
88
+
89
+
90
+ ### Miscellaneous Chores
91
+
92
+ * **blob-storage-connector-memory:** Synchronize repo versions
93
+
94
+
95
+ ### Dependencies
96
+
97
+ * The following workspace dependencies were updated
98
+ * dependencies
99
+ * @twin.org/blob-storage-models bumped from 0.0.1-next.31 to 0.0.1-next.32
100
+
101
+ ## [0.0.1-next.31](https://github.com/twinfoundation/blob-storage/compare/blob-storage-connector-memory-v0.0.1-next.30...blob-storage-connector-memory-v0.0.1-next.31) (2025-05-08)
102
+
103
+
104
+ ### Miscellaneous Chores
105
+
106
+ * **blob-storage-connector-memory:** Synchronize repo versions
107
+
108
+
109
+ ### Dependencies
110
+
111
+ * The following workspace dependencies were updated
112
+ * dependencies
113
+ * @twin.org/blob-storage-models bumped from 0.0.1-next.30 to 0.0.1-next.31
114
+
115
+ ## [0.0.1-next.30](https://github.com/twinfoundation/blob-storage/compare/blob-storage-connector-memory-v0.0.1-next.29...blob-storage-connector-memory-v0.0.1-next.30) (2025-04-17)
116
+
117
+
118
+ ### Features
119
+
120
+ * use shared store mechanism ([#12](https://github.com/twinfoundation/blob-storage/issues/12)) ([cae8110](https://github.com/twinfoundation/blob-storage/commit/cae8110681847a1ac4fcac968b8196694e49c320))
121
+
122
+
123
+ ### Dependencies
124
+
125
+ * The following workspace dependencies were updated
126
+ * dependencies
127
+ * @twin.org/blob-storage-models bumped from 0.0.1-next.29 to 0.0.1-next.30
128
+
129
+ ## [0.0.1-next.29](https://github.com/twinfoundation/blob-storage/compare/blob-storage-connector-memory-v0.0.1-next.28...blob-storage-connector-memory-v0.0.1-next.29) (2025-03-28)
130
+
131
+
132
+ ### Miscellaneous Chores
133
+
134
+ * **blob-storage-connector-memory:** Synchronize repo versions
135
+
136
+
137
+ ### Dependencies
138
+
139
+ * The following workspace dependencies were updated
140
+ * dependencies
141
+ * @twin.org/blob-storage-models bumped from 0.0.1-next.28 to 0.0.1-next.29
142
+
143
+ ## v0.0.1-next.28
4
144
 
5
145
  - Initial Release
@@ -8,15 +8,15 @@ Class for performing blob storage operations in-memory.
8
8
 
9
9
  ## Constructors
10
10
 
11
- ### new MemoryBlobStorageConnector()
11
+ ### Constructor
12
12
 
13
- > **new MemoryBlobStorageConnector**(): [`MemoryBlobStorageConnector`](MemoryBlobStorageConnector.md)
13
+ > **new MemoryBlobStorageConnector**(): `MemoryBlobStorageConnector`
14
14
 
15
15
  Create a new instance of MemoryBlobStorageConnector.
16
16
 
17
17
  #### Returns
18
18
 
19
- [`MemoryBlobStorageConnector`](MemoryBlobStorageConnector.md)
19
+ `MemoryBlobStorageConnector`
20
20
 
21
21
  ## Properties
22
22
 
@@ -48,7 +48,9 @@ Set the blob.
48
48
 
49
49
  #### Parameters
50
50
 
51
- **blob**: `Uint8Array`
51
+ ##### blob
52
+
53
+ `Uint8Array`
52
54
 
53
55
  The data for the blob.
54
56
 
@@ -66,19 +68,21 @@ The id of the stored blob in urn format.
66
68
 
67
69
  ### get()
68
70
 
69
- > **get**(`id`): `Promise`\<`undefined` \| `Uint8Array`\>
71
+ > **get**(`id`): `Promise`\<`undefined` \| `Uint8Array`\<`ArrayBufferLike`\>\>
70
72
 
71
73
  Get the blob.
72
74
 
73
75
  #### Parameters
74
76
 
75
- **id**: `string`
77
+ ##### id
78
+
79
+ `string`
76
80
 
77
81
  The id of the blob to get in urn format.
78
82
 
79
83
  #### Returns
80
84
 
81
- `Promise`\<`undefined` \| `Uint8Array`\>
85
+ `Promise`\<`undefined` \| `Uint8Array`\<`ArrayBufferLike`\>\>
82
86
 
83
87
  The data for the blob if it can be found or undefined.
84
88
 
@@ -96,7 +100,9 @@ Remove the blob.
96
100
 
97
101
  #### Parameters
98
102
 
99
- **id**: `string`
103
+ ##### id
104
+
105
+ `string`
100
106
 
101
107
  The id of the blob to remove in urn format.
102
108
 
@@ -114,12 +120,12 @@ True if the blob was found.
114
120
 
115
121
  ### getStore()
116
122
 
117
- > **getStore**(): `undefined` \| `object`
123
+ > **getStore**(): `object`
118
124
 
119
125
  Get the memory store.
120
126
 
121
127
  #### Returns
122
128
 
123
- `undefined` \| `object`
129
+ `object`
124
130
 
125
131
  The store.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/blob-storage-connector-memory",
3
- "version": "0.0.1-next.9",
3
+ "version": "0.0.1",
4
4
  "description": "Blob Storage connector implementation using in-memory storage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,21 +14,21 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/blob-storage-models": "0.0.1-next.9",
18
- "@twin.org/core": "next",
19
- "@twin.org/crypto": "next",
20
- "@twin.org/nameof": "next"
17
+ "@twin.org/blob-storage-models": "^0.0.1",
18
+ "@twin.org/core": "^0.0.1",
19
+ "@twin.org/crypto": "^0.0.1",
20
+ "@twin.org/nameof": "^0.0.1"
21
21
  },
22
22
  "main": "./dist/cjs/index.cjs",
23
23
  "module": "./dist/esm/index.mjs",
24
24
  "types": "./dist/types/index.d.ts",
25
25
  "exports": {
26
26
  ".": {
27
+ "types": "./dist/types/index.d.ts",
27
28
  "require": "./dist/cjs/index.cjs",
28
- "import": "./dist/esm/index.mjs",
29
- "types": "./dist/types/index.d.ts"
29
+ "import": "./dist/esm/index.mjs"
30
30
  },
31
- "./locales": "./locales"
31
+ "./locales/*.json": "./locales/*.json"
32
32
  },
33
33
  "files": [
34
34
  "dist/cjs",