jsii-diff 1.51.0 → 1.54.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 +1 -1
- package/lib/version.js +3 -3
- package/package.json +11 -11
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/** The qualified version number for this JSII compiler. */
|
|
2
|
-
export declare const VERSION = "1.
|
|
2
|
+
export declare const VERSION = "1.54.0 (build b1b977a)";
|
package/lib/version.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// Generated at 2022-
|
|
2
|
+
// Generated at 2022-02-15T21:18:24Z 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.
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
6
|
+
exports.VERSION = '1.54.0 (build b1b977a)';
|
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbInZlcnNpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLG1EQUFtRDs7O0FBRW5ELDJEQUEyRDtBQUM5QyxRQUFBLE9BQU8sR0FBRyx3QkFBd0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8vIEdlbmVyYXRlZCBhdCAyMDIyLTAyLTE1VDIxOjE4OjI0WiBieSBnZW5lcmF0ZS5zaFxuXG4vKiogVGhlIHF1YWxpZmllZCB2ZXJzaW9uIG51bWJlciBmb3IgdGhpcyBKU0lJIGNvbXBpbGVyLiAqL1xuZXhwb3J0IGNvbnN0IFZFUlNJT04gPSAnMS41NC4wIChidWlsZCBiMWI5NzdhKSc7XG4iXX0=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jsii-diff",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.54.0",
|
|
4
4
|
"description": "Assembly comparison for jsii",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -33,24 +33,24 @@
|
|
|
33
33
|
"package": "package-js"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@jsii/check-node": "1.
|
|
37
|
-
"@jsii/spec": "^1.
|
|
36
|
+
"@jsii/check-node": "1.54.0",
|
|
37
|
+
"@jsii/spec": "^1.54.0",
|
|
38
38
|
"fs-extra": "^9.1.0",
|
|
39
|
-
"jsii-reflect": "^1.
|
|
40
|
-
"log4js": "^6.
|
|
39
|
+
"jsii-reflect": "^1.54.0",
|
|
40
|
+
"log4js": "^6.4.1",
|
|
41
41
|
"typescript": "~3.9.10",
|
|
42
42
|
"yargs": "^16.2.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/fs-extra": "^9.0.13",
|
|
46
|
-
"@types/jest": "^27.0
|
|
47
|
-
"@types/node": "^12.20.
|
|
46
|
+
"@types/jest": "^27.4.0",
|
|
47
|
+
"@types/node": "^12.20.43",
|
|
48
48
|
"@types/tar-fs": "^2.0.1",
|
|
49
|
-
"eslint": "^8.
|
|
50
|
-
"jest": "^27.
|
|
49
|
+
"eslint": "^8.8.0",
|
|
50
|
+
"jest": "^27.5.1",
|
|
51
51
|
"jest-expect-message": "^1.0.2",
|
|
52
|
-
"jsii": "^1.
|
|
53
|
-
"jsii-build-tools": "^1.
|
|
52
|
+
"jsii": "^1.54.0",
|
|
53
|
+
"jsii-build-tools": "^1.54.0",
|
|
54
54
|
"prettier": "^2.5.1"
|
|
55
55
|
}
|
|
56
56
|
}
|