@checkstack/queue-frontend 0.2.15 → 0.2.16

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/CHANGELOG.md +13 -0
  2. package/package.json +10 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @checkstack/queue-frontend
2
2
 
3
+ ## 0.2.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 6c743d4: Resolve AJV version mismatch and update to 8.18.0 for security reasons. Also fixed a TypeScript error in the HealthCheck latency chart caused by the Recharts v3 API change.
8
+ - Updated dependencies [67158e2]
9
+ - Updated dependencies [6c743d4]
10
+ - @checkstack/common@0.6.4
11
+ - @checkstack/frontend-api@0.3.8
12
+ - @checkstack/queue-common@0.2.7
13
+ - @checkstack/signal-frontend@0.0.14
14
+ - @checkstack/ui@1.1.3
15
+
3
16
  ## 0.2.15
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@checkstack/queue-frontend",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
+ "checkstack": {
7
+ "type": "frontend"
8
+ },
6
9
  "types": "./dist/index.d.ts",
7
10
  "exports": {
8
11
  ".": {
@@ -17,15 +20,14 @@
17
20
  "lint:code": "eslint . --max-warnings 0"
18
21
  },
19
22
  "dependencies": {
20
- "@checkstack/common": "0.6.2",
21
- "@checkstack/frontend-api": "0.3.5",
22
- "@checkstack/queue-common": "0.2.5",
23
- "@checkstack/signal-frontend": "0.0.12",
24
- "@checkstack/ui": "1.1.0",
25
- "ajv": "^8.17.1",
23
+ "@checkstack/common": "0.6.3",
24
+ "@checkstack/frontend-api": "0.3.7",
25
+ "@checkstack/queue-common": "0.2.6",
26
+ "@checkstack/signal-frontend": "0.0.13",
27
+ "@checkstack/ui": "1.1.2",
28
+ "ajv": "^8.18.0",
26
29
  "ajv-formats": "^3.0.1",
27
30
  "lucide-react": "^0.468.0",
28
- "prismjs": "^1.29.0",
29
31
  "react": "^18.3.1",
30
32
  "react-router-dom": "^7.1.1",
31
33
  "zod": "^4.0.0"