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.
- package/.jsii +11 -11
- package/lib/construct-hub.js +1 -1
- package/lib/package-sources/code-artifact.js +1 -1
- package/lib/package-sources/npmjs/npm-js-follower.lambda.bundle/index.js +1 -1
- package/lib/package-sources/npmjs/npm-js-follower.lambda.bundle/index.js.map +2 -2
- package/lib/package-sources/npmjs/npm-js-follower.lambda.js +2 -2
- package/lib/package-sources/npmjs.js +3 -2
- package/lib/package-tag/index.js +3 -3
- package/lib/package-tag-group/index.js +2 -2
- package/lib/preload-file/index.js +1 -1
- package/lib/s3/storage.js +1 -1
- package/lib/spdx-license.js +1 -1
- package/package.json +2 -2
package/lib/spdx-license.js
CHANGED
@@ -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.
|
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.
|
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.
|
213
|
+
"version": "0.4.401",
|
214
214
|
"jest": {
|
215
215
|
"coverageProvider": "v8",
|
216
216
|
"maxConcurrency": 2,
|