Skip to content

Commit 233cc0c

Browse files
Preparing new release
1 parent 8b816a6 commit 233cc0c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

documentation/development.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ Tests are written per protocol layer: http or grpc. This is done because Dapr re
3838
docker run -d --rm --name emqx -p 1883:1883 -p 8081:8081 -p 8083:8083 -p 8883:8883 -p 8084:8084 -p 18083:18083 emqx/emqx
3939

4040
# Start gRPC tests
41-
npm run test:dapr:grpc
41+
npm run test:e2e:grpc:main
4242

4343
# Start HTTP tests
44-
npm run test:dapr:http
44+
npm run test:e2e:http:main
45+
npm run test:e2e:http:actors
4546
```

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dapr-client",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "The official Dapr (https://dapr.io) SDK for Node.js",
55
"types": "http/index.d.ts",
66
"scripts": {
@@ -23,8 +23,8 @@
2323
"@js-temporal/polyfill": "^0.2.0",
2424
"body-parser": "^1.19.0",
2525
"google-protobuf": "^3.18.0",
26-
"node-fetch": "^2.6.1",
2726
"grpc": "^1.24.10",
27+
"node-fetch": "^2.6.1",
2828
"restana": "^4.9.1",
2929
"uuid": "^8.3.2"
3030
},
@@ -35,8 +35,8 @@
3535
"@types/node": "^16.9.1",
3636
"@types/node-fetch": "^2.5.8",
3737
"@types/uuid": "^8.3.1",
38-
"grpc-tools": "^1.11.2",
3938
"grpc_tools_node_protoc_ts": "^5.3.2",
39+
"grpc-tools": "^1.11.2",
4040
"jest": "^27.2.0",
4141
"nodemon": "^2.0.12",
4242
"prettier": "^2.4.0",

0 commit comments

Comments
 (0)