cdk-cost-analyzer 0.1.46 → 0.1.48

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.
@@ -1 +1 @@
1
- v0.1.46
1
+ v0.1.48
package/package.json CHANGED
@@ -9,32 +9,32 @@
9
9
  "cdk-cost-analyzer": "dist/cli/index.js"
10
10
  },
11
11
  "scripts": {
12
- "build": "npx projen build",
13
- "build:action": "npx projen build:action",
14
- "bump": "npx projen bump",
15
- "ci:local": "npx projen ci:local",
16
- "clobber": "npx projen clobber",
17
- "compile": "npx projen compile",
18
- "default": "npx projen default",
19
- "eject": "npx projen eject",
20
- "eslint": "npx projen eslint",
21
- "install:act": "npx projen install:act",
22
- "lint": "npx projen lint",
23
- "package": "npx projen package",
24
- "post-compile": "npx projen post-compile",
25
- "post-upgrade": "npx projen post-upgrade",
26
- "pre-compile": "npx projen pre-compile",
27
- "prepare": "npx projen prepare",
28
- "release": "npx projen release",
29
- "test": "npx projen test",
30
- "test:integration": "npx projen test:integration",
31
- "test:silent": "npx projen test:silent",
32
- "test:watch": "npx projen test:watch",
33
- "unbump": "npx projen unbump",
34
- "upgrade": "npx projen upgrade",
35
- "validate:workflows": "npx projen validate:workflows",
36
- "watch": "npx projen watch",
37
- "projen": "npx projen"
12
+ "build": "projen build",
13
+ "build:action": "projen build:action",
14
+ "bump": "projen bump",
15
+ "ci:local": "projen ci:local",
16
+ "clobber": "projen clobber",
17
+ "compile": "projen compile",
18
+ "default": "projen default",
19
+ "eject": "projen eject",
20
+ "eslint": "projen eslint",
21
+ "install:act": "projen install:act",
22
+ "lint": "projen lint",
23
+ "package": "projen package",
24
+ "post-compile": "projen post-compile",
25
+ "post-upgrade": "projen post-upgrade",
26
+ "pre-compile": "projen pre-compile",
27
+ "prepare": "projen prepare",
28
+ "release": "projen release",
29
+ "test": "projen test",
30
+ "test:integration": "projen test:integration",
31
+ "test:silent": "projen test:silent",
32
+ "test:watch": "projen test:watch",
33
+ "unbump": "projen unbump",
34
+ "upgrade": "projen upgrade",
35
+ "validate:workflows": "projen validate:workflows",
36
+ "watch": "projen watch",
37
+ "projen": "projen"
38
38
  },
39
39
  "author": {
40
40
  "name": "Yvo van Zee",
@@ -59,8 +59,8 @@
59
59
  "jest": "^30.3.0",
60
60
  "jest-junit": "^16",
61
61
  "lint-staged": "^15.0.0",
62
- "projen": "^0.99.19",
63
- "ts-jest": "^29.4.6",
62
+ "projen": "^0.99.52",
63
+ "ts-jest": "^29.4.9",
64
64
  "ts-node": "^10.9.2",
65
65
  "typescript": "^5.9.3"
66
66
  },
@@ -81,13 +81,19 @@
81
81
  "engines": {
82
82
  "node": ">= 20.0.0"
83
83
  },
84
+ "devEngines": {
85
+ "packageManager": {
86
+ "name": "npm",
87
+ "onFail": "ignore"
88
+ }
89
+ },
84
90
  "main": "dist/api/index.js",
85
91
  "license": "MIT",
86
92
  "homepage": "https://github.com/buildinginthecloud/cdk-cost-analyzer",
87
93
  "publishConfig": {
88
94
  "access": "public"
89
95
  },
90
- "version": "0.1.46",
96
+ "version": "0.1.48",
91
97
  "bugs": {
92
98
  "url": "https://github.com/buildinginthecloud/cdk-cost-analyzer/issues"
93
99
  },