@nuphus/nuphus-desktop 0.1.10 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuphus/nuphus-desktop",
3
- "version": "0.1.10",
3
+ "version": "0.2.1",
4
4
  "description": "Nuphus - 协同共生桌面助手。npm 一键安装:自动选择对应平台二进制(win32-x64 / macOS arm64 / linux-x64)。",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
@@ -11,10 +11,10 @@
11
11
  "url": "git+https://github.com/mrpulor-gh/nuphus.git"
12
12
  },
13
13
  "optionalDependencies": {
14
- "@nuphus/nuphus-desktop-win32-x64": "0.1.10",
15
- "@nuphus/nuphus-desktop-osx-arm64": "0.1.10",
16
- "@nuphus/nuphus-desktop-linux-x64": "0.1.10"
17
- },
14
+ "@nuphus/nuphus-desktop-win32-x64": "0.2.1",
15
+ "@nuphus/nuphus-desktop-osx-arm64": "0.2.1",
16
+ "@nuphus/nuphus-desktop-linux-x64": "0.2.1"
17
+ },
18
18
  "engines": {
19
19
  "node": "\u003e=16"
20
20
  },