We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d9409 commit b43178cCopy full SHA for b43178c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "meshage",
3
- "version": "0.4.0",
+ "version": "0.4.5",
4
"description": "A simple service mesh. Messages sent within the service mesh can be consistently partitioned across members of the cluster.",
5
"main": "./index.js",
6
"types": "./index.d.ts",
@@ -45,7 +45,7 @@
45
"ts-jest": "26.1.4",
46
"tslint": "6.1.3",
47
"tslint-microsoft-contrib": "6.0.0",
48
- "typescript": "3.9.7"
+ "typescript": "4.3.5"
49
},
50
"publishConfig": {
51
"access": "public"
@@ -54,4 +54,4 @@
54
"type": "git",
55
"url": "https://github.com/github1/meshage"
56
}
57
-}
+}
0 commit comments