@lydell/node-pty 1.0.0 → 1.0.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -9
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.0 is based on node-pty@1.1.0-beta13 (commit [391347926a45bb0b9e2c9a9f837adc56592b3c4b](https://github.com/microsoft/node-pty/commit/391347926a45bb0b9e2c9a9f837adc56592b3c4b)).
20
+ @lydell/node-pty@1.0.1 is based on node-pty@1.1.0-beta13 (commit [391347926a45bb0b9e2c9a9f837adc56592b3c4b](https://github.com/microsoft/node-pty/commit/391347926a45bb0b9e2c9a9f837adc56592b3c4b)).
21
21
 
22
22
  ## Prebuilt binaries
23
23
 
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.0",
5
+ "version": "1.0.1",
6
6
  "license": "MIT",
7
7
  "main": "./index.js",
8
8
  "types": "./node-pty.d.ts",
@@ -20,14 +20,11 @@
20
20
  "prebuild",
21
21
  "prebuilt"
22
22
  ],
23
- "dependencies": {
24
- "node-addon-api": "^7.1.0"
25
- },
26
23
  "optionalDependencies": {
27
- "@lydell/node-pty-darwin-x64": "1.0.0",
28
- "@lydell/node-pty-darwin-arm64": "1.0.0",
29
- "@lydell/node-pty-linux-x64": "1.0.0",
30
- "@lydell/node-pty-win32-x64": "1.0.0",
31
- "@lydell/node-pty-win32-arm64": "1.0.0"
24
+ "@lydell/node-pty-darwin-x64": "1.0.1",
25
+ "@lydell/node-pty-darwin-arm64": "1.0.1",
26
+ "@lydell/node-pty-linux-x64": "1.0.1",
27
+ "@lydell/node-pty-win32-x64": "1.0.1",
28
+ "@lydell/node-pty-win32-arm64": "1.0.1"
32
29
  }
33
30
  }