cdk8s-cli 2.198.292 → 2.198.294
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/package.json
CHANGED
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
"post-compile": "npx projen post-compile",
|
|
31
31
|
"post-upgrade": "npx projen post-upgrade",
|
|
32
32
|
"pre-compile": "npx projen pre-compile",
|
|
33
|
-
"release:1.x": "npx projen release:1.x",
|
|
34
33
|
"release:2.x": "npx projen release:2.x",
|
|
35
34
|
"schemas": "npx projen schemas",
|
|
36
35
|
"test": "npx projen test",
|
|
@@ -48,7 +47,7 @@
|
|
|
48
47
|
"organization": false
|
|
49
48
|
},
|
|
50
49
|
"devDependencies": {
|
|
51
|
-
"@cdk8s/projen-common": "^0.0.
|
|
50
|
+
"@cdk8s/projen-common": "^0.0.569",
|
|
52
51
|
"@stylistic/eslint-plugin": "^2",
|
|
53
52
|
"@types/fs-extra": "^8",
|
|
54
53
|
"@types/glob": "^7.2.0",
|
|
@@ -65,7 +64,7 @@
|
|
|
65
64
|
"glob": "^7.2.3",
|
|
66
65
|
"jest": "^27",
|
|
67
66
|
"jest-junit": "^15",
|
|
68
|
-
"projen": "^0.91.
|
|
67
|
+
"projen": "^0.91.5",
|
|
69
68
|
"ts-jest": "^27",
|
|
70
69
|
"ts-node": "^10.9.2",
|
|
71
70
|
"typescript": "~4.9.5",
|
|
@@ -74,7 +73,7 @@
|
|
|
74
73
|
"dependencies": {
|
|
75
74
|
"@types/node": "^16",
|
|
76
75
|
"ajv": "^8.17.1",
|
|
77
|
-
"cdk8s": "^2.69.
|
|
76
|
+
"cdk8s": "^2.69.32",
|
|
78
77
|
"cdk8s-plus-28": "^2.5.6",
|
|
79
78
|
"codemaker": "^1.106.0",
|
|
80
79
|
"colors": "1.4.0",
|
|
@@ -87,7 +86,7 @@
|
|
|
87
86
|
"semver": "^7.6.3",
|
|
88
87
|
"sscaff": "^1.2.274",
|
|
89
88
|
"table": "^6.9.0",
|
|
90
|
-
"yaml": "2.
|
|
89
|
+
"yaml": "2.7.0",
|
|
91
90
|
"yargs": "^15"
|
|
92
91
|
},
|
|
93
92
|
"keywords": [
|
|
@@ -106,7 +105,7 @@
|
|
|
106
105
|
"publishConfig": {
|
|
107
106
|
"access": "public"
|
|
108
107
|
},
|
|
109
|
-
"version": "2.198.
|
|
108
|
+
"version": "2.198.294",
|
|
110
109
|
"jest": {
|
|
111
110
|
"coverageProvider": "v8",
|
|
112
111
|
"testMatch": [
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"cdk8s-cli": "{{ cdk8s_cli_spec }}",
|
|
25
25
|
"@types/node": "^14",
|
|
26
|
-
"@types/jest": "^
|
|
27
|
-
"jest": "^
|
|
28
|
-
"ts-jest": "^
|
|
26
|
+
"@types/jest": "^27",
|
|
27
|
+
"jest": "^27",
|
|
28
|
+
"ts-jest": "^27",
|
|
29
29
|
"typescript": "^4.9.5",
|
|
30
30
|
"ts-node": "^10"
|
|
31
31
|
}
|
|
32
|
-
}
|
|
32
|
+
}
|