Skip to content

Commit b43178c

Browse files
github1github1
authored andcommitted
refactor
1 parent 65d9409 commit b43178c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meshage",
3-
"version": "0.4.0",
3+
"version": "0.4.5",
44
"description": "A simple service mesh. Messages sent within the service mesh can be consistently partitioned across members of the cluster.",
55
"main": "./index.js",
66
"types": "./index.d.ts",
@@ -45,7 +45,7 @@
4545
"ts-jest": "26.1.4",
4646
"tslint": "6.1.3",
4747
"tslint-microsoft-contrib": "6.0.0",
48-
"typescript": "3.9.7"
48+
"typescript": "4.3.5"
4949
},
5050
"publishConfig": {
5151
"access": "public"
@@ -54,4 +54,4 @@
5454
"type": "git",
5555
"url": "https://github.com/github1/meshage"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)