super-release 1.6.0 → 1.6.1
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/bin/super-release-darwin-aarch64.tar.gz.sha256 +1 -1
- package/bin/super-release-darwin-x86_64.tar.gz.sha256 +1 -1
- package/bin/super-release-linux-aarch64.tar.gz.sha256 +1 -1
- package/bin/super-release-linux-x86_64-musl.tar.gz.sha256 +1 -1
- package/bin/super-release-linux-x86_64.tar.gz.sha256 +1 -1
- package/bin/super-release-windows-x86_64.zip.sha256 +1 -1
- package/package.json +6 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
242480267110c1c629f7ea7c0e5afb5f3d276cd3efd62e82113bd97abbbc93f5 super-release-darwin-aarch64.tar.gz
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2554c2c39538522c7cef889222a913218ed2200b4224e7d5844827d7252575ab super-release-darwin-x86_64.tar.gz
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
f4db8a76a97105c97e6518a301eeb41157925a03c17791eac97f2a299cb9f765 super-release-linux-aarch64.tar.gz
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
70875b20523d5653becb8a3fae79af24c77c44b8cc8a07f1324b2a6c4f11e9f2 super-release-linux-x86_64-musl.tar.gz
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
50158b54b3833aa99cd0fc652d3e3b543f8d995a35f56be4b600aeb7623e7dae super-release-linux-x86_64.tar.gz
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
895C1A18BFC50973F32A909AAC9FCEEC12BFC2D479BF50D6379EBFD0B30512C8
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-release",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"description": "A fast semantic-release alternative for monorepos, written in Rust",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"changelog",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"provenance": true
|
|
29
29
|
},
|
|
30
30
|
"optionalDependencies": {
|
|
31
|
-
"super-release-darwin-arm64": "1.4.
|
|
32
|
-
"super-release-darwin-x64": "1.4.
|
|
33
|
-
"super-release-linux-
|
|
34
|
-
"super-release-windows-x64": "1.4.
|
|
35
|
-
"super-release-linux-
|
|
31
|
+
"super-release-darwin-arm64": "1.4.1",
|
|
32
|
+
"super-release-darwin-x64": "1.4.1",
|
|
33
|
+
"super-release-linux-x64": "1.4.1",
|
|
34
|
+
"super-release-windows-x64": "1.4.1",
|
|
35
|
+
"super-release-linux-arm64": "1.4.1"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=20"
|