Skip to content

Commit

Permalink
upgrade uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Mar 15, 2018
1 parent 49a7fdf commit 5c4aada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/lib/gateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Gateway.prototype.start = (options) => {
edgeconfig.save(config, cache);
}

config.uid = uuid.v1();
config.uid = uuid();
var logger = gateway.Logging.init(config);
var opt = {};
delete args.keys;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"request": "^2.67.0",
"rimraf": "^2.4.3",
"tmp": "0.0.28",
"uuid": "^2.0.1",
"uuid": "^3.2.1",
"volos-cache-memory": "^0.10.1",
"volos-spikearrest-common": "^0.10.3",
"volos-spikearrest-memory": "^0.10.1",
Expand Down

0 comments on commit 5c4aada

Please sign in to comment.