cdk8s-cli 2.198.148 → 2.198.149
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.
- package/README.md +1 -0
- package/package.json +2 -1
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"default": "npx projen default",
|
|
19
19
|
"eject": "npx projen eject",
|
|
20
20
|
"eslint": "npx projen eslint",
|
|
21
|
+
"install-helm": "npx projen install-helm",
|
|
21
22
|
"integ:init": "npx projen integ:init",
|
|
22
23
|
"integ:init:go-app-npm": "npx projen integ:init:go-app-npm",
|
|
23
24
|
"integ:init:go-app-yarn": "npx projen integ:init:go-app-yarn",
|
|
@@ -107,7 +108,7 @@
|
|
|
107
108
|
"publishConfig": {
|
|
108
109
|
"access": "public"
|
|
109
110
|
},
|
|
110
|
-
"version": "2.198.
|
|
111
|
+
"version": "2.198.149",
|
|
111
112
|
"jest": {
|
|
112
113
|
"coverageProvider": "v8",
|
|
113
114
|
"testMatch": [
|