jsii-pacmak 1.103.1 → 1.105.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/targets/python.js +3 -2
- package/lib/version.d.ts +1 -1
- package/lib/version.js +3 -3
- package/package.json +16 -16
package/lib/targets/python.js
CHANGED
|
@@ -526,7 +526,7 @@ class BaseMethod {
|
|
|
526
526
|
typeAnnotation: false,
|
|
527
527
|
});
|
|
528
528
|
// We need to build up a list of properties, which are mandatory, these are the
|
|
529
|
-
// ones we will
|
|
529
|
+
// ones we will specify to start with in our dictionary literal.
|
|
530
530
|
const liftedProps = this.getLiftedProperties(context.resolver).map((p) => new StructField(this.generator, p.prop, p.definingType));
|
|
531
531
|
const assignments = liftedProps
|
|
532
532
|
.map((p) => p.pythonName)
|
|
@@ -1495,7 +1495,8 @@ class Package {
|
|
|
1495
1495
|
install_requires: [
|
|
1496
1496
|
`jsii${(0, version_utils_1.toPythonVersionRange)(`^${version_1.VERSION}`)}`,
|
|
1497
1497
|
'publication>=0.0.3',
|
|
1498
|
-
|
|
1498
|
+
// 4.3.0 is incompatible with generated bindings, see https://github.com/aws/jsii/issues/4658
|
|
1499
|
+
'typeguard>=2.13.3,<4.3.0',
|
|
1499
1500
|
]
|
|
1500
1501
|
.concat(dependencies)
|
|
1501
1502
|
.sort(),
|
package/lib/version.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** The short version number for this jsii-pacmak release (e.g: `X.Y.Z`) */
|
|
2
2
|
export declare const VERSION: string;
|
|
3
3
|
/** The qualified version number for this jsii-pacmak release (e.g: `X.Y.Z (build #######)`) */
|
|
4
|
-
export declare const VERSION_DESC = "1.
|
|
4
|
+
export declare const VERSION_DESC = "1.105.0 (build 0a2adcb)";
|
|
5
5
|
//# sourceMappingURL=version.d.ts.map
|
package/lib/version.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// Generated at 2024-
|
|
2
|
+
// Generated at 2024-11-14T18:10:16Z 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-pacmak release (e.g: `X.Y.Z`) */
|
|
6
6
|
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
|
|
7
|
-
exports.VERSION = '1.
|
|
7
|
+
exports.VERSION = '1.105.0';
|
|
8
8
|
/** The qualified version number for this jsii-pacmak release (e.g: `X.Y.Z (build #######)`) */
|
|
9
|
-
exports.VERSION_DESC = '1.
|
|
9
|
+
exports.VERSION_DESC = '1.105.0 (build 0a2adcb)';
|
|
10
10
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jsii-pacmak",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.105.0",
|
|
4
4
|
"description": "A code generation framework for jsii backend languages",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -37,38 +37,38 @@
|
|
|
37
37
|
"package": "package-js"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@jsii/check-node": "1.
|
|
41
|
-
"@jsii/spec": "^1.
|
|
40
|
+
"@jsii/check-node": "1.105.0",
|
|
41
|
+
"@jsii/spec": "^1.105.0",
|
|
42
42
|
"clone": "^2.1.2",
|
|
43
|
-
"codemaker": "^1.
|
|
44
|
-
"commonmark": "^0.31.
|
|
43
|
+
"codemaker": "^1.105.0",
|
|
44
|
+
"commonmark": "^0.31.2",
|
|
45
45
|
"escape-string-regexp": "^4.0.0",
|
|
46
46
|
"fs-extra": "^10.1.0",
|
|
47
|
-
"jsii-reflect": "^1.
|
|
47
|
+
"jsii-reflect": "^1.105.0",
|
|
48
48
|
"semver": "^7.6.3",
|
|
49
49
|
"spdx-license-list": "^6.9.0",
|
|
50
50
|
"xmlbuilder": "^15.1.1",
|
|
51
51
|
"yargs": "^16.2.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@jsii/dotnet-runtime": "^1.
|
|
55
|
-
"@jsii/java-runtime": "^1.
|
|
56
|
-
"@jsii/go-runtime": "^1.
|
|
57
|
-
"@scope/jsii-calc-lib": "^1.
|
|
54
|
+
"@jsii/dotnet-runtime": "^1.105.0",
|
|
55
|
+
"@jsii/java-runtime": "^1.105.0",
|
|
56
|
+
"@jsii/go-runtime": "^1.105.0",
|
|
57
|
+
"@scope/jsii-calc-lib": "^1.105.0",
|
|
58
58
|
"@types/clone": "^2.1.4",
|
|
59
|
-
"@types/diff": "^5.2.
|
|
59
|
+
"@types/diff": "^5.2.3",
|
|
60
60
|
"@types/commonmark": "^0.27.9",
|
|
61
61
|
"@types/fs-extra": "^9.0.13",
|
|
62
62
|
"@types/semver": "^7.5.8",
|
|
63
63
|
"diff": "^5.2.0",
|
|
64
|
-
"jsii": "^1.
|
|
65
|
-
"jsii-build-tools": "^1.
|
|
64
|
+
"jsii": "^1.105.0",
|
|
65
|
+
"jsii-build-tools": "^1.105.0",
|
|
66
66
|
"jsii-calc": "^3.20.120",
|
|
67
|
-
"jsii-rosetta": "^1.
|
|
68
|
-
"pyright": "^1.1.
|
|
67
|
+
"jsii-rosetta": "^1.105.0",
|
|
68
|
+
"pyright": "^1.1.389"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
|
-
"jsii-rosetta": "^1.
|
|
71
|
+
"jsii-rosetta": "^1.105.0 || ~5.2.0 || ~5.3.0 || ~5.4.0 || ~5.5.0 || ~5.6.0"
|
|
72
72
|
},
|
|
73
73
|
"keywords": [
|
|
74
74
|
"jsii",
|