@lydell/node-pty 1.0.1 → 1.0.3
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/README.md +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -17,13 +17,13 @@ Copyright (c) 2018, Microsoft Corporation (MIT License).
|
|
|
17
17
|
|
|
18
18
|
## Version
|
|
19
19
|
|
|
20
|
-
@lydell/node-pty@1.0.
|
|
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)).
|
|
21
21
|
|
|
22
22
|
## Prebuilt binaries
|
|
23
23
|
|
|
24
24
|
This package includes prebuilt binaries for the following platforms and architectures:
|
|
25
25
|
|
|
26
|
-
- macOS x86_64 (darwin-x64)
|
|
26
|
+
- macOS x86_64 (darwin-x64)
|
|
27
27
|
- macOS ARM64 (darwin-arm64)
|
|
28
28
|
- Linux x86_64 (linux-x64)
|
|
29
29
|
- Windows x86_64 (win32-x64)
|
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.
|
|
5
|
+
"version": "1.0.3",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "./index.js",
|
|
8
8
|
"types": "./node-pty.d.ts",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"prebuilt"
|
|
22
22
|
],
|
|
23
23
|
"optionalDependencies": {
|
|
24
|
-
"@lydell/node-pty-darwin-x64": "1.0.
|
|
25
|
-
"@lydell/node-pty-darwin-arm64": "1.0.
|
|
26
|
-
"@lydell/node-pty-linux-x64": "1.0.
|
|
27
|
-
"@lydell/node-pty-win32-x64": "1.0.
|
|
28
|
-
"@lydell/node-pty-win32-arm64": "1.0.
|
|
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"
|
|
29
29
|
}
|
|
30
30
|
}
|