jsii-pacmak 1.44.0 → 1.44.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/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.1";
|
|
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.1 (build 8a27521)";
|
package/lib/version.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// Generated at 2021-11-
|
|
2
|
+
// Generated at 2021-11-16T14:01:25Z 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.1';
|
|
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.1 (build 8a27521)';
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbInZlcnNpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLG1EQUFtRDs7O0FBRW5ELHFFQUFxRTtBQUN4RCxRQUFBLE9BQU8sR0FBRyxRQUFRLENBQUM7QUFFaEMseUZBQXlGO0FBQzVFLFFBQUEsWUFBWSxHQUFHLHdCQUF3QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gR2VuZXJhdGVkIGF0IDIwMjEtMTEtMTZUMTQ6MDE6MjVaIGJ5IGdlbmVyYXRlLnNoXG5cbi8qKiBUaGUgc2hvcnQgdmVyc2lvbiBudW1iZXIgZm9yIHRoaXMgSlNJSSBjb21waWxlciAoZS5nOiBgWC5ZLlpgKSAqL1xuZXhwb3J0IGNvbnN0IFZFUlNJT04gPSAnMS40NC4xJztcblxuLyoqIFRoZSBxdWFsaWZpZWQgdmVyc2lvbiBudW1iZXIgZm9yIHRoaXMgSlNJSSBjb21waWxlciAoZS5nOiBgWC5ZLlogKGJ1aWxkICMjIyMjIyMpYCkgKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OX0RFU0MgPSAnMS40NC4xIChidWlsZCA4YTI3NTIxKSc7XG4iXX0=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jsii-pacmak",
|
|
3
|
-
"version": "1.44.
|
|
3
|
+
"version": "1.44.1",
|
|
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.1",
|
|
41
|
+
"@jsii/spec": "^1.44.1",
|
|
42
42
|
"clone": "^2.1.2",
|
|
43
|
-
"codemaker": "^1.44.
|
|
43
|
+
"codemaker": "^1.44.1",
|
|
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.1",
|
|
48
|
+
"jsii-rosetta": "^1.44.1",
|
|
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.1",
|
|
56
|
+
"@jsii/java-runtime": "^1.44.1",
|
|
57
|
+
"@jsii/go-runtime": "^1.44.1",
|
|
58
|
+
"@scope/jsii-calc-lib": "^1.44.1",
|
|
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.1",
|
|
68
|
+
"jsii-build-tools": "^1.44.1",
|
|
69
69
|
"jsii-calc": "^3.20.120",
|
|
70
70
|
"prettier": "^2.4.1",
|
|
71
71
|
"ts-jest": "^27.0.5",
|