construct-hub 0.4.517 → 0.4.518
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 +2 -2
- package/.yarn/install-state.gz +0 -0
- package/lib/construct-hub.js +1 -1
- package/lib/package-sources/code-artifact.js +1 -1
- package/lib/package-sources/npmjs.js +1 -1
- 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 +1 -1
package/.jsii
CHANGED
|
@@ -22298,6 +22298,6 @@
|
|
|
22298
22298
|
"symbolId": "src/package-sources/npmjs:NpmJsProps"
|
|
22299
22299
|
}
|
|
22300
22300
|
},
|
|
22301
|
-
"version": "0.4.
|
|
22302
|
-
"fingerprint": "
|
|
22301
|
+
"version": "0.4.518",
|
|
22302
|
+
"fingerprint": "RUoP8vWSa/FTm9qxChlq9YTREHlxlWfK5rc3njhSTNw="
|
|
22303
22303
|
}
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/lib/construct-hub.js
CHANGED
|
@@ -65,7 +65,7 @@ const webapp_1 = require("./webapp");
|
|
|
65
65
|
* Construct Hub.
|
|
66
66
|
*/
|
|
67
67
|
class ConstructHub extends constructs_1.Construct {
|
|
68
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.ConstructHub", version: "0.4.
|
|
68
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.ConstructHub", version: "0.4.518" };
|
|
69
69
|
/**
|
|
70
70
|
* The function operators can use to reprocess a specific package version
|
|
71
71
|
* through the backend data pipeline.
|
|
@@ -21,7 +21,7 @@ const storage_1 = require("../s3/storage");
|
|
|
21
21
|
*/
|
|
22
22
|
class CodeArtifact {
|
|
23
23
|
props;
|
|
24
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.sources.CodeArtifact", version: "0.4.
|
|
24
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.sources.CodeArtifact", version: "0.4.518" };
|
|
25
25
|
constructor(props) {
|
|
26
26
|
this.props = props;
|
|
27
27
|
}
|
|
@@ -45,7 +45,7 @@ const NO_CHANGES_ALARM_DURATION = aws_cdk_lib_1.Duration.hours(24);
|
|
|
45
45
|
*/
|
|
46
46
|
class NpmJs {
|
|
47
47
|
props;
|
|
48
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.sources.NpmJs", version: "0.4.
|
|
48
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.sources.NpmJs", version: "0.4.518" };
|
|
49
49
|
constructor(props = {}) {
|
|
50
50
|
this.props = props;
|
|
51
51
|
}
|
package/lib/package-tag/index.js
CHANGED
|
@@ -11,7 +11,7 @@ var TagConditionSource;
|
|
|
11
11
|
* Condition for applying a custom tag to a package.
|
|
12
12
|
*/
|
|
13
13
|
class TagCondition {
|
|
14
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.TagCondition", version: "0.4.
|
|
14
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.TagCondition", version: "0.4.518" };
|
|
15
15
|
/**
|
|
16
16
|
* Create an && condition which applies only when all condition arguments are
|
|
17
17
|
* true.
|
|
@@ -107,7 +107,7 @@ class TagConditionPredicate extends TagCondition {
|
|
|
107
107
|
*/
|
|
108
108
|
class TagConditionField {
|
|
109
109
|
field;
|
|
110
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.TagConditionField", version: "0.4.
|
|
110
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.TagConditionField", version: "0.4.518" };
|
|
111
111
|
constructor(field) {
|
|
112
112
|
this.field = field;
|
|
113
113
|
}
|
|
@@ -140,7 +140,7 @@ exports.TagConditionField = TagConditionField;
|
|
|
140
140
|
* Target the README of the package to dictate whether a tag is relevant.
|
|
141
141
|
*/
|
|
142
142
|
class TagConditionReadme {
|
|
143
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.TagConditionReadme", version: "0.4.
|
|
143
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.TagConditionReadme", version: "0.4.518" };
|
|
144
144
|
constructor() { }
|
|
145
145
|
/**
|
|
146
146
|
* Create a `readme.includes(value)` condition which applies if the README
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.PackageTagGroup = exports.FilterType = void 0;
|
|
4
4
|
const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
|
|
5
5
|
class FilterType {
|
|
6
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.FilterType", version: "0.4.
|
|
6
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.FilterType", version: "0.4.518" };
|
|
7
7
|
static checkbox() {
|
|
8
8
|
return new FilterTypeCheckbox();
|
|
9
9
|
}
|
|
@@ -27,7 +27,7 @@ class FilterTypeCheckbox extends FilterType {
|
|
|
27
27
|
*/
|
|
28
28
|
class PackageTagGroup {
|
|
29
29
|
id;
|
|
30
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.PackageTagGroup", version: "0.4.
|
|
30
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.PackageTagGroup", version: "0.4.518" };
|
|
31
31
|
label;
|
|
32
32
|
tooltip;
|
|
33
33
|
filterType;
|
|
@@ -9,7 +9,7 @@ const fs_1 = require("fs");
|
|
|
9
9
|
*/
|
|
10
10
|
class PreloadFile {
|
|
11
11
|
data;
|
|
12
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.PreloadFile", version: "0.4.
|
|
12
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.PreloadFile", version: "0.4.518" };
|
|
13
13
|
/**
|
|
14
14
|
* Creates a PreloadFile instance from a filepath to load
|
|
15
15
|
*/
|
package/lib/s3/storage.js
CHANGED
|
@@ -42,7 +42,7 @@ const constructs_1 = require("constructs");
|
|
|
42
42
|
* Create s3 storage resources.
|
|
43
43
|
*/
|
|
44
44
|
class S3StorageFactory extends constructs_1.Construct {
|
|
45
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.S3StorageFactory", version: "0.4.
|
|
45
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.S3StorageFactory", version: "0.4.518" };
|
|
46
46
|
/**
|
|
47
47
|
* Retrieve or create the storage factory for the current scope.
|
|
48
48
|
*
|
package/lib/spdx-license.js
CHANGED
|
@@ -9,7 +9,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
|
|
|
9
9
|
*/
|
|
10
10
|
class SpdxLicense {
|
|
11
11
|
id;
|
|
12
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.SpdxLicense", version: "0.4.
|
|
12
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "construct-hub.SpdxLicense", version: "0.4.518" };
|
|
13
13
|
static _ALL = new Map();
|
|
14
14
|
//#region Individual SPDX Licenses
|
|
15
15
|
/**
|