|
1 | 1 | {
|
2 | 2 | "name": "dapr-client",
|
3 |
| - "version": "0.3.1", |
| 3 | + "version": "1.0.0", |
4 | 4 | "description": "The official Dapr (https://dapr.io) SDK for Node.js",
|
5 | 5 | "types": "http/index.d.ts",
|
6 | 6 | "scripts": {
|
|
19 | 19 | "author": "Xavier Geerinck",
|
20 | 20 | "license": "ISC",
|
21 | 21 | "dependencies": {
|
22 |
| - "@grpc/grpc-js": "^1.3.2", |
23 |
| - "@js-temporal/polyfill": "^0.1.0", |
| 22 | + "@grpc/grpc-js": "^1.3.7", |
| 23 | + "@js-temporal/polyfill": "^0.2.0", |
24 | 24 | "body-parser": "^1.19.0",
|
25 |
| - "google-protobuf": "^3.15.8", |
26 |
| - "grpc": "^1.24.10", |
| 25 | + "google-protobuf": "^3.18.0", |
27 | 26 | "node-fetch": "^2.6.1",
|
| 27 | + "grpc": "^1.24.10", |
28 | 28 | "restana": "^4.9.1",
|
29 | 29 | "uuid": "^8.3.2"
|
30 | 30 | },
|
31 | 31 | "devDependencies": {
|
32 |
| - "@types/body-parser": "^1.19.0", |
33 |
| - "@types/google-protobuf": "^3.15.2", |
| 32 | + "@types/body-parser": "^1.19.1", |
| 33 | + "@types/google-protobuf": "^3.15.5", |
34 | 34 | "@types/jest": "^27.0.1",
|
35 |
| - "@types/node": "^15.0.3", |
| 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.1", |
39 |
| - "grpc_tools_node_protoc_ts": "^5.2.2", |
40 |
| - "jest": "^27.0.6", |
41 |
| - "nodemon": "^2.0.7", |
42 |
| - "prettier": "^2.2.1", |
43 |
| - "ts-jest": "^27.0.4", |
| 38 | + "grpc-tools": "^1.11.2", |
| 39 | + "grpc_tools_node_protoc_ts": "^5.3.2", |
| 40 | + "jest": "^27.2.0", |
| 41 | + "nodemon": "^2.0.12", |
| 42 | + "prettier": "^2.4.0", |
| 43 | + "ts-jest": "^27.0.5", |
44 | 44 | "tslint": "^6.1.3",
|
45 | 45 | "tslint-config-prettier": "^1.18.0",
|
46 |
| - "typescript": "^4.2.3" |
| 46 | + "typescript": "^4.4.3" |
47 | 47 | },
|
48 | 48 | "repository": {
|
49 | 49 | "type": "git",
|
|
0 commit comments