cdk-cost-analyzer 0.1.53 → 0.1.54

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": 1779115415894
5
+ "timestamp": 1779132784836
6
6
  },
7
7
  "AmazonDynamoDB:US East (N. Virginia):group:DDB-ReadUnits|productFamily:Amazon DynamoDB PayPerRequest Throughput": {
8
8
  "price": 0.023,
9
- "timestamp": 1779115415901
9
+ "timestamp": 1779132784848
10
10
  },
11
11
  "AmazonDynamoDB:US East (N. Virginia):group:DDB-WriteUnits|productFamily:Amazon DynamoDB PayPerRequest Throughput": {
12
12
  "price": 0.023,
13
- "timestamp": 1779115415901
13
+ "timestamp": 1779132784848
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": 1779115415911
17
+ "timestamp": 1779132784857
18
18
  },
19
19
  "AWSLambda:US East (N. Virginia):group:AWS-Lambda-Requests": {
20
20
  "price": 0.023,
21
- "timestamp": 1779115415922
21
+ "timestamp": 1779132784862
22
22
  },
23
23
  "AWSLambda:US East (N. Virginia):group:AWS-Lambda-Duration": {
24
24
  "price": 0.023,
25
- "timestamp": 1779115415922
25
+ "timestamp": 1779132784862
26
26
  },
27
27
  "AmazonS3:EU (Frankfurt):storageClass:General Purpose|volumeType:Standard": {
28
28
  "price": 0.023,
29
- "timestamp": 1779115424908
29
+ "timestamp": 1779132795047
30
30
  },
31
31
  "AmazonS3:invalid-region-123:storageClass:General Purpose|volumeType:Standard": {
32
32
  "price": 0.023,
33
- "timestamp": 1779115424953
33
+ "timestamp": 1779132795088
34
34
  }
35
35
  }
36
36
  }
package/.mergify.yml CHANGED
@@ -11,6 +11,5 @@ pull_request_rules:
11
11
  actions:
12
12
  merge:
13
13
  method: squash
14
- delete_head_branch: {}
15
14
  merge_queue:
16
15
  max_parallel_checks: 1
@@ -1 +1 @@
1
- v0.1.53
1
+ v0.1.54
package/package.json CHANGED
@@ -93,7 +93,7 @@
93
93
  "publishConfig": {
94
94
  "access": "public"
95
95
  },
96
- "version": "0.1.53",
96
+ "version": "0.1.54",
97
97
  "bugs": {
98
98
  "url": "https://github.com/buildinginthecloud/cdk-cost-analyzer/issues"
99
99
  },