@gtsc/blob-storage-connector-memory
Advanced tools
Comparing version 0.0.3-next.8 to 0.0.3-next.9
export * from "./memoryBlobStorageConnector"; | ||
export * from "./models/IMemoryBlobStorageConnectorConfig"; |
import type { IBlobStorageConnector } from "@gtsc/blob-storage-models"; | ||
import type { IRequestContext } from "@gtsc/services"; | ||
import type { IMemoryBlobStorageConnectorConfig } from "./models/IMemoryBlobStorageConnectorConfig"; | ||
/** | ||
@@ -10,5 +9,4 @@ * Class for performing blob storage operations in-memory. | ||
* Create a new instance of MemoryBlobStorageConnector. | ||
* @param config The configuration for the blob storage connector. | ||
*/ | ||
constructor(config?: IMemoryBlobStorageConnectorConfig); | ||
constructor(); | ||
/** | ||
@@ -15,0 +13,0 @@ * Set the blob. |
@@ -17,12 +17,6 @@ [**@gtsc/blob-storage-connector-memory**](../overview.md) • **Docs** | ||
> **new MemoryBlobStorageConnector**(`config`?): [`MemoryBlobStorageConnector`](MemoryBlobStorageConnector.md) | ||
> **new MemoryBlobStorageConnector**(): [`MemoryBlobStorageConnector`](MemoryBlobStorageConnector.md) | ||
Create a new instance of MemoryBlobStorageConnector. | ||
#### Parameters | ||
• **config?**: [`IMemoryBlobStorageConnectorConfig`](../interfaces/IMemoryBlobStorageConnectorConfig.md) | ||
The configuration for the blob storage connector. | ||
#### Returns | ||
@@ -29,0 +23,0 @@ |
@@ -6,5 +6,1 @@ # @gtsc/blob-storage-connector-memory | ||
- [MemoryBlobStorageConnector](classes/MemoryBlobStorageConnector.md) | ||
## Interfaces | ||
- [IMemoryBlobStorageConnectorConfig](interfaces/IMemoryBlobStorageConnectorConfig.md) |
{ | ||
"name": "@gtsc/blob-storage-connector-memory", | ||
"version": "0.0.3-next.8", | ||
"version": "0.0.3-next.9", | ||
"description": "Blob Storage connector implementation using in-memory storage", | ||
@@ -17,3 +17,3 @@ "repository": { | ||
"dependencies": { | ||
"@gtsc/blob-storage-models": "0.0.3-next.8", | ||
"@gtsc/blob-storage-models": "0.0.3-next.9", | ||
"@gtsc/core": "next", | ||
@@ -20,0 +20,0 @@ "@gtsc/crypto": "next", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24946
13
239
+ Added@gtsc/blob-storage-models@0.0.3-next.9(transitive)
- Removed@gtsc/blob-storage-models@0.0.3-next.8(transitive)