azure-mock 2.25.0 → 2.27.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.
Files changed (4) hide show
  1. package/README.md +1 -1
  2. package/dist/index.d.ts +946 -4974
  3. package/dist/index.js +49 -34262
  4. package/package.json +16 -17
package/README.md CHANGED
@@ -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>