@delight-rpc/electron 1.1.1 → 2.0.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/package.json +12 -11
  2. package/CHANGELOG.md +0 -55
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delight-rpc/electron",
3
- "version": "1.1.1",
3
+ "version": "2.0.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "files": [
@@ -11,6 +11,9 @@
11
11
  "repository": "git@github.com:delight-rpc/electron.git",
12
12
  "author": "BlackGlory <woshenmedoubuzhidao@blackglory.me>",
13
13
  "license": "MIT",
14
+ "engines": {
15
+ "node": ">=16"
16
+ },
14
17
  "scripts": {
15
18
  "lint": "eslint --ext .js,.jsx,.ts,.tsx --quiet src",
16
19
  "test": "jest --no-cache --config jest.config.js",
@@ -34,26 +37,24 @@
34
37
  "@commitlint/cli": "^15.0.0",
35
38
  "@commitlint/config-conventional": "^15.0.0",
36
39
  "@types/jest": "^27.0.3",
37
- "@types/node": "^16.11.11",
38
- "@typescript-eslint/eslint-plugin": "^5.5.0",
39
- "@typescript-eslint/parser": "^5.5.0",
40
+ "@typescript-eslint/eslint-plugin": "^5.7.0",
41
+ "@typescript-eslint/parser": "^5.7.0",
40
42
  "cross-env": "^7.0.3",
41
- "delight-rpc": "^1.1.1",
43
+ "delight-rpc": "^1.1.2",
42
44
  "electron": "^16.0.1",
43
- "eslint": "8.4.0",
45
+ "eslint": "8.4.1",
44
46
  "husky": "4",
45
- "jest": "^27.4.3",
47
+ "jest": "^27.4.5",
46
48
  "npm-run-all": "^4.1.5",
47
49
  "rimraf": "^3.0.2",
48
50
  "standard-version": "^9.3.2",
49
- "ts-jest": "^27.0.7",
50
- "ts-node": "^10.4.0",
51
+ "ts-jest": "^27.1.2",
51
52
  "tscpaths": "^0.0.9",
52
- "typescript": "^4.5.2"
53
+ "typescript": "^4.5.4"
53
54
  },
54
55
  "dependencies": {
55
56
  "@blackglory/errors": "^1.1.2",
56
- "extra-promise": "^0.19.4"
57
+ "extra-promise": "^0.20.0"
57
58
  },
58
59
  "peerDependencies": {
59
60
  "delight-rpc": "^1.1.1",
package/CHANGELOG.md DELETED
@@ -1,55 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ### [1.1.1](https://github.com/delight-rpc/electron/compare/v1.1.0...v1.1.1) (2021-12-05)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * error ([2b51b3a](https://github.com/delight-rpc/electron/commit/2b51b3a7fab84ee6414e832b6e374a0437509c01))
11
-
12
- ## [1.1.0](https://github.com/delight-rpc/electron/compare/v1.0.0...v1.1.0) (2021-12-02)
13
-
14
-
15
- ### Features
16
-
17
- * stop starting and closing MessagePort ([22d509a](https://github.com/delight-rpc/electron/commit/22d509ace6e3ffbdf4f99a8269f9cfd712f410cb))
18
-
19
- ## [1.0.0](https://github.com/delight-rpc/electron/compare/v0.2.1...v1.0.0) (2021-11-19)
20
-
21
-
22
- ### ⚠ BREAKING CHANGES
23
-
24
- * peerDependencies changed
25
- - delight-rpc^1.1.1
26
- - electron^16.0.1
27
-
28
- * upgrade dependencies ([2693bdc](https://github.com/delight-rpc/electron/commit/2693bdcfa7db80237abdd639ac83b79697e1fbc5))
29
-
30
- ### [0.2.1](https://github.com/delight-rpc/electron/compare/v0.2.0...v0.2.1) (2021-11-16)
31
-
32
- ## [0.2.0](https://github.com/delight-rpc/electron/compare/v0.1.1...v0.2.0) (2021-11-13)
33
-
34
-
35
- ### ⚠ BREAKING CHANGES
36
-
37
- * the return value of createClient changed
38
-
39
- ### Features
40
-
41
- * support to close client ([fddcae6](https://github.com/delight-rpc/electron/commit/fddcae6d075f4c86742065df3d48bd1fac4606f4))
42
-
43
- ### [0.1.1](https://github.com/delight-rpc/electron/compare/v0.1.0...v0.1.1) (2021-11-13)
44
-
45
-
46
- ### Features
47
-
48
- * no need to manually call `port.start()` now ([70e25c0](https://github.com/delight-rpc/electron/commit/70e25c0829f3dd8852e25c8ccd1944257e2b9ac5))
49
-
50
- ## 0.1.0 (2021-11-13)
51
-
52
-
53
- ### Features
54
-
55
- * init ([e425c46](https://github.com/delight-rpc/electron/commit/e425c465bdb3d254f60e95eaf30a2595febda9f4))