construct-hub 0.4.414 → 0.4.416

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.
@@ -269,7 +269,7 @@ class SpdxLicense {
269
269
  }
270
270
  exports.SpdxLicense = SpdxLicense;
271
271
  _a = JSII_RTTI_SYMBOL_1;
272
- SpdxLicense[_a] = { fqn: "construct-hub.SpdxLicense", version: "0.4.414" };
272
+ SpdxLicense[_a] = { fqn: "construct-hub.SpdxLicense", version: "0.4.416" };
273
273
  SpdxLicense._ALL = new Map();
274
274
  //#region Individual SPDX Licenses
275
275
  /**
package/package.json CHANGED
@@ -209,7 +209,7 @@
209
209
  "publishConfig": {
210
210
  "access": "public"
211
211
  },
212
- "version": "0.4.414",
212
+ "version": "0.4.416",
213
213
  "jest": {
214
214
  "coverageProvider": "v8",
215
215
  "maxConcurrency": 2,