jsii-reflect 1.115.0 → 1.116.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.116.0",
|
|
4
4
|
"description": "strongly-typed reflection library and tools for jsii",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"package": "package-js"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@jsii/check-node": "1.
|
|
38
|
-
"@jsii/spec": "1.
|
|
37
|
+
"@jsii/check-node": "1.116.0",
|
|
38
|
+
"@jsii/spec": "1.116.0",
|
|
39
39
|
"chalk": "^4",
|
|
40
40
|
"fs-extra": "^10.1.0",
|
|
41
|
-
"oo-ascii-tree": "^1.
|
|
41
|
+
"oo-ascii-tree": "^1.116.0",
|
|
42
42
|
"yargs": "^17.7.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@scope/jsii-calc-lib": "^1.
|
|
45
|
+
"@scope/jsii-calc-lib": "^1.116.0",
|
|
46
46
|
"@types/fs-extra": "^9.0.13",
|
|
47
47
|
"@types/yargs": "^17.0.33",
|
|
48
48
|
"jsii": "^5.9.6",
|
|
49
|
-
"jsii-build-tools": "^1.
|
|
49
|
+
"jsii-build-tools": "^1.116.0",
|
|
50
50
|
"jsii-calc": "^3.20.120"
|
|
51
51
|
}
|
|
52
52
|
}
|
|
@@ -225,6 +225,10 @@ exports[`jsii-tree --all 1`] = `
|
|
|
225
225
|
│ │ │ └─┬ types
|
|
226
226
|
│ │ │ ├─┬ class ConsumesIntersection (stable)
|
|
227
227
|
│ │ │ │ └─┬ members
|
|
228
|
+
│ │ │ │ ├─┬ <initializer>(props) initializer (stable)
|
|
229
|
+
│ │ │ │ │ └─┬ parameters
|
|
230
|
+
│ │ │ │ │ └─┬ props
|
|
231
|
+
│ │ │ │ │ └── type: jsii-calc.intersection.IntersectionProps
|
|
228
232
|
│ │ │ │ ├─┬ static acceptsIntersection(param) method (stable)
|
|
229
233
|
│ │ │ │ │ ├── static
|
|
230
234
|
│ │ │ │ │ ├─┬ parameters
|
|
@@ -4444,6 +4448,7 @@ exports[`jsii-tree --members 1`] = `
|
|
|
4444
4448
|
│ │ │ └─┬ types
|
|
4445
4449
|
│ │ │ ├─┬ class ConsumesIntersection
|
|
4446
4450
|
│ │ │ │ └─┬ members
|
|
4451
|
+
│ │ │ │ ├── <initializer>(props) initializer
|
|
4447
4452
|
│ │ │ │ ├── static acceptsIntersection(param) method
|
|
4448
4453
|
│ │ │ │ └── static acceptsPropWithIntersection(props) method
|
|
4449
4454
|
│ │ │ ├─┬ interface ISomething
|
|
@@ -411,6 +411,10 @@ exports[`showAll 1`] = `
|
|
|
411
411
|
│ │ │ └─┬ types
|
|
412
412
|
│ │ │ ├─┬ class ConsumesIntersection
|
|
413
413
|
│ │ │ │ └─┬ members
|
|
414
|
+
│ │ │ │ ├─┬ <initializer>(props) initializer
|
|
415
|
+
│ │ │ │ │ └─┬ parameters
|
|
416
|
+
│ │ │ │ │ └─┬ props
|
|
417
|
+
│ │ │ │ │ └── type: jsii-calc.intersection.IntersectionProps
|
|
414
418
|
│ │ │ │ ├─┬ static acceptsIntersection(param) method
|
|
415
419
|
│ │ │ │ │ ├── static
|
|
416
420
|
│ │ │ │ │ ├─┬ parameters
|