jsii-reflect 1.73.0 → 1.75.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.73.0",
3
+ "version": "1.75.0",
4
4
  "description": "strongly-typed reflection library and tools for jsii",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -34,18 +34,18 @@
34
34
  "package": "package-js"
35
35
  },
36
36
  "dependencies": {
37
- "@jsii/check-node": "1.73.0",
38
- "@jsii/spec": "^1.73.0",
37
+ "@jsii/check-node": "1.75.0",
38
+ "@jsii/spec": "^1.75.0",
39
39
  "chalk": "^4",
40
40
  "fs-extra": "^10.1.0",
41
- "oo-ascii-tree": "^1.73.0",
41
+ "oo-ascii-tree": "^1.75.0",
42
42
  "yargs": "^16.2.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@scope/jsii-calc-lib": "^1.73.0",
45
+ "@scope/jsii-calc-lib": "^1.75.0",
46
46
  "@types/fs-extra": "^9.0.13",
47
- "jsii": "^1.73.0",
48
- "jsii-build-tools": "^1.73.0",
47
+ "jsii": "^1.75.0",
48
+ "jsii-build-tools": "^1.75.0",
49
49
  "jsii-calc": "^3.20.120"
50
50
  }
51
51
  }
@@ -1988,6 +1988,14 @@ exports[`jsii-tree --all 1`] = `
1988
1988
  │ │ └─┬ pow property (stable)
1989
1989
  │ │ ├── immutable
1990
1990
  │ │ └── type: @scope/jsii-calc-lib.NumericValue
1991
+ │ ├─┬ class PromiseNothing (stable)
1992
+ │ │ └─┬ members
1993
+ │ │ ├── <initializer>() initializer (stable)
1994
+ │ │ ├─┬ static promiseIt() method (stable)
1995
+ │ │ │ ├── static
1996
+ │ │ │ └── returns: Promise<void>
1997
+ │ │ └─┬ instancePromiseIt() method (stable)
1998
+ │ │ └── returns: Promise<void>
1991
1999
  │ ├─┬ class PropertyNamedProperty (stable)
1992
2000
  │ │ └─┬ members
1993
2001
  │ │ ├── <initializer>() initializer (stable)
@@ -3959,6 +3967,7 @@ exports[`jsii-tree --inheritance 1`] = `
3959
3967
  │ ├── class Polymorphism
3960
3968
  │ ├─┬ class Power
3961
3969
  │ │ └── base: CompositeOperation
3970
+ │ ├── class PromiseNothing
3962
3971
  │ ├── class PropertyNamedProperty
3963
3972
  │ ├── class PublicClass
3964
3973
  │ ├── class PythonReservedWords
@@ -5116,6 +5125,11 @@ exports[`jsii-tree --members 1`] = `
5116
5125
  │ │ ├── base property
5117
5126
  │ │ ├── expression property
5118
5127
  │ │ └── pow property
5128
+ │ ├─┬ class PromiseNothing
5129
+ │ │ └─┬ members
5130
+ │ │ ├── <initializer>() initializer
5131
+ │ │ ├── static promiseIt() method
5132
+ │ │ └── instancePromiseIt() method
5119
5133
  │ ├─┬ class PropertyNamedProperty
5120
5134
  │ │ └─┬ members
5121
5135
  │ │ ├── <initializer>() initializer
@@ -6143,6 +6157,7 @@ exports[`jsii-tree --types 1`] = `
6143
6157
  │ ├── class PartiallyInitializedThisConsumer
6144
6158
  │ ├── class Polymorphism
6145
6159
  │ ├── class Power
6160
+ │ ├── class PromiseNothing
6146
6161
  │ ├── class PropertyNamedProperty
6147
6162
  │ ├── class PublicClass
6148
6163
  │ ├── class PythonReservedWords
@@ -2165,6 +2165,14 @@ exports[`showAll 1`] = `
2165
2165
  │ │ └─┬ pow property
2166
2166
  │ │ ├── immutable
2167
2167
  │ │ └── type: @scope/jsii-calc-lib.NumericValue
2168
+ │ ├─┬ class PromiseNothing
2169
+ │ │ └─┬ members
2170
+ │ │ ├── <initializer>() initializer
2171
+ │ │ ├─┬ static promiseIt() method
2172
+ │ │ │ ├── static
2173
+ │ │ │ └── returns: Promise<void>
2174
+ │ │ └─┬ instancePromiseIt() method
2175
+ │ │ └── returns: Promise<void>
2168
2176
  │ ├─┬ class PropertyNamedProperty
2169
2177
  │ │ └─┬ members
2170
2178
  │ │ ├── <initializer>() initializer
@@ -4134,6 +4142,7 @@ exports[`types 1`] = `
4134
4142
  │ ├── class PartiallyInitializedThisConsumer
4135
4143
  │ ├── class Polymorphism
4136
4144
  │ ├── class Power
4145
+ │ ├── class PromiseNothing
4137
4146
  │ ├── class PropertyNamedProperty
4138
4147
  │ ├── class PublicClass
4139
4148
  │ ├── class PythonReservedWords
@@ -123,6 +123,7 @@ exports[`TypeSystem.classes lists all the classes in the typesystem 1`] = `
123
123
  "jsii-calc.PartiallyInitializedThisConsumer",
124
124
  "jsii-calc.Polymorphism",
125
125
  "jsii-calc.Power",
126
+ "jsii-calc.PromiseNothing",
126
127
  "jsii-calc.PropertyNamedProperty",
127
128
  "jsii-calc.PublicClass",
128
129
  "jsii-calc.PythonReservedWords",