@lydell/node-pty 1.0.3 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +7 -6
package/README.md CHANGED
@@ -17,7 +17,7 @@ Copyright (c) 2018, Microsoft Corporation (MIT License).
17
17
 
18
18
  ## Version
19
19
 
20
- @lydell/node-pty@1.0.3 is based on node-pty@1.1.0-beta14 (commit [efbf8ebbe7b09351548fa0a4ed07b36c5d2e539b](https://github.com/microsoft/node-pty/commit/efbf8ebbe7b09351548fa0a4ed07b36c5d2e539b)).
20
+ @lydell/node-pty@1.1.0 is based on node-pty@1.1.0-beta14 (commit [efbf8ebbe7b09351548fa0a4ed07b36c5d2e539b](https://github.com/microsoft/node-pty/commit/efbf8ebbe7b09351548fa0a4ed07b36c5d2e539b)).
21
21
 
22
22
  ## Prebuilt binaries
23
23
 
@@ -26,5 +26,6 @@ This package includes prebuilt binaries for the following platforms and architec
26
26
  - macOS x86_64 (darwin-x64)
27
27
  - macOS ARM64 (darwin-arm64)
28
28
  - Linux x86_64 (linux-x64)
29
+ - Linux ARM64 (linux-arm64) (not tested)
29
30
  - Windows x86_64 (win32-x64)
30
31
  - Windows ARM64 (win32-arm64) (not tested)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@lydell/node-pty",
3
3
  "description": "node-pty with prebuilt binaries",
4
4
  "author": "Simon Lydell",
5
- "version": "1.0.3",
5
+ "version": "1.1.0",
6
6
  "license": "MIT",
7
7
  "main": "./index.js",
8
8
  "types": "./node-pty.d.ts",
@@ -21,10 +21,11 @@
21
21
  "prebuilt"
22
22
  ],
23
23
  "optionalDependencies": {
24
- "@lydell/node-pty-darwin-x64": "1.0.3",
25
- "@lydell/node-pty-darwin-arm64": "1.0.3",
26
- "@lydell/node-pty-linux-x64": "1.0.3",
27
- "@lydell/node-pty-win32-x64": "1.0.3",
28
- "@lydell/node-pty-win32-arm64": "1.0.3"
24
+ "@lydell/node-pty-darwin-x64": "1.1.0",
25
+ "@lydell/node-pty-darwin-arm64": "1.1.0",
26
+ "@lydell/node-pty-linux-x64": "1.1.0",
27
+ "@lydell/node-pty-linux-arm64": "1.1.0",
28
+ "@lydell/node-pty-win32-x64": "1.1.0",
29
+ "@lydell/node-pty-win32-arm64": "1.1.0"
29
30
  }
30
31
  }