@lydell/node-pty 1.2.0-beta.3 → 1.2.0-beta.6

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 +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -26,7 +26,7 @@ Copyright (c) 2018, Microsoft Corporation (MIT License).
26
26
 
27
27
  ## Version
28
28
 
29
- @lydell/node-pty@1.2.0-beta.3 is based on node-pty@1.2.0-beta.3.
29
+ @lydell/node-pty@1.2.0-beta.6 is based on node-pty@1.2.0-beta.6.
30
30
 
31
31
  ## Prebuilt binaries
32
32
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@lydell/node-pty",
3
3
  "description": "Smaller distribution of node-pty.",
4
4
  "author": "Simon Lydell",
5
- "version": "1.2.0-beta.3",
5
+ "version": "1.2.0-beta.6",
6
6
  "license": "MIT",
7
7
  "type": "commonjs",
8
8
  "exports": "./index.js",
@@ -22,11 +22,11 @@
22
22
  "prebuilt"
23
23
  ],
24
24
  "optionalDependencies": {
25
- "@lydell/node-pty-darwin-arm64": "1.2.0-beta.3",
26
- "@lydell/node-pty-darwin-x64": "1.2.0-beta.3",
27
- "@lydell/node-pty-linux-arm64": "1.2.0-beta.3",
28
- "@lydell/node-pty-linux-x64": "1.2.0-beta.3",
29
- "@lydell/node-pty-win32-arm64": "1.2.0-beta.3",
30
- "@lydell/node-pty-win32-x64": "1.2.0-beta.3"
25
+ "@lydell/node-pty-darwin-arm64": "1.2.0-beta.6",
26
+ "@lydell/node-pty-darwin-x64": "1.2.0-beta.6",
27
+ "@lydell/node-pty-linux-arm64": "1.2.0-beta.6",
28
+ "@lydell/node-pty-linux-x64": "1.2.0-beta.6",
29
+ "@lydell/node-pty-win32-arm64": "1.2.0-beta.6",
30
+ "@lydell/node-pty-win32-x64": "1.2.0-beta.6"
31
31
  }
32
32
  }