azure-mock 2.24.0 → 2.26.0

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/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  Mock Azure service classes for local development and testing. Provides in-memory implementations of Azure Table Storage, Blob Storage, Queue Storage, and EventGrid clients that mirror the real Azure SDK interfaces.
9
9
 
10
- ### Table of Contents
10
+ ## Table of Contents
11
11
 
12
12
  - 🚀 [Getting Started](#getting-started)
13
13
  - 📖 [Documentation](#documentation)
@@ -18,7 +18,7 @@ Mock Azure service classes for local development and testing. Provides in-memory
18
18
  ## <a name="getting-started">🚀 Getting Started</a>
19
19
 
20
20
  ```bash
21
- pnpm i -D azure-mock
21
+ pnpm i -D azure-mock @azure/core-http-compat @azure/core-rest-pipeline @azure/data-tables @azure/eventgrid @azure/storage-blob @azure/storage-queue
22
22
  ```
23
23
 
24
24
  ## <a name="documentation">📖 Documentation</a>