@phystack/device-phyos 4.5.49-dev → 4.5.51-dev

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 (2) hide show
  1. package/README.md +12 -4
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -9,21 +9,28 @@ Download the pre-built binary for your platform. No runtime dependencies require
9
9
  ### Linux (x86_64)
10
10
 
11
11
  ```bash
12
- curl -fsSL https://os.phygrid.com/cli/latest/phydevice-linux-x64.tar.gz | tar xz
12
+ curl -fsSL https://os.phygrid.com/phystack-npm/releases/latest/phydevice-linux-x64.tar.gz | tar xz
13
13
  sudo mv phydevice /usr/local/bin/
14
14
  ```
15
15
 
16
16
  ### macOS (Apple Silicon)
17
17
 
18
18
  ```bash
19
- curl -fsSL https://os.phygrid.com/cli/latest/phydevice-darwin-arm64.tar.gz | tar xz
19
+ curl -fsSL https://os.phygrid.com/phystack-npm/releases/latest/phydevice-darwin-arm64.tar.gz | tar xz
20
20
  sudo mv phydevice /usr/local/bin/
21
21
  ```
22
22
 
23
23
  ### macOS (Intel)
24
24
 
25
25
  ```bash
26
- curl -fsSL https://os.phygrid.com/cli/latest/phydevice-darwin-x64.tar.gz | tar xz
26
+ curl -fsSL https://os.phygrid.com/phystack-npm/releases/latest/phydevice-darwin-x64.tar.gz | tar xz
27
+ sudo mv phydevice /usr/local/bin/
28
+ ```
29
+
30
+ ### Linux (ARM64)
31
+
32
+ ```bash
33
+ curl -fsSL https://os.phygrid.com/phystack-npm/releases/latest/phydevice-linux-arm64.tar.gz | tar xz
27
34
  sudo mv phydevice /usr/local/bin/
28
35
  ```
29
36
 
@@ -32,7 +39,7 @@ sudo mv phydevice /usr/local/bin/
32
39
  Replace `latest` with the version number:
33
40
 
34
41
  ```bash
35
- curl -fsSL https://os.phygrid.com/cli/4.5.48/phydevice-linux-x64.tar.gz | tar xz
42
+ curl -fsSL https://os.phygrid.com/phystack-npm/releases/4.5.48/phydevice-linux-x64.tar.gz | tar xz
36
43
  ```
37
44
 
38
45
  ## Supported platforms
@@ -40,6 +47,7 @@ curl -fsSL https://os.phygrid.com/cli/4.5.48/phydevice-linux-x64.tar.gz | tar xz
40
47
  | Platform | Architecture | Download |
41
48
  |----------|-------------|----------|
42
49
  | Linux | x86_64 | `phydevice-linux-x64.tar.gz` |
50
+ | Linux | ARM64 | `phydevice-linux-arm64.tar.gz` |
43
51
  | macOS | ARM64 | `phydevice-darwin-arm64.tar.gz` |
44
52
  | macOS | x86_64 | `phydevice-darwin-x64.tar.gz` |
45
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phystack/device-phyos",
3
- "version": "4.5.49-dev",
3
+ "version": "4.5.51-dev",
4
4
  "main": "index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -28,10 +28,10 @@
28
28
  "license": "MIT",
29
29
  "description": "",
30
30
  "dependencies": {
31
- "@phystack/axios-proxy": "4.5.49-dev",
32
- "@phystack/hub-client": "4.5.49-dev",
33
- "@phystack/hub-device": "4.5.49-dev",
34
- "@phystack/phy-logger": "4.5.49-dev",
31
+ "@phystack/axios-proxy": "4.5.51-dev",
32
+ "@phystack/hub-client": "4.5.51-dev",
33
+ "@phystack/hub-device": "4.5.51-dev",
34
+ "@phystack/phy-logger": "4.5.51-dev",
35
35
  "@vercel/ncc": "^0.38.1",
36
36
  "async-mutex": "^0.5.0",
37
37
  "bufferutil": "^4.0.8",
@@ -65,5 +65,5 @@
65
65
  "typescript": "^5.5.2",
66
66
  "typescript-cli": "^0.1.0"
67
67
  },
68
- "gitHead": "82afec3cab34ec3a3795e660f872aa934a32191c"
68
+ "gitHead": "9b5f5d67cca5ffc6adfe07f12e918e6b03127140"
69
69
  }