@aws-cdk/cloud-assembly-schema 2.23.0 → 2.24.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/NOTICE CHANGED
@@ -60,4 +60,21 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
60
60
  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
61
61
  IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
62
62
 
63
- ----------------
63
+ ----------------
64
+
65
+ ** yallist - https://www.npmjs.com/package/yallist
66
+ Copyright (c) Isaac Z. Schlueter and Contributors
67
+
68
+ Permission to use, copy, modify, and/or distribute this software for any
69
+ purpose with or without fee is hereby granted, provided that the above
70
+ copyright notice and this permission notice appear in all copies.
71
+
72
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
73
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
74
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
75
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
76
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
77
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
78
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
79
+
80
+ ----------------
package/lib/manifest.js CHANGED
@@ -255,7 +255,7 @@ class Manifest {
255
255
  }
256
256
  exports.Manifest = Manifest;
257
257
  _a = JSII_RTTI_SYMBOL_1;
258
- Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.23.0" };
258
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.24.0" };
259
259
  function mapValues(xs, fn) {
260
260
  if (!xs) {
261
261
  return undefined;
@@ -1,6 +1,6 @@
1
1
  The ISC License
2
2
 
3
- Copyright (c) 2010-2022 Isaac Z. Schlueter and Contributors
3
+ Copyright (c) Isaac Z. Schlueter and Contributors
4
4
 
5
5
  Permission to use, copy, modify, and/or distribute this software for any
6
6
  purpose with or without fee is hereby granted, provided that the above