@cdk8s/projen-common 0.1.2 → 0.1.3
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/.jsii +2 -2
- package/lib/components/triage/triage.js +1 -1
- package/lib/projects/jsii.js +1 -1
- package/lib/projects/node.js +1 -1
- package/lib/projects/typescript.js +1 -1
- package/package.json +3 -3
- /package/node_modules/{camelcase → codemaker/node_modules/camelcase}/index.d.ts +0 -0
- /package/node_modules/{camelcase → codemaker/node_modules/camelcase}/index.js +0 -0
- /package/node_modules/{camelcase → codemaker/node_modules/camelcase}/license +0 -0
- /package/node_modules/{camelcase → codemaker/node_modules/camelcase}/package.json +0 -0
- /package/node_modules/{camelcase → codemaker/node_modules/camelcase}/readme.md +0 -0
package/.jsii
CHANGED
|
@@ -762,6 +762,6 @@
|
|
|
762
762
|
"symbolId": "src/components/triage/triage:TriageProps"
|
|
763
763
|
}
|
|
764
764
|
},
|
|
765
|
-
"version": "0.1.
|
|
766
|
-
"fingerprint": "
|
|
765
|
+
"version": "0.1.3",
|
|
766
|
+
"fingerprint": "sH5hm/8luBBe4Ef0Ns1znSunIMX4W0G9dqZnKGIfmeE="
|
|
767
767
|
}
|
|
@@ -10,7 +10,7 @@ const workflows_model_1 = require("projen/lib/github/workflows-model");
|
|
|
10
10
|
* @see https://github.com/marketplace/actions/add-to-github-projects
|
|
11
11
|
*/
|
|
12
12
|
class Triage extends projen_1.Component {
|
|
13
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/projen-common.Triage", version: "0.1.
|
|
13
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/projen-common.Triage", version: "0.1.3" };
|
|
14
14
|
constructor(project, props) {
|
|
15
15
|
super(project);
|
|
16
16
|
// hmm, we need to remember to update this in 2024
|
package/lib/projects/jsii.js
CHANGED
|
@@ -46,7 +46,7 @@ const code = new maker.CodeMaker();
|
|
|
46
46
|
* @pjid cdk8s-team-jsii-project
|
|
47
47
|
*/
|
|
48
48
|
class Cdk8sTeamJsiiProject extends projen_1.cdk.JsiiProject {
|
|
49
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/projen-common.Cdk8sTeamJsiiProject", version: "0.1.
|
|
49
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/projen-common.Cdk8sTeamJsiiProject", version: "0.1.3" };
|
|
50
50
|
constructor(options) {
|
|
51
51
|
node.validateOptions(options);
|
|
52
52
|
node.validateProjectName(options);
|
package/lib/projects/node.js
CHANGED
|
@@ -150,7 +150,7 @@ function buildRepositoryName(projectName) {
|
|
|
150
150
|
* @pjid cdk8s-team-node-project
|
|
151
151
|
*/
|
|
152
152
|
class Cdk8sTeamNodeProject extends projen_1.javascript.NodeProject {
|
|
153
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/projen-common.Cdk8sTeamNodeProject", version: "0.1.
|
|
153
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/projen-common.Cdk8sTeamNodeProject", version: "0.1.3" };
|
|
154
154
|
constructor(options) {
|
|
155
155
|
validateOptions(options);
|
|
156
156
|
validateProjectName(options);
|
|
@@ -44,7 +44,7 @@ const backport_1 = require("../components/backport/backport");
|
|
|
44
44
|
* @pjid cdk8s-team-typescript-project
|
|
45
45
|
*/
|
|
46
46
|
class Cdk8sTeamTypeScriptProject extends projen_1.typescript.TypeScriptProject {
|
|
47
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/projen-common.Cdk8sTeamTypeScriptProject", version: "0.1.
|
|
47
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/projen-common.Cdk8sTeamTypeScriptProject", version: "0.1.3" };
|
|
48
48
|
constructor(options) {
|
|
49
49
|
node.validateOptions(options);
|
|
50
50
|
node.validateProjectName(options);
|
package/package.json
CHANGED
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"jest": "^29",
|
|
52
52
|
"jest-junit": "^17",
|
|
53
53
|
"jsii": "5.9.x",
|
|
54
|
-
"jsii-diff": "^1.
|
|
54
|
+
"jsii-diff": "^1.138.0",
|
|
55
55
|
"jsii-docgen": "^10.5.0",
|
|
56
|
-
"jsii-pacmak": "^1.
|
|
56
|
+
"jsii-pacmak": "^1.138.0",
|
|
57
57
|
"jsii-rosetta": "5.9.x",
|
|
58
58
|
"projen": "^0.101.4",
|
|
59
59
|
"ts-jest": "^29",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"main": "lib/index.js",
|
|
78
78
|
"license": "Apache-2.0",
|
|
79
79
|
"stability": "stable",
|
|
80
|
-
"version": "0.1.
|
|
80
|
+
"version": "0.1.3",
|
|
81
81
|
"jest": {
|
|
82
82
|
"coverageProvider": "v8",
|
|
83
83
|
"testMatch": [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|