azure-mock 2.24.0 → 2.25.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -6
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "azure-mock",
3
- "version": "2.24.0",
3
+ "version": "2.25.0",
4
4
  "description": "A library that contains azure mock classes.",
5
5
  "homepage": "https://github.com/Esposter/Esposter#readme",
6
6
  "bugs": {
@@ -33,9 +33,9 @@
33
33
  "typecheck": "tsgo"
34
34
  },
35
35
  "dependencies": {
36
- "@esposter/db": "2.24.0",
37
- "@esposter/db-schema": "2.24.0",
38
- "@esposter/shared": "2.24.0",
36
+ "@esposter/db": "2.25.0",
37
+ "@esposter/db-schema": "2.25.0",
38
+ "@esposter/shared": "2.25.0",
39
39
  "drizzle-orm": "1.0.0-rc.2",
40
40
  "fast-deep-equal": "^3.1.3",
41
41
  "zod": "^4.4.3"
@@ -48,7 +48,12 @@
48
48
  "@azure/storage-blob": "^12.31.0",
49
49
  "@azure/storage-queue": "^12.29.0",
50
50
  "@azure/web-pubsub": "^1.2.0",
51
- "@esposter/configuration": "2.24.0"
51
+ "@esposter/configuration": "2.25.0",
52
+ "@vitest/coverage-v8": "^4.1.7",
53
+ "ctix": "^2.8.0",
54
+ "rolldown": "^1.0.2",
55
+ "type-fest": "^5.6.0",
56
+ "vitest": "^4.1.7"
52
57
  },
53
- "gitHead": "1fc86e7876d043f2009213ed7b809daf3f3c3abe"
58
+ "gitHead": "9e1918dda13a287698bee79a4507635cce57fcbf"
54
59
  }