jsii-diff 1.127.0 → 1.128.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.127.0 (build 2117ad5)";
2
+ export declare const VERSION = "1.128.0 (build 749b9a9)";
3
3
  //# sourceMappingURL=version.d.ts.map
package/lib/version.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
- // Generated at 2026-02-25T16:44:02Z by generate.sh
2
+ // Generated at 2026-04-09T17:19:16Z 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.127.0 (build 2117ad5)';
6
+ exports.VERSION = '1.128.0 (build 749b9a9)';
7
7
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsii-diff",
3
- "version": "1.127.0",
3
+ "version": "1.128.0",
4
4
  "description": "Assembly comparison for jsii",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -20,9 +20,7 @@
20
20
  "node": ">= 14.17.0"
21
21
  },
22
22
  "main": "lib/index.js",
23
- "bin": {
24
- "jsii-diff": "bin/jsii-diff"
25
- },
23
+ "bin": "bin/jsii-diff",
26
24
  "scripts": {
27
25
  "build": "bash ./generate.sh && tsc --build && yarn lint",
28
26
  "watch": "bash ./generate.sh && tsc --build -w",
@@ -33,10 +31,10 @@
33
31
  "package": "package-js"
34
32
  },
35
33
  "dependencies": {
36
- "@jsii/check-node": "1.127.0",
37
- "@jsii/spec": "1.127.0",
34
+ "@jsii/check-node": "1.128.0",
35
+ "@jsii/spec": "1.128.0",
38
36
  "fs-extra": "^10.1.0",
39
- "jsii-reflect": "^1.127.0",
37
+ "jsii-reflect": "^1.128.0",
40
38
  "log4js": "^6.9.1",
41
39
  "yargs": "^17.7.2"
42
40
  },
@@ -44,8 +42,11 @@
44
42
  "@types/fs-extra": "^9.0.13",
45
43
  "@types/tar-fs": "^2.0.4",
46
44
  "@types/yargs": "^17.0.33",
45
+ "eslint": "^9.39.4",
46
+ "jest": "^30.3.0",
47
47
  "jest-expect-message": "^1.1.3",
48
48
  "jsii": "^5.9.28",
49
- "jsii-build-tools": "^1.127.0"
49
+ "jsii-build-tools": "^1.128.0",
50
+ "typescript": "5.9.x"
50
51
  }
51
52
  }