jsii-pacmak 1.44.1 → 1.44.2
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 +2 -2
- package/lib/version.js +4 -4
- package/package.json +12 -12
package/lib/version.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/** The short version number for this JSII compiler (e.g: `X.Y.Z`) */
|
|
2
|
-
export declare const VERSION = "1.44.
|
|
2
|
+
export declare const VERSION = "1.44.2";
|
|
3
3
|
/** The qualified version number for this JSII compiler (e.g: `X.Y.Z (build #######)`) */
|
|
4
|
-
export declare const VERSION_DESC = "1.44.
|
|
4
|
+
export declare const VERSION_DESC = "1.44.2 (build d848ef8)";
|
package/lib/version.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// Generated at 2021-11-
|
|
2
|
+
// Generated at 2021-11-18T17:55:42Z by generate.sh
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.VERSION_DESC = exports.VERSION = void 0;
|
|
5
5
|
/** The short version number for this JSII compiler (e.g: `X.Y.Z`) */
|
|
6
|
-
exports.VERSION = '1.44.
|
|
6
|
+
exports.VERSION = '1.44.2';
|
|
7
7
|
/** The qualified version number for this JSII compiler (e.g: `X.Y.Z (build #######)`) */
|
|
8
|
-
exports.VERSION_DESC = '1.44.
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
exports.VERSION_DESC = '1.44.2 (build d848ef8)';
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbInZlcnNpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLG1EQUFtRDs7O0FBRW5ELHFFQUFxRTtBQUN4RCxRQUFBLE9BQU8sR0FBRyxRQUFRLENBQUM7QUFFaEMseUZBQXlGO0FBQzVFLFFBQUEsWUFBWSxHQUFHLHdCQUF3QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gR2VuZXJhdGVkIGF0IDIwMjEtMTEtMThUMTc6NTU6NDJaIGJ5IGdlbmVyYXRlLnNoXG5cbi8qKiBUaGUgc2hvcnQgdmVyc2lvbiBudW1iZXIgZm9yIHRoaXMgSlNJSSBjb21waWxlciAoZS5nOiBgWC5ZLlpgKSAqL1xuZXhwb3J0IGNvbnN0IFZFUlNJT04gPSAnMS40NC4yJztcblxuLyoqIFRoZSBxdWFsaWZpZWQgdmVyc2lvbiBudW1iZXIgZm9yIHRoaXMgSlNJSSBjb21waWxlciAoZS5nOiBgWC5ZLlogKGJ1aWxkICMjIyMjIyMpYCkgKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OX0RFU0MgPSAnMS40NC4yIChidWlsZCBkODQ4ZWY4KSc7XG4iXX0=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jsii-pacmak",
|
|
3
|
-
"version": "1.44.
|
|
3
|
+
"version": "1.44.2",
|
|
4
4
|
"description": "A code generation framework for jsii backend languages",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -37,25 +37,25 @@
|
|
|
37
37
|
"package": "package-js"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@jsii/check-node": "1.44.
|
|
41
|
-
"@jsii/spec": "^1.44.
|
|
40
|
+
"@jsii/check-node": "1.44.2",
|
|
41
|
+
"@jsii/spec": "^1.44.2",
|
|
42
42
|
"clone": "^2.1.2",
|
|
43
|
-
"codemaker": "^1.44.
|
|
43
|
+
"codemaker": "^1.44.2",
|
|
44
44
|
"commonmark": "^0.30.0",
|
|
45
45
|
"escape-string-regexp": "^4.0.0",
|
|
46
46
|
"fs-extra": "^9.1.0",
|
|
47
|
-
"jsii-reflect": "^1.44.
|
|
48
|
-
"jsii-rosetta": "^1.44.
|
|
47
|
+
"jsii-reflect": "^1.44.2",
|
|
48
|
+
"jsii-rosetta": "^1.44.2",
|
|
49
49
|
"semver": "^7.3.5",
|
|
50
50
|
"spdx-license-list": "^6.4.0",
|
|
51
51
|
"xmlbuilder": "^15.1.1",
|
|
52
52
|
"yargs": "^16.2.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@jsii/dotnet-runtime": "^1.44.
|
|
56
|
-
"@jsii/java-runtime": "^1.44.
|
|
57
|
-
"@jsii/go-runtime": "^1.44.
|
|
58
|
-
"@scope/jsii-calc-lib": "^1.44.
|
|
55
|
+
"@jsii/dotnet-runtime": "^1.44.2",
|
|
56
|
+
"@jsii/java-runtime": "^1.44.2",
|
|
57
|
+
"@jsii/go-runtime": "^1.44.2",
|
|
58
|
+
"@scope/jsii-calc-lib": "^1.44.2",
|
|
59
59
|
"@types/clone": "^2.1.1",
|
|
60
60
|
"@types/commonmark": "^0.27.5",
|
|
61
61
|
"@types/fs-extra": "^9.0.13",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"@types/semver": "^7.3.8",
|
|
65
65
|
"eslint": "^7.32.0",
|
|
66
66
|
"jest": "^27.2.4",
|
|
67
|
-
"jsii": "^1.44.
|
|
68
|
-
"jsii-build-tools": "^1.44.
|
|
67
|
+
"jsii": "^1.44.2",
|
|
68
|
+
"jsii-build-tools": "^1.44.2",
|
|
69
69
|
"jsii-calc": "^3.20.120",
|
|
70
70
|
"prettier": "^2.4.1",
|
|
71
71
|
"ts-jest": "^27.0.5",
|