@cdk8s/awscdk-resolver 0.0.641 → 0.0.642

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.
Files changed (3) hide show
  1. package/.jsii +4 -4
  2. package/lib/resolve.js +1 -1
  3. package/package.json +2 -2
package/.jsii CHANGED
@@ -3993,7 +3993,7 @@
3993
3993
  "stability": "stable"
3994
3994
  },
3995
3995
  "homepage": "https://github.com/cdk8s-team/cdk8s-awscdk-resolver.git",
3996
- "jsiiVersion": "5.9.48 (build 82cdda0)",
3996
+ "jsiiVersion": "5.9.49 (build 09a22a8)",
3997
3997
  "license": "Apache-2.0",
3998
3998
  "metadata": {
3999
3999
  "jsii": {
@@ -4001,7 +4001,7 @@
4001
4001
  "hasDefaultInterfaces": true
4002
4002
  }
4003
4003
  },
4004
- "tscRootDir": "/home/runner/work/cdk8s-awscdk-resolver/cdk8s-awscdk-resolver/src"
4004
+ "tscRootDir": "src"
4005
4005
  },
4006
4006
  "name": "@cdk8s/awscdk-resolver",
4007
4007
  "readme": {
@@ -4082,6 +4082,6 @@
4082
4082
  "symbolId": "src/resolve:AwsCdkResolver"
4083
4083
  }
4084
4084
  },
4085
- "version": "0.0.641",
4086
- "fingerprint": "8naCHjdl8q8bpp3HeXT0y7wlyFlzc9Jr3foPr1MbGOU="
4085
+ "version": "0.0.642",
4086
+ "fingerprint": "UVAS3ozv6M9tsJVykBUMyZazlkp+5siHx/Eoqjfy/RA="
4087
4087
  }
package/lib/resolve.js CHANGED
@@ -39,7 +39,7 @@ const child_process_1 = require("child_process");
39
39
  const path = __importStar(require("path"));
40
40
  const aws_cdk_lib_1 = require("aws-cdk-lib");
41
41
  class AwsCdkResolver {
42
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.641" };
42
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.642" };
43
43
  resolve(context) {
44
44
  if (!aws_cdk_lib_1.Token.isUnresolved(context.value)) {
45
45
  return;
package/package.json CHANGED
@@ -67,7 +67,7 @@
67
67
  "jsii-docgen": "^10.5.0",
68
68
  "jsii-pacmak": "^1.139.0",
69
69
  "jsii-rosetta": "^5",
70
- "projen": "^0.101.20",
70
+ "projen": "^0.101.21",
71
71
  "ts-jest": "^27",
72
72
  "ts-node": "^10.9.2",
73
73
  "typescript": "^5.9.3"
@@ -95,7 +95,7 @@
95
95
  "publishConfig": {
96
96
  "access": "public"
97
97
  },
98
- "version": "0.0.641",
98
+ "version": "0.0.642",
99
99
  "jest": {
100
100
  "coverageProvider": "v8",
101
101
  "testMatch": [