File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,9 @@ Tests are written per protocol layer: http or grpc. This is done because Dapr re
38
38
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
39
39
40
40
# Start gRPC tests
41
- npm run test:dapr :grpc
41
+ npm run test:e2e :grpc:main
42
42
43
43
# Start HTTP tests
44
- npm run test:dapr:http
44
+ npm run test:e2e:http:main
45
+ npm run test:e2e:http:actors
45
46
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dapr-client" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " The official Dapr (https://dapr.io) SDK for Node.js" ,
5
5
"types" : " http/index.d.ts" ,
6
6
"scripts" : {
23
23
"@js-temporal/polyfill" : " ^0.2.0" ,
24
24
"body-parser" : " ^1.19.0" ,
25
25
"google-protobuf" : " ^3.18.0" ,
26
- "node-fetch" : " ^2.6.1" ,
27
26
"grpc" : " ^1.24.10" ,
27
+ "node-fetch" : " ^2.6.1" ,
28
28
"restana" : " ^4.9.1" ,
29
29
"uuid" : " ^8.3.2"
30
30
},
35
35
"@types/node" : " ^16.9.1" ,
36
36
"@types/node-fetch" : " ^2.5.8" ,
37
37
"@types/uuid" : " ^8.3.1" ,
38
- "grpc-tools" : " ^1.11.2" ,
39
38
"grpc_tools_node_protoc_ts" : " ^5.3.2" ,
39
+ "grpc-tools" : " ^1.11.2" ,
40
40
"jest" : " ^27.2.0" ,
41
41
"nodemon" : " ^2.0.12" ,
42
42
"prettier" : " ^2.4.0" ,
You can’t perform that action at this time.
0 commit comments