construct-hub 0.4.399 → 0.4.401

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.399" };
272
+ SpdxLicense[_a] = { fqn: "construct-hub.SpdxLicense", version: "0.4.401" };
273
273
  SpdxLicense._ALL = new Map();
274
274
  //#region Individual SPDX Licenses
275
275
  /**
package/package.json CHANGED
@@ -147,7 +147,7 @@
147
147
  "cdklabs-projen-project-types": "^0.1.204",
148
148
  "chalk": "^4.1.2",
149
149
  "commit-and-tag-version": "^12",
150
- "construct-hub-webapp": "^0.1.1384",
150
+ "construct-hub-webapp": "^0.1.1385",
151
151
  "constructs": "10.0.5",
152
152
  "dotenv": "^16.5.0",
153
153
  "esbuild": "^0.25.2",
@@ -210,7 +210,7 @@
210
210
  "publishConfig": {
211
211
  "access": "public"
212
212
  },
213
- "version": "0.4.399",
213
+ "version": "0.4.401",
214
214
  "jest": {
215
215
  "coverageProvider": "v8",
216
216
  "maxConcurrency": 2,