super-release 1.3.0 → 1.4.0
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/bin/super-release.js +1 -1
- package/package.json +6 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
f56ba8935a455d102d6857ee1877153af2a0d6ec7cc80b8d32ae819cb0389b19 super-release-darwin-aarch64.tar.gz
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
0991f78976d7bb59868e5705c16b79267c0132cacd38711cd7981d2c8155e6a2 super-release-darwin-x86_64.tar.gz
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
8fccbed26a5d756f20f2ca3667150b98166ec109ad412ccb3aa7af010979915e super-release-linux-aarch64.tar.gz
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
0ba7f6997f392f6544ba4c867164a7c357cb599ed2a12cb992a73d38a12650d5 super-release-linux-x86_64-musl.tar.gz
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
8d6acf0612494cbad0f5100fced69c620ee534d50377d6125da81c3d4359a4fb super-release-linux-x86_64.tar.gz
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
BA00724ABC4F0BC0E03F6B8E9CC08D7ECBEC7E2F262DA1FA19C7CA951A9794E2
|
package/bin/super-release.js
CHANGED
|
@@ -4,7 +4,7 @@ import { execFileSync } from "node:child_process";
|
|
|
4
4
|
import { existsSync } from "node:fs";
|
|
5
5
|
import { arch, platform } from "node:os";
|
|
6
6
|
import { fileURLToPath } from "node:url";
|
|
7
|
-
import pkg from "
|
|
7
|
+
import pkg from "../package.json" with { type: "json" };
|
|
8
8
|
|
|
9
9
|
function isMusl() {
|
|
10
10
|
try {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-release",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.4.0",
|
|
5
5
|
"bin": {
|
|
6
6
|
"super-release": "bin/super-release.js"
|
|
7
7
|
},
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"url": "git+https://github.com/BowlingX/super-release.git"
|
|
31
31
|
},
|
|
32
32
|
"optionalDependencies": {
|
|
33
|
-
"super-release-linux-x64": "1.
|
|
34
|
-
"super-release-linux-arm64": "1.
|
|
35
|
-
"super-release-darwin-x64": "1.
|
|
36
|
-
"super-release-
|
|
37
|
-
"super-release-
|
|
33
|
+
"super-release-linux-x64": "1.2.0",
|
|
34
|
+
"super-release-linux-arm64": "1.2.0",
|
|
35
|
+
"super-release-darwin-x64": "1.2.0",
|
|
36
|
+
"super-release-darwin-arm64": "1.2.0",
|
|
37
|
+
"super-release-windows-x64": "1.2.0"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"prepublish": "cp ../../README.md README.md",
|