@rawdash/connector-azure-cost 0.23.0 → 0.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 +3 -3
package/README.md CHANGED
@@ -102,7 +102,7 @@ Cost Management throttles via 429 responses with Retry-After; the shared HTTP cl
102
102
 
103
103
  ## Links
104
104
 
105
- - [Rawdash docs](https://rawdash.dev/docs/connectors/)
105
+ - [Rawdash docs](https://rawdash.dev/docs/connectors)
106
106
  - [Microsoft Azure API docs](https://learn.microsoft.com/en-us/rest/api/cost-management/)
107
107
  - [GitHub](https://github.com/rawdash/rawdash)
108
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rawdash/connector-azure-cost",
3
- "version": "0.23.0",
3
+ "version": "0.25.0",
4
4
  "description": "Rawdash connector for Azure Cost Management — pulls daily Azure spend (optionally grouped by resource group, service, or tag) into the six-shape storage model via the Cost Management query API",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -24,15 +24,15 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "zod": "^4.4.3",
27
- "@rawdash/core": "0.23.0"
27
+ "@rawdash/core": "0.25.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "fast-check": "^4.8.0",
31
31
  "tsup": "^8.0.0",
32
32
  "typescript": "^5.7.2",
33
33
  "vitest": "^4.1.4",
34
- "@rawdash/connector-azure-shared": "0.1.0",
35
34
  "@rawdash/connector-shared": "0.3.1",
35
+ "@rawdash/connector-azure-shared": "0.1.0",
36
36
  "@rawdash/connector-test-utils": "0.0.10"
37
37
  },
38
38
  "scripts": {