jsii 5.9.38-dev.1 → 5.9.39-dev.2

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/lib/version.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /** The short version number for this JSII compiler (e.g: `X.Y.Z`) */
2
- export declare const SHORT_VERSION = "5.9.38-dev.1";
2
+ export declare const SHORT_VERSION = "5.9.39-dev.2";
3
3
  /** The qualified version number for this JSII compiler (e.g: `X.Y.Z (build #######)`) */
4
- export declare const VERSION = "5.9.38-dev.1 (build 1fbac51)";
4
+ export declare const VERSION = "5.9.39-dev.2 (build d0eb166)";
5
5
  /** The release line identifier for this JSII compiler (e.g: `X.Y`) */
6
6
  export declare const RELEASE_LINE = "5.9";
7
7
  //# sourceMappingURL=version.d.ts.map
package/lib/version.js CHANGED
@@ -4,9 +4,9 @@ exports.RELEASE_LINE = exports.VERSION = exports.SHORT_VERSION = void 0;
4
4
  const typescript_1 = require("typescript");
5
5
  // GENERATED: This file is generated by build-tools/code-gen.ts -- Do not edit by hand!
6
6
  /** The short version number for this JSII compiler (e.g: `X.Y.Z`) */
7
- exports.SHORT_VERSION = '5.9.38-dev.1';
7
+ exports.SHORT_VERSION = '5.9.39-dev.2';
8
8
  /** The qualified version number for this JSII compiler (e.g: `X.Y.Z (build #######)`) */
9
- exports.VERSION = '5.9.38-dev.1 (build 1fbac51)';
9
+ exports.VERSION = '5.9.39-dev.2 (build d0eb166)';
10
10
  /** The release line identifier for this JSII compiler (e.g: `X.Y`) */
11
11
  exports.RELEASE_LINE = typescript_1.versionMajorMinor;
12
12
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAE/C,uFAAuF;AAEvF,qEAAqE;AACxD,QAAA,aAAa,GAAG,cAAc,CAAC;AAE5C,yFAAyF;AAC5E,QAAA,OAAO,GAAG,8BAA8B,CAAC;AAEtD,sEAAsE;AACzD,QAAA,YAAY,GAAG,8BAAiB,CAAC","sourcesContent":["import { versionMajorMinor } from 'typescript';\n\n// GENERATED: This file is generated by build-tools/code-gen.ts -- Do not edit by hand!\n\n/** The short version number for this JSII compiler (e.g: `X.Y.Z`) */\nexport const SHORT_VERSION = '5.9.38-dev.1';\n\n/** The qualified version number for this JSII compiler (e.g: `X.Y.Z (build #######)`) */\nexport const VERSION = '5.9.38-dev.1 (build 1fbac51)';\n\n/** The release line identifier for this JSII compiler (e.g: `X.Y`) */\nexport const RELEASE_LINE = versionMajorMinor;\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAE/C,uFAAuF;AAEvF,qEAAqE;AACxD,QAAA,aAAa,GAAG,cAAc,CAAC;AAE5C,yFAAyF;AAC5E,QAAA,OAAO,GAAG,8BAA8B,CAAC;AAEtD,sEAAsE;AACzD,QAAA,YAAY,GAAG,8BAAiB,CAAC","sourcesContent":["import { versionMajorMinor } from 'typescript';\n\n// GENERATED: This file is generated by build-tools/code-gen.ts -- Do not edit by hand!\n\n/** The short version number for this JSII compiler (e.g: `X.Y.Z`) */\nexport const SHORT_VERSION = '5.9.39-dev.2';\n\n/** The qualified version number for this JSII compiler (e.g: `X.Y.Z (build #######)`) */\nexport const VERSION = '5.9.39-dev.2 (build d0eb166)';\n\n/** The release line identifier for this JSII compiler (e.g: `X.Y`) */\nexport const RELEASE_LINE = versionMajorMinor;\n"]}
package/package.json CHANGED
@@ -4,9 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/aws/jsii-compiler.git"
6
6
  },
7
- "bin": {
8
- "jsii": "bin/jsii"
9
- },
7
+ "bin": "bin/jsii",
10
8
  "scripts": {
11
9
  "build": "projen build",
12
10
  "clobber": "projen clobber",
@@ -62,16 +60,16 @@
62
60
  "jsii-1.x": "npm:jsii@1",
63
61
  "lockfile": "^1.0.4",
64
62
  "npm": "^9.9.4",
65
- "npm-check-updates": "^16",
63
+ "npm-check-updates": "^20",
66
64
  "prettier": "^2.8.8",
67
- "projen": "^0.99.42",
65
+ "projen": "^0.99.52",
68
66
  "tar": "^7.5.13",
69
67
  "ts-jest": "^29.4.9",
70
68
  "ts-node": "^10.9.2"
71
69
  },
72
70
  "dependencies": {
73
- "@jsii/check-node": "1.127.0",
74
- "@jsii/spec": "1.127.0",
71
+ "@jsii/check-node": "1.128.0",
72
+ "@jsii/spec": "1.128.0",
75
73
  "case": "^1.6.3",
76
74
  "chalk": "^4",
77
75
  "fast-deep-equal": "^3.1.3",
@@ -86,13 +84,21 @@
86
84
  "engines": {
87
85
  "node": ">= 20.16.0"
88
86
  },
87
+ "devEngines": {
88
+ "packageManager": {
89
+ "name": "yarn",
90
+ "version": ">=4",
91
+ "onFail": "ignore"
92
+ }
93
+ },
89
94
  "main": "lib/index.js",
90
95
  "license": "Apache-2.0",
91
96
  "homepage": "https://aws.github.io/jsii",
92
97
  "publishConfig": {
93
98
  "access": "public"
94
99
  },
95
- "version": "5.9.38-dev.1",
100
+ "version": "5.9.39-dev.2",
101
+ "packageManager": "yarn@4.13.0",
96
102
  "types": "lib/index.d.ts",
97
103
  "exports": {
98
104
  ".": "./lib/index.js",
@@ -100,5 +106,6 @@
100
106
  "./package.json": "./package.json",
101
107
  "./common": "./lib/common/index.js"
102
108
  },
103
- "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
109
+ "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"yarn projen\".",
110
+ "stableVersion": "0.0.0"
104
111
  }
package/releases.json CHANGED
@@ -11,5 +11,5 @@
11
11
  "5.7": "2025-09-15T00:00:00.000Z",
12
12
  "5.8": "2026-02-15T00:00:00.000Z"
13
13
  },
14
- "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
14
+ "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"yarn projen\"."
15
15
  }