jsii-diff 1.85.0 → 1.86.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/types.js CHANGED
@@ -113,6 +113,7 @@ function dispatch(apiElement, fns) {
113
113
  if (apiElement instanceof reflect.EnumType) {
114
114
  return fns.enumType(apiElement);
115
115
  }
116
+ // eslint-disable-next-line @typescript-eslint/no-base-to-string
116
117
  throw new Error(`Unrecognized violator: ${apiElement.toString()}`);
117
118
  }
118
119
  function describeType(type) {
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.85.0 (build 08ee592)";
2
+ export declare const VERSION = "1.86.1 (build defb235)";
3
3
  //# sourceMappingURL=version.d.ts.map
package/lib/version.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
- // Generated at 2023-07-17T11:23:09Z by generate.sh
2
+ // Generated at 2023-08-02T14:34:39Z 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.85.0 (build 08ee592)';
6
+ exports.VERSION = '1.86.1 (build defb235)';
7
7
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsii-diff",
3
- "version": "1.85.0",
3
+ "version": "1.86.1",
4
4
  "description": "Assembly comparison for jsii",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -33,10 +33,10 @@
33
33
  "package": "package-js"
34
34
  },
35
35
  "dependencies": {
36
- "@jsii/check-node": "1.85.0",
37
- "@jsii/spec": "^1.85.0",
36
+ "@jsii/check-node": "1.86.1",
37
+ "@jsii/spec": "^1.86.1",
38
38
  "fs-extra": "^10.1.0",
39
- "jsii-reflect": "^1.85.0",
39
+ "jsii-reflect": "^1.86.1",
40
40
  "log4js": "^6.9.1",
41
41
  "yargs": "^16.2.0"
42
42
  },
@@ -44,7 +44,7 @@
44
44
  "@types/fs-extra": "^9.0.13",
45
45
  "@types/tar-fs": "^2.0.1",
46
46
  "jest-expect-message": "^1.1.3",
47
- "jsii": "^1.85.0",
48
- "jsii-build-tools": "^1.85.0"
47
+ "jsii": "^1.86.1",
48
+ "jsii-build-tools": "^1.86.1"
49
49
  }
50
50
  }