@nikovirtala/projen-constructs 0.3.20 → 0.3.22

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 CHANGED
@@ -13,7 +13,7 @@
13
13
  "dependencies": {
14
14
  "@mrgrain/cdk-esbuild": "^5.8.2",
15
15
  "constructs": "^10.8.1",
16
- "projen": "^0.103.1"
16
+ "projen": "^0.103.3"
17
17
  },
18
18
  "dependencyClosure": {
19
19
  "@aws-cdk/asset-awscli-v1": {
@@ -20692,6 +20692,6 @@
20692
20692
  "symbolId": "src/components/vitest:VitestOptions"
20693
20693
  }
20694
20694
  },
20695
- "version": "0.3.20",
20696
- "fingerprint": "2azDLdmb3orx0mKZ/+Fvq7vIn6n3+ySW/ra7x2SvBbk="
20695
+ "version": "0.3.22",
20696
+ "fingerprint": "wykX7p+Acyw2Z0NRtb0AM1V7j4e9uLotzpggX01xySs="
20697
20697
  }
@@ -55,7 +55,7 @@ function convertToPosixPath(p) {
55
55
  return p.split(node_path_1.sep).join(node_path_1.posix.sep);
56
56
  }
57
57
  class Bundler extends projen_1.Component {
58
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.Bundler", version: "0.3.20" };
58
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.Bundler", version: "0.3.22" };
59
59
  static of(project) {
60
60
  const isBundler = (o) => o instanceof Bundler;
61
61
  return project.components.find(isBundler);
@@ -157,7 +157,7 @@ class Bundler extends projen_1.Component {
157
157
  }
158
158
  exports.Bundler = Bundler;
159
159
  class LambdaFunctionCodeBundle extends projen_1.Component {
160
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.LambdaFunctionCodeBundle", version: "0.3.20" };
160
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.LambdaFunctionCodeBundle", version: "0.3.22" };
161
161
  constructor(project, options) {
162
162
  super(project);
163
163
  const bundler = Bundler.of(project);
@@ -200,7 +200,7 @@ class LambdaFunctionCodeBundle extends projen_1.Component {
200
200
  }
201
201
  exports.LambdaFunctionCodeBundle = LambdaFunctionCodeBundle;
202
202
  class LambdaFunctionCodeBundler extends projen_1.Component {
203
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.LambdaFunctionCodeBundler", version: "0.3.20" };
203
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.LambdaFunctionCodeBundler", version: "0.3.22" };
204
204
  constructor(project, options) {
205
205
  super(project);
206
206
  const entrypoints = [];
@@ -6,7 +6,7 @@ const component_1 = require("projen/lib/component");
6
6
  const task_shell_1 = require("projen/lib/task-shell");
7
7
  const homebrew_1 = require("./homebrew");
8
8
  class Colima extends component_1.Component {
9
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.Colima", version: "0.3.20" };
9
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.Colima", version: "0.3.22" };
10
10
  constructor(scope) {
11
11
  super(scope);
12
12
  const project = this.project;
@@ -6,7 +6,7 @@ const component_1 = require("projen/lib/component");
6
6
  const task_shell_1 = require("projen/lib/task-shell");
7
7
  const textfile_1 = require("projen/lib/textfile");
8
8
  class Homebrew extends component_1.Component {
9
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.Homebrew", version: "0.3.20" };
9
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.Homebrew", version: "0.3.22" };
10
10
  static of(project) {
11
11
  const isHomebrew = (c) => c instanceof Homebrew;
12
12
  return project.components.find(isHomebrew);
@@ -39,7 +39,7 @@ const path = __importStar(require("node:path"));
39
39
  const projen_1 = require("projen");
40
40
  const utils_1 = require("../utils");
41
41
  class LambdaFunctionConstructGenerator extends projen_1.Component {
42
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.LambdaFunctionConstructGenerator", version: "0.3.20" };
42
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.LambdaFunctionConstructGenerator", version: "0.3.22" };
43
43
  sourceDir;
44
44
  outputDir;
45
45
  filePattern;
@@ -7,7 +7,7 @@ const javascript_1 = require("projen/lib/javascript");
7
7
  const colima_1 = require("./colima");
8
8
  const homebrew_1 = require("./homebrew");
9
9
  class LocalStack extends component_1.Component {
10
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.LocalStack", version: "0.3.20" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.LocalStack", version: "0.3.22" };
11
11
  constructor(scope, options = {}) {
12
12
  super(scope);
13
13
  const project = javascript_1.NodeProject.of(this);
@@ -7,7 +7,7 @@ const component_1 = require("projen/lib/component");
7
7
  const textfile_1 = require("projen/lib/textfile");
8
8
  const homebrew_1 = require("./homebrew");
9
9
  class Mise extends component_1.Component {
10
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.Mise", version: "0.3.20" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.Mise", version: "0.3.22" };
11
11
  static of(project) {
12
12
  const isMise = (c) => c instanceof Mise;
13
13
  return project.components.find(isMise);
@@ -34,7 +34,7 @@ const DEFAULT_CONFIG = {
34
34
  * TypeDoc component for projen projects
35
35
  */
36
36
  class TypeDoc extends component_1.Component {
37
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.TypeDoc", version: "0.3.20" };
37
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.TypeDoc", version: "0.3.22" };
38
38
  static of(project) {
39
39
  const isTypeDoc = (c) => c instanceof TypeDoc;
40
40
  return project.components.find(isTypeDoc);
@@ -140,7 +140,7 @@ var CoverageReporter;
140
140
  CoverageReporter["TEXT"] = "text";
141
141
  })(CoverageReporter || (exports.CoverageReporter = CoverageReporter = {}));
142
142
  class Vitest extends component_1.Component {
143
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.Vitest", version: "0.3.20" };
143
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.Vitest", version: "0.3.22" };
144
144
  static of(project) {
145
145
  const isVitest = (c) => c instanceof Vitest;
146
146
  return project.components.find(isVitest);
@@ -422,7 +422,7 @@ class TypeScriptClassRenderer {
422
422
  */
423
423
  class ProjectGenerator extends projen.Component {
424
424
  options;
425
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.ProjectGenerator", version: "0.3.20" };
425
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.ProjectGenerator", version: "0.3.22" };
426
426
  renderer;
427
427
  static enumGenerated = false;
428
428
  /**
@@ -15,7 +15,7 @@ const utils_1 = require("../utils");
15
15
  * Extends Projen's base class with opinionated defaults and automatic component setup.
16
16
  */
17
17
  class AwsCdkConstructLibraryProject extends projen_1.awscdk.AwsCdkConstructLibrary {
18
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.AwsCdkConstructLibraryProject", version: "0.3.20" };
18
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.AwsCdkConstructLibraryProject", version: "0.3.22" };
19
19
  /**
20
20
  * @param options - Project configuration
21
21
  */
@@ -15,7 +15,7 @@ const utils_1 = require("../utils");
15
15
  * Extends Projen's base class with opinionated defaults and automatic component setup.
16
16
  */
17
17
  class AwsCdkTypeScriptAppProject extends projen_1.awscdk.AwsCdkTypeScriptApp {
18
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.AwsCdkTypeScriptAppProject", version: "0.3.20" };
18
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.AwsCdkTypeScriptAppProject", version: "0.3.22" };
19
19
  /**
20
20
  * @param options - Project configuration
21
21
  */
@@ -16,7 +16,7 @@ const utils_1 = require("../utils");
16
16
  * Extends Projen's base class with opinionated defaults and automatic component setup.
17
17
  */
18
18
  class JsiiProject extends projen_1.cdk.JsiiProject {
19
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.JsiiProject", version: "0.3.20" };
19
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.JsiiProject", version: "0.3.22" };
20
20
  /**
21
21
  * @param options - Project configuration
22
22
  */
@@ -15,7 +15,7 @@ const utils_1 = require("../utils");
15
15
  * Extends Projen's base class with opinionated defaults and automatic component setup.
16
16
  */
17
17
  class TypeScriptProject extends projen_1.typescript.TypeScriptProject {
18
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.TypeScriptProject", version: "0.3.20" };
18
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@nikovirtala/projen-constructs.TypeScriptProject", version: "0.3.22" };
19
19
  /**
20
20
  * @param options - Project configuration
21
21
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsii/spec",
3
- "version": "1.139.0",
3
+ "version": "1.140.0",
4
4
  "description": "Specification for jsii assemblies",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -32,11 +32,11 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "ajv": "^8.20.0",
35
- "esbuild": "^0.28.1",
36
- "eslint": "^9.39.4",
35
+ "esbuild": "^0.28.2",
36
+ "eslint": "^9.39.5",
37
37
  "jest": "^30.4.2",
38
- "jsii-build-tools": "^1.139.0",
38
+ "jsii-build-tools": "^1.140.0",
39
39
  "typescript": "6.x",
40
- "typescript-json-schema": "^0.67.4"
40
+ "typescript-json-schema": "^0.68.0"
41
41
  }
42
42
  }
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "devDependencies": {
14
14
  "@biomejs/biome": "^2.5",
15
- "@jsii/spec": "^1.139.0",
15
+ "@jsii/spec": "^1.140.0",
16
16
  "@mrgrain/cdk-esbuild": "5.8.2",
17
17
  "@types/node": "^24",
18
18
  "@vitest/coverage-v8": "^4",
@@ -20,11 +20,11 @@
20
20
  "constructs": "^10.8.1",
21
21
  "esbuild": "^0.28.2",
22
22
  "jsii": "~6.0.3",
23
- "jsii-diff": "^1.139.0",
23
+ "jsii-diff": "^1.140.0",
24
24
  "jsii-docgen": "^10.5.0",
25
- "jsii-pacmak": "^1.139.0",
25
+ "jsii-pacmak": "^1.140.0",
26
26
  "jsii-rosetta": "~6.0.3",
27
- "projen": "^0.103.1",
27
+ "projen": "^0.103.3",
28
28
  "tsx": "^4.23.12",
29
29
  "typedoc": "^0.28",
30
30
  "typescript": "6.0.3",
@@ -33,12 +33,12 @@
33
33
  "peerDependencies": {
34
34
  "@mrgrain/cdk-esbuild": "^5.8.2",
35
35
  "constructs": "^10.8.1",
36
- "projen": "^0.103.1"
36
+ "projen": "^0.103.3"
37
37
  },
38
38
  "dependencies": {
39
39
  "@mrgrain/jsii-struct-builder": "^0.7.64",
40
40
  "case": "^1.6.3",
41
- "projen": "^0.103.1"
41
+ "projen": "^0.103.3"
42
42
  },
43
43
  "bundledDependencies": [
44
44
  "@mrgrain/jsii-struct-builder",
@@ -60,7 +60,7 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "version": "0.3.20",
63
+ "version": "0.3.22",
64
64
  "types": "lib/index.d.ts",
65
65
  "jsii": {
66
66
  "outdir": "dist",