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.
2 parents 096244c + 9f6eec9 commit de755abCopy full SHA for de755ab
package.json
@@ -29,7 +29,7 @@
29
"dependencies": {
30
"bluebird": "3.4.6",
31
"bufferutil": "^1.2.1",
32
- "node-uuid": "1.4.7",
+ "uuid": "3.0.0",
33
"utf-8-validate": "^1.2.1",
34
"ws": "^1.1.1"
35
},
src/kuzzle.js
@@ -1,5 +1,5 @@
1
var
2
- uuid = require('node-uuid'),
+ uuid = require('uuid'),
3
KuzzleDataCollection = require('./kuzzleDataCollection'),
4
KuzzleSecurity = require('./security/kuzzleSecurity'),
5
KuzzleMemoryStorage = require('./kuzzleMemoryStorage'),
src/kuzzleRoom.js
- uuid = require('node-uuid');
+ uuid = require('uuid');
/**
* This is a global callback pattern, called by all asynchronous functions of the Kuzzle object.
0 commit comments