viz: replace guid with uuid. Bonus cleanups.
While we could use a global counter for the app, it's also fine to
use a universal unique id.
Replacing guid with uuid can potentially solve:
https://github.com/veyron/release-issues/issues/748
It at least removes the message about uuid being better than guid
when pulling from npm.
Bonus changes include:
- method outputs updated to reflect that error was removed from outArgs
- method outputs '<running>' is in a span because of mercury.
Change-Id: I3b4a3f699bedfe97b01d826a6b36d556daa6afb5
diff --git a/package.json b/package.json
index 4dc04e3..4fc2986 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
"dependencies": {
"bars": "git+https://github.com/steel/bars.git",
"debug": "^1.0.4",
- "guid": "^0.0.12",
+ "uuid": "^2.0.1",
"insert-css": "^0.2.0",
"json-stable-stringify": "^1.0.0",
"localforage": "^1.0.2",