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 775cd74 commit a17033cCopy full SHA for a17033c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "meshage",
3
- "version": "0.3.103",
+ "version": "0.4.0",
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",
@@ -41,10 +41,10 @@
41
"jest": "26.2.2",
42
"leaked-handles": "5.2.0",
43
"node-docker-api": "1.1.22",
44
- "rimraf": "^2.6.1",
+ "rimraf": "2.6.2",
45
"ts-jest": "26.1.4",
46
"tslint": "6.1.3",
47
- "tslint-microsoft-contrib": "^6.0.0",
+ "tslint-microsoft-contrib": "6.0.0",
48
"typescript": "3.9.7"
49
},
50
"publishConfig": {
0 commit comments