@aws-cdk/cloud-assembly-schema 1.155.0 → 1.156.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/.jsii +3 -3
- package/.jsii.tabl.json +47 -47
- package/NOTICE +18 -1
- package/lib/manifest.js +1 -1
- package/node_modules/lru-cache/LICENSE +1 -1
- package/node_modules/lru-cache/README.md +99 -632
- package/node_modules/lru-cache/index.js +251 -732
- package/node_modules/lru-cache/package.json +7 -17
- package/node_modules/semver/bin/semver.js +2 -1
- package/node_modules/semver/classes/semver.js +1 -1
- package/node_modules/semver/functions/inc.js +4 -1
- package/node_modules/semver/package.json +6 -5
- package/node_modules/yallist/LICENSE +15 -0
- package/node_modules/yallist/README.md +204 -0
- package/node_modules/yallist/iterator.js +8 -0
- package/node_modules/yallist/package.json +29 -0
- package/node_modules/yallist/yallist.js +426 -0
- package/package.json +5 -5
package/.jsii
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
},
|
|
10
10
|
"bundled": {
|
|
11
11
|
"jsonschema": "^1.4.0",
|
|
12
|
-
"semver": "^7.3.
|
|
12
|
+
"semver": "^7.3.7"
|
|
13
13
|
},
|
|
14
14
|
"description": "Cloud Assembly Schema",
|
|
15
15
|
"docs": {
|
|
16
16
|
"stability": "stable"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
19
|
-
"jsiiVersion": "1.
|
|
19
|
+
"jsiiVersion": "1.58.0 (build f8ba112)",
|
|
20
20
|
"keywords": [
|
|
21
21
|
"aws",
|
|
22
22
|
"cdk"
|
|
@@ -5413,6 +5413,6 @@
|
|
|
5413
5413
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5414
5414
|
}
|
|
5415
5415
|
},
|
|
5416
|
-
"version": "1.
|
|
5416
|
+
"version": "1.156.0",
|
|
5417
5417
|
"fingerprint": "**********"
|
|
5418
5418
|
}
|