cdk-cost-analyzer 0.1.12 → 0.1.13

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.
@@ -2,35 +2,35 @@
2
2
  "entries": {
3
3
  "AmazonS3:US East (N. Virginia):storageClass:General Purpose|volumeType:Standard": {
4
4
  "price": 0.023,
5
- "timestamp": 1769029142702
5
+ "timestamp": 1769681855367
6
6
  },
7
7
  "AmazonDynamoDB:US East (N. Virginia):group:DDB-ReadUnits|groupDescription:OnDemand ReadRequestUnits": {
8
8
  "price": 0.023,
9
- "timestamp": 1769029142713
9
+ "timestamp": 1769681855373
10
10
  },
11
11
  "AmazonDynamoDB:US East (N. Virginia):group:DDB-WriteUnits|groupDescription:OnDemand WriteRequestUnits": {
12
12
  "price": 0.023,
13
- "timestamp": 1769029142713
13
+ "timestamp": 1769681855374
14
14
  },
15
15
  "AmazonEC2:US East (N. Virginia):capacitystatus:Used|instanceType:t3.micro|operatingSystem:Linux|preInstalledSw:NA|tenancy:Shared": {
16
16
  "price": 0.023,
17
- "timestamp": 1769029142723
17
+ "timestamp": 1769681855389
18
18
  },
19
19
  "AWSLambda:US East (N. Virginia):group:AWS-Lambda-Requests": {
20
20
  "price": 0.023,
21
- "timestamp": 1769029142728
21
+ "timestamp": 1769681855394
22
22
  },
23
23
  "AWSLambda:US East (N. Virginia):group:AWS-Lambda-Duration": {
24
24
  "price": 0.023,
25
- "timestamp": 1769029142729
25
+ "timestamp": 1769681855394
26
26
  },
27
27
  "AmazonS3:EU (Frankfurt):storageClass:General Purpose|volumeType:Standard": {
28
28
  "price": 0.023,
29
- "timestamp": 1769029153739
29
+ "timestamp": 1769681867552
30
30
  },
31
31
  "AmazonS3:invalid-region-123:storageClass:General Purpose|volumeType:Standard": {
32
32
  "price": 0.023,
33
- "timestamp": 1769029153782
33
+ "timestamp": 1769681867598
34
34
  }
35
35
  }
36
36
  }
@@ -1 +1 @@
1
- v0.1.12
1
+ v0.1.13
package/package.json CHANGED
@@ -56,7 +56,7 @@
56
56
  "jest": "^30.2.0",
57
57
  "jest-junit": "^16",
58
58
  "lint-staged": "^15.0.0",
59
- "projen": "^0.99.4",
59
+ "projen": "^0.99.8",
60
60
  "ts-jest": "^29.4.6",
61
61
  "ts-node": "^10.9.2",
62
62
  "typescript": "^5.9.3"
@@ -82,7 +82,7 @@
82
82
  "publishConfig": {
83
83
  "access": "public"
84
84
  },
85
- "version": "0.1.12",
85
+ "version": "0.1.13",
86
86
  "bugs": {
87
87
  "url": "https://github.com/buildinginthecloud/cdk-cost-analyzer/issues"
88
88
  },