jsii-reflect 1.131.0 → 1.132.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jsii-reflect",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.132.0",
|
|
4
4
|
"description": "strongly-typed reflection library and tools for jsii",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
"package": "package-js"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@jsii/check-node": "1.
|
|
39
|
-
"@jsii/spec": "1.
|
|
38
|
+
"@jsii/check-node": "1.132.0",
|
|
39
|
+
"@jsii/spec": "1.132.0",
|
|
40
40
|
"chalk": "^4",
|
|
41
41
|
"fs-extra": "^10.1.0",
|
|
42
|
-
"oo-ascii-tree": "^1.
|
|
42
|
+
"oo-ascii-tree": "^1.132.0",
|
|
43
43
|
"yargs": "^17.7.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@scope/jsii-calc-lib": "^1.
|
|
46
|
+
"@scope/jsii-calc-lib": "^1.132.0",
|
|
47
47
|
"@types/fs-extra": "^9.0.13",
|
|
48
48
|
"@types/yargs": "^17.0.33",
|
|
49
49
|
"eslint": "^9.39.4",
|
|
50
|
-
"jest": "^30.
|
|
50
|
+
"jest": "^30.4.2",
|
|
51
51
|
"jsii": "^5.9.28",
|
|
52
|
-
"jsii-build-tools": "^1.
|
|
52
|
+
"jsii-build-tools": "^1.132.0",
|
|
53
53
|
"jsii-calc": "^3.20.120",
|
|
54
54
|
"typescript": "5.9.x"
|
|
55
55
|
}
|
|
@@ -2538,6 +2538,13 @@ exports[`jsii-tree --all 1`] = `
|
|
|
2538
2538
|
│ │ └─┬ propId property (stable)
|
|
2539
2539
|
│ │ ├── immutable
|
|
2540
2540
|
│ │ └── type: Optional<string>
|
|
2541
|
+
│ ├─┬ class SyncOverrideExtraArgs (stable)
|
|
2542
|
+
│ │ └─┬ members
|
|
2543
|
+
│ │ ├── <initializer>() initializer (stable)
|
|
2544
|
+
│ │ ├─┬ callProduceWithExtraArg() method (stable)
|
|
2545
|
+
│ │ │ └── returns: string
|
|
2546
|
+
│ │ └─┬ produce() method (stable)
|
|
2547
|
+
│ │ └── returns: string
|
|
2541
2548
|
│ ├─┬ class SyncVirtualMethods (stable)
|
|
2542
2549
|
│ │ └─┬ members
|
|
2543
2550
|
│ │ ├── <initializer>() initializer (stable)
|
|
@@ -4289,6 +4296,7 @@ exports[`jsii-tree --inheritance 1`] = `
|
|
|
4289
4296
|
│ ├─┬ class SupportsNiceJavaBuilder
|
|
4290
4297
|
│ │ └── base: SupportsNiceJavaBuilderWithRequiredProps
|
|
4291
4298
|
│ ├── class SupportsNiceJavaBuilderWithRequiredProps
|
|
4299
|
+
│ ├── class SyncOverrideExtraArgs
|
|
4292
4300
|
│ ├── class SyncVirtualMethods
|
|
4293
4301
|
│ ├── class TestStructWithEnum
|
|
4294
4302
|
│ ├── class Thrower
|
|
@@ -5673,6 +5681,11 @@ exports[`jsii-tree --members 1`] = `
|
|
|
5673
5681
|
│ │ ├── bar property
|
|
5674
5682
|
│ │ ├── id property
|
|
5675
5683
|
│ │ └── propId property
|
|
5684
|
+
│ ├─┬ class SyncOverrideExtraArgs
|
|
5685
|
+
│ │ └─┬ members
|
|
5686
|
+
│ │ ├── <initializer>() initializer
|
|
5687
|
+
│ │ ├── callProduceWithExtraArg() method
|
|
5688
|
+
│ │ └── produce() method
|
|
5676
5689
|
│ ├─┬ class SyncVirtualMethods
|
|
5677
5690
|
│ │ └─┬ members
|
|
5678
5691
|
│ │ ├── <initializer>() initializer
|
|
@@ -6650,6 +6663,7 @@ exports[`jsii-tree --types 1`] = `
|
|
|
6650
6663
|
│ ├── class Sum
|
|
6651
6664
|
│ ├── class SupportsNiceJavaBuilder
|
|
6652
6665
|
│ ├── class SupportsNiceJavaBuilderWithRequiredProps
|
|
6666
|
+
│ ├── class SyncOverrideExtraArgs
|
|
6653
6667
|
│ ├── class SyncVirtualMethods
|
|
6654
6668
|
│ ├── class TestStructWithEnum
|
|
6655
6669
|
│ ├── class Thrower
|
|
@@ -2733,6 +2733,13 @@ exports[`showAll 1`] = `
|
|
|
2733
2733
|
│ │ └─┬ propId property
|
|
2734
2734
|
│ │ ├── immutable
|
|
2735
2735
|
│ │ └── type: Optional<string>
|
|
2736
|
+
│ ├─┬ class SyncOverrideExtraArgs
|
|
2737
|
+
│ │ └─┬ members
|
|
2738
|
+
│ │ ├── <initializer>() initializer
|
|
2739
|
+
│ │ ├─┬ callProduceWithExtraArg() method
|
|
2740
|
+
│ │ │ └── returns: string
|
|
2741
|
+
│ │ └─┬ produce() method
|
|
2742
|
+
│ │ └── returns: string
|
|
2736
2743
|
│ ├─┬ class SyncVirtualMethods
|
|
2737
2744
|
│ │ └─┬ members
|
|
2738
2745
|
│ │ ├── <initializer>() initializer
|
|
@@ -4477,6 +4484,7 @@ exports[`types 1`] = `
|
|
|
4477
4484
|
│ ├── class Sum
|
|
4478
4485
|
│ ├── class SupportsNiceJavaBuilder
|
|
4479
4486
|
│ ├── class SupportsNiceJavaBuilderWithRequiredProps
|
|
4487
|
+
│ ├── class SyncOverrideExtraArgs
|
|
4480
4488
|
│ ├── class SyncVirtualMethods
|
|
4481
4489
|
│ ├── class TestStructWithEnum
|
|
4482
4490
|
│ ├── class Thrower
|
|
@@ -154,6 +154,7 @@ exports[`TypeSystem.classes lists all the classes in the typesystem 1`] = `
|
|
|
154
154
|
"jsii-calc.Sum",
|
|
155
155
|
"jsii-calc.SupportsNiceJavaBuilder",
|
|
156
156
|
"jsii-calc.SupportsNiceJavaBuilderWithRequiredProps",
|
|
157
|
+
"jsii-calc.SyncOverrideExtraArgs",
|
|
157
158
|
"jsii-calc.SyncVirtualMethods",
|
|
158
159
|
"jsii-calc.TestStructWithEnum",
|
|
159
160
|
"jsii-calc.Thrower",
|