@delight-rpc/child-process 0.6.0 → 0.6.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.
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delight-rpc/child-process",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"files": [
|
|
@@ -19,9 +19,8 @@
|
|
|
19
19
|
"scripts": {
|
|
20
20
|
"prepare": "ts-patch install -s",
|
|
21
21
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx --quiet src",
|
|
22
|
-
"test": "cross-env NODE_OPTIONS='--experimental-vm-modules --loader ts-node/esm' jest --config jest.config.cjs",
|
|
22
|
+
"test": "cross-env NODE_OPTIONS='--experimental-vm-modules --loader ts-node/esm' jest --runInBand --config jest.config.cjs",
|
|
23
23
|
"test:debug": "cross-env NODE_OPTIONS='--experimental-vm-modules --loader ts-node/esm' node --inspect-brk node_modules/.bin/jest --runInBand --config jest.config.cjs",
|
|
24
|
-
"test:coverage": "cross-env NODE_OPTIONS='--experimental-vm-modules --loader ts-node/esm' jest --coverage --config jest.config.cjs",
|
|
25
24
|
"prepublishOnly": "run-s prepare clean build",
|
|
26
25
|
"clean": "rimraf lib",
|
|
27
26
|
"build": "tsc --project tsconfig.build.json",
|
|
@@ -60,7 +59,7 @@
|
|
|
60
59
|
"dependencies": {
|
|
61
60
|
"@blackglory/errors": "^3.0.0",
|
|
62
61
|
"@blackglory/prelude": "^0.3.1",
|
|
63
|
-
"@delight-rpc/protocol": "^
|
|
62
|
+
"@delight-rpc/protocol": "^4.0.0",
|
|
64
63
|
"extra-promise": "^6.0.5"
|
|
65
64
|
},
|
|
66
65
|
"peerDependencies": {
|