jsii-diff 1.60.1 → 1.61.0

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,3 +1,3 @@
1
1
  /** The qualified version number for this JSII compiler. */
2
- export declare const VERSION = "1.60.1 (build 2799dc8)";
2
+ export declare const VERSION = "1.61.0 (build abf4039)";
3
3
  //# sourceMappingURL=version.d.ts.map
package/lib/version.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
- // Generated at 2022-06-09T13:53:26Z by generate.sh
2
+ // Generated at 2022-06-16T13:32:41Z by generate.sh
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.VERSION = void 0;
5
5
  /** The qualified version number for this JSII compiler. */
6
- exports.VERSION = '1.60.1 (build 2799dc8)';
6
+ exports.VERSION = '1.61.0 (build abf4039)';
7
7
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsii-diff",
3
- "version": "1.60.1",
3
+ "version": "1.61.0",
4
4
  "description": "Assembly comparison for jsii",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -17,7 +17,7 @@
17
17
  "directory": "packages/jsii-diff"
18
18
  },
19
19
  "engines": {
20
- "node": ">= 14.5.0"
20
+ "node": ">= 14.6.0"
21
21
  },
22
22
  "main": "lib/index.js",
23
23
  "bin": {
@@ -33,18 +33,18 @@
33
33
  "package": "package-js"
34
34
  },
35
35
  "dependencies": {
36
- "@jsii/check-node": "1.60.1",
37
- "@jsii/spec": "^1.60.1",
36
+ "@jsii/check-node": "1.61.0",
37
+ "@jsii/spec": "^1.61.0",
38
38
  "fs-extra": "^10.1.0",
39
- "jsii-reflect": "^1.60.1",
40
- "log4js": "^6.4.7",
39
+ "jsii-reflect": "^1.61.0",
40
+ "log4js": "^6.5.2",
41
41
  "yargs": "^16.2.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/fs-extra": "^9.0.13",
45
45
  "@types/tar-fs": "^2.0.1",
46
46
  "jest-expect-message": "^1.0.2",
47
- "jsii": "^1.60.1",
48
- "jsii-build-tools": "^1.60.1"
47
+ "jsii": "^1.61.0",
48
+ "jsii-build-tools": "^1.61.0"
49
49
  }
50
50
  }