@packtory/github-release-gate 0.0.44 → 0.0.46
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/package.json +5 -5
- package/sbom.cdx.json +24 -24
package/package.json
CHANGED
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
}
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@octokit/core": "7.0.
|
|
14
|
-
"@octokit/plugin-paginate-rest": "
|
|
15
|
-
"@octokit/plugin-rest-endpoint-methods": "
|
|
16
|
-
"packtory": "0.0.
|
|
13
|
+
"@octokit/core": "7.0.7",
|
|
14
|
+
"@octokit/plugin-paginate-rest": "15.0.0",
|
|
15
|
+
"@octokit/plugin-rest-endpoint-methods": "18.0.0",
|
|
16
|
+
"packtory": "0.0.73",
|
|
17
17
|
"remeda": "2.39.0"
|
|
18
18
|
},
|
|
19
19
|
"description": "GitHub Actions release gate that batches packtory publishes by waiting for repository activity to settle.",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"./packages/github-release-gate/github-release-gate.entry-point.js"
|
|
46
46
|
],
|
|
47
47
|
"type": "module",
|
|
48
|
-
"version": "0.0.
|
|
48
|
+
"version": "0.0.46"
|
|
49
49
|
}
|
package/sbom.cdx.json
CHANGED
|
@@ -16,63 +16,63 @@
|
|
|
16
16
|
"component": {
|
|
17
17
|
"type": "library",
|
|
18
18
|
"name": "@packtory/github-release-gate",
|
|
19
|
-
"version": "0.0.
|
|
20
|
-
"bom-ref": "pkg:npm/@packtory/github-release-gate@0.0.
|
|
21
|
-
"purl": "pkg:npm/@packtory/github-release-gate@0.0.
|
|
19
|
+
"version": "0.0.46",
|
|
20
|
+
"bom-ref": "pkg:npm/@packtory/github-release-gate@0.0.46",
|
|
21
|
+
"purl": "pkg:npm/@packtory/github-release-gate@0.0.46"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"components": [
|
|
25
25
|
{
|
|
26
26
|
"type": "library",
|
|
27
27
|
"name": "@octokit/core",
|
|
28
|
-
"version": "7.0.
|
|
29
|
-
"bom-ref": "pkg:npm/@octokit/core@7.0.
|
|
28
|
+
"version": "7.0.7",
|
|
29
|
+
"bom-ref": "pkg:npm/@octokit/core@7.0.7",
|
|
30
30
|
"scope": "required",
|
|
31
31
|
"licenses": [
|
|
32
32
|
{
|
|
33
33
|
"expression": "MIT"
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
|
-
"purl": "pkg:npm/@octokit/core@7.0.
|
|
36
|
+
"purl": "pkg:npm/@octokit/core@7.0.7"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"type": "library",
|
|
40
40
|
"name": "@octokit/plugin-paginate-rest",
|
|
41
|
-
"version": "
|
|
42
|
-
"bom-ref": "pkg:npm/@octokit/plugin-paginate-rest@
|
|
41
|
+
"version": "15.0.0",
|
|
42
|
+
"bom-ref": "pkg:npm/@octokit/plugin-paginate-rest@15.0.0",
|
|
43
43
|
"scope": "required",
|
|
44
44
|
"licenses": [
|
|
45
45
|
{
|
|
46
46
|
"expression": "MIT"
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
|
-
"purl": "pkg:npm/@octokit/plugin-paginate-rest@
|
|
49
|
+
"purl": "pkg:npm/@octokit/plugin-paginate-rest@15.0.0"
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"type": "library",
|
|
53
53
|
"name": "@octokit/plugin-rest-endpoint-methods",
|
|
54
|
-
"version": "
|
|
55
|
-
"bom-ref": "pkg:npm/@octokit/plugin-rest-endpoint-methods@
|
|
54
|
+
"version": "18.0.0",
|
|
55
|
+
"bom-ref": "pkg:npm/@octokit/plugin-rest-endpoint-methods@18.0.0",
|
|
56
56
|
"scope": "required",
|
|
57
57
|
"licenses": [
|
|
58
58
|
{
|
|
59
59
|
"expression": "MIT"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
62
|
-
"purl": "pkg:npm/@octokit/plugin-rest-endpoint-methods@
|
|
62
|
+
"purl": "pkg:npm/@octokit/plugin-rest-endpoint-methods@18.0.0"
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"type": "library",
|
|
66
66
|
"name": "packtory",
|
|
67
|
-
"version": "0.0.
|
|
68
|
-
"bom-ref": "pkg:npm/packtory@0.0.
|
|
67
|
+
"version": "0.0.73",
|
|
68
|
+
"bom-ref": "pkg:npm/packtory@0.0.73",
|
|
69
69
|
"scope": "required",
|
|
70
70
|
"licenses": [
|
|
71
71
|
{
|
|
72
72
|
"expression": "MIT"
|
|
73
73
|
}
|
|
74
74
|
],
|
|
75
|
-
"purl": "pkg:npm/packtory@0.0.
|
|
75
|
+
"purl": "pkg:npm/packtory@0.0.73"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"type": "library",
|
|
@@ -90,26 +90,26 @@
|
|
|
90
90
|
],
|
|
91
91
|
"dependencies": [
|
|
92
92
|
{
|
|
93
|
-
"ref": "pkg:npm/@octokit/core@7.0.
|
|
93
|
+
"ref": "pkg:npm/@octokit/core@7.0.7"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"ref": "pkg:npm/@octokit/plugin-paginate-rest@
|
|
96
|
+
"ref": "pkg:npm/@octokit/plugin-paginate-rest@15.0.0"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
|
-
"ref": "pkg:npm/@octokit/plugin-rest-endpoint-methods@
|
|
99
|
+
"ref": "pkg:npm/@octokit/plugin-rest-endpoint-methods@18.0.0"
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
"ref": "pkg:npm/@packtory/github-release-gate@0.0.
|
|
102
|
+
"ref": "pkg:npm/@packtory/github-release-gate@0.0.46",
|
|
103
103
|
"dependsOn": [
|
|
104
|
-
"pkg:npm/@octokit/core@7.0.
|
|
105
|
-
"pkg:npm/@octokit/plugin-paginate-rest@
|
|
106
|
-
"pkg:npm/@octokit/plugin-rest-endpoint-methods@
|
|
107
|
-
"pkg:npm/packtory@0.0.
|
|
104
|
+
"pkg:npm/@octokit/core@7.0.7",
|
|
105
|
+
"pkg:npm/@octokit/plugin-paginate-rest@15.0.0",
|
|
106
|
+
"pkg:npm/@octokit/plugin-rest-endpoint-methods@18.0.0",
|
|
107
|
+
"pkg:npm/packtory@0.0.73",
|
|
108
108
|
"pkg:npm/remeda@2.39.0"
|
|
109
109
|
]
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"ref": "pkg:npm/packtory@0.0.
|
|
112
|
+
"ref": "pkg:npm/packtory@0.0.73"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"ref": "pkg:npm/remeda@2.39.0"
|