jsii 5.9.37 → 5.9.38-dev.1

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.37";
2
+ export declare const SHORT_VERSION = "5.9.38-dev.1";
3
3
  /** The qualified version number for this JSII compiler (e.g: `X.Y.Z (build #######)`) */
4
- export declare const VERSION = "5.9.37 (build 5176c0d)";
4
+ export declare const VERSION = "5.9.38-dev.1 (build 1fbac51)";
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.37';
7
+ exports.SHORT_VERSION = '5.9.38-dev.1';
8
8
  /** The qualified version number for this JSII compiler (e.g: `X.Y.Z (build #######)`) */
9
- exports.VERSION = '5.9.37 (build 5176c0d)';
9
+ exports.VERSION = '5.9.38-dev.1 (build 1fbac51)';
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,QAAQ,CAAC;AAEtC,yFAAyF;AAC5E,QAAA,OAAO,GAAG,wBAAwB,CAAC;AAEhD,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.37';\n\n/** The qualified version number for this JSII compiler (e.g: `X.Y.Z (build #######)`) */\nexport const VERSION = '5.9.37 (build 5176c0d)';\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.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"]}
package/package.json CHANGED
@@ -8,26 +8,26 @@
8
8
  "jsii": "bin/jsii"
9
9
  },
10
10
  "scripts": {
11
- "build": "npx projen build",
12
- "clobber": "npx projen clobber",
13
- "compile": "npx projen compile",
14
- "contributors:update": "npx projen contributors:update",
15
- "default": "npx projen default",
16
- "eject": "npx projen eject",
17
- "eslint": "npx projen eslint",
18
- "package": "npx projen package",
19
- "post-compile": "npx projen post-compile",
20
- "post-upgrade": "npx projen post-upgrade",
21
- "pre-compile": "npx projen pre-compile",
22
- "release": "npx projen release",
23
- "tag-release": "npx projen tag-release",
24
- "test": "npx projen test",
25
- "test:benchmark": "npx projen test:benchmark",
26
- "test:benchmark:update-aws-cdk-lib-snapshot": "npx projen test:benchmark:update-aws-cdk-lib-snapshot",
27
- "test:watch": "npx projen test:watch",
28
- "upgrade": "npx projen upgrade",
29
- "watch": "npx projen watch",
30
- "projen": "npx projen"
11
+ "build": "projen build",
12
+ "clobber": "projen clobber",
13
+ "compile": "projen compile",
14
+ "contributors:update": "projen contributors:update",
15
+ "default": "projen default",
16
+ "eject": "projen eject",
17
+ "eslint": "projen eslint",
18
+ "package": "projen package",
19
+ "post-compile": "projen post-compile",
20
+ "post-upgrade": "projen post-upgrade",
21
+ "pre-compile": "projen pre-compile",
22
+ "release": "projen release",
23
+ "tag-release": "projen tag-release",
24
+ "test": "projen test",
25
+ "test:benchmark": "projen test:benchmark",
26
+ "test:benchmark:update-aws-cdk-lib-snapshot": "projen test:benchmark:update-aws-cdk-lib-snapshot",
27
+ "test:watch": "projen test:watch",
28
+ "upgrade": "projen upgrade",
29
+ "watch": "projen watch",
30
+ "projen": "projen"
31
31
  },
32
32
  "author": {
33
33
  "name": "Amazon Web Services",
@@ -64,7 +64,7 @@
64
64
  "npm": "^9.9.4",
65
65
  "npm-check-updates": "^16",
66
66
  "prettier": "^2.8.8",
67
- "projen": "^0.99.33",
67
+ "projen": "^0.99.42",
68
68
  "tar": "^7.5.13",
69
69
  "ts-jest": "^29.4.9",
70
70
  "ts-node": "^10.9.2"
@@ -92,7 +92,7 @@
92
92
  "publishConfig": {
93
93
  "access": "public"
94
94
  },
95
- "version": "5.9.37",
95
+ "version": "5.9.38-dev.1",
96
96
  "types": "lib/index.d.ts",
97
97
  "exports": {
98
98
  ".": "./lib/index.js",