rmbg2-cli 0.4.0 → 0.4.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.
@@ -4,7 +4,7 @@ const PACKAGES = new Map([
4
4
  ["darwin-arm64", "rmbg2-cli-darwin-arm64"],
5
5
  ["linux-arm64", "rmbg2-cli-linux-arm64-gnu"],
6
6
  ["linux-x64", "rmbg2-cli-linux-x64-gnu"],
7
- ["win32-x64", "rmbg2-cli-win32-x64-msvc"]
7
+ ["win32-x64", "rmbg2-cli-windows-x64"]
8
8
  ]);
9
9
 
10
10
  function usesGlibc(report = process.report) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rmbg2-cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Remove image backgrounds locally with BRIA RMBG-2.0",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -21,10 +21,10 @@
21
21
  "LICENSE"
22
22
  ],
23
23
  "optionalDependencies": {
24
- "rmbg2-cli-darwin-arm64": "0.4.0",
25
- "rmbg2-cli-linux-arm64-gnu": "0.4.0",
26
- "rmbg2-cli-linux-x64-gnu": "0.4.0",
27
- "rmbg2-cli-win32-x64-msvc": "0.4.0"
24
+ "rmbg2-cli-darwin-arm64": "0.4.1",
25
+ "rmbg2-cli-linux-arm64-gnu": "0.4.1",
26
+ "rmbg2-cli-linux-x64-gnu": "0.4.1",
27
+ "rmbg2-cli-windows-x64": "0.4.1"
28
28
  },
29
29
  "scripts": {
30
30
  "check:versions": "node npm/scripts/check-versions.js",