Skip to content

Commit

Permalink
replacing node-uuid with uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
Panthro committed Nov 21, 2016
1 parent 1da6577 commit 22142ae
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"jsonpath": "^0.2.6",
"lodash": "4.17.1",
"lokijs": "^1.4.1",
"node-uuid": "^1.4.7",
"rabbit.js": "0.4.4",
"temp": "0.8.3",
"uuid": "^3.0.0",
"winston": "^2.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/module.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import uuid from 'node-uuid';
import uuid from 'uuid';
import names from 'docker-names';
import assert from 'assert';
import * as mq from './mq/connection';
Expand Down
2 changes: 1 addition & 1 deletion src/orchestrator.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as mq from './mq/connection';
import * as symbols from './utils/symbols';
import Promise from 'bluebird';
import _ from 'lodash/core';
import uuid from 'node-uuid';
import uuid from 'uuid';
import * as temp from 'temp';
import * as JSON from 'json3';

Expand Down
2 changes: 1 addition & 1 deletion test/geocoding.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as chai from 'chai';
import dirtyChai from 'dirty-chai';
import Orchestrator from '../src/orchestrator';
import geocoding from '../src/modules/geocoding';
import uuid from 'node-uuid';
import uuid from 'uuid';
import _ from 'lodash';
import mockPersistence from './mock-persistence-module';
import elasticsearch from '../src/modules/elasticsearch';
Expand Down
2 changes: 1 addition & 1 deletion test/module.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as chai from 'chai';
import dirtyChai from 'dirty-chai';
import Orchestrator from '../src/orchestrator';
import Module from '../src/module';
import uuid from 'node-uuid';
import uuid from 'uuid';
import logger from '../src/logging/logger';
import mock from './mock-persistence-module';

Expand Down
2 changes: 1 addition & 1 deletion test/orchestrator.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import * as chai from 'chai';
import dirtyChai from 'dirty-chai';
import Orchestrator from '../src/orchestrator';
import uuid from 'node-uuid';
import uuid from 'uuid';
import logger from '../src/logging/logger';
import elasticsearch from '../src/modules/elasticsearch';

Expand Down
2 changes: 1 addition & 1 deletion test/orchestrator.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import * as chai from 'chai';
import dirtyChai from 'dirty-chai';
import Orchestrator from '../src/orchestrator';
import uuid from 'node-uuid';
import uuid from 'uuid';
import Module from '../src/module';
import dockerNames from 'docker-names';
import * as temp from 'temp';
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ babel-core@^6.18.0:
slash "^1.0.0"
source-map "^0.5.0"

babel-eslint@^7.0.0:
babel-eslint@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-7.1.1.tgz#8a6a884f085aa7060af69cfc77341c2f99370fb2"
dependencies:
Expand Down Expand Up @@ -955,8 +955,8 @@ dashdash@^1.12.0:
assert-plus "^1.0.0"

debug@^2.1.1, debug@^2.1.3, debug@^2.2.0, debug@2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.3.2.tgz#94cb466ef7d6d2c7e5245cdd6e4104f2d0d70d30"
version "2.3.3"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.3.3.tgz#40c453e67e6e13c901ddec317af8986cda9eff8c"
dependencies:
ms "0.7.2"

Expand Down Expand Up @@ -1482,8 +1482,8 @@ glob@7.0.5:
path-is-absolute "^1.0.0"

globals@^9.0.0, globals@^9.2.0:
version "9.13.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-9.13.0.tgz#d97706b61600d8dbe94708c367d3fdcf48470b8f"
version "9.14.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-9.14.0.tgz#8859936af0038741263053b39d0e76ca241e4034"

globby@^5.0.0:
version "5.0.0"
Expand Down Expand Up @@ -2126,15 +2126,15 @@ micromatch@^2.1.5, micromatch@^2.3.11:
parse-glob "^3.0.4"
regex-cache "^0.4.2"

mime-db@~1.24.0:
version "1.24.0"
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.24.0.tgz#e2d13f939f0016c6e4e9ad25a8652f126c467f0c"
mime-db@~1.25.0:
version "1.25.0"
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.25.0.tgz#c18dbd7c73a5dbf6f44a024dc0d165a1e7b1c392"

mime-types@^2.1.11, mime-types@^2.1.12, mime-types@~2.1.11, mime-types@~2.1.7:
version "2.1.12"
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.12.tgz#152ba256777020dd4663f54c2e7bc26381e71729"
mime-types@^2.1.11, mime-types@^2.1.12, mime-types@~2.1.13, mime-types@~2.1.7:
version "2.1.13"
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.13.tgz#e07aaa9c6c6b9a7ca3012c69003ad25a39e92a88"
dependencies:
mime-db "~1.24.0"
mime-db "~1.25.0"

minimatch@^3.0.0, minimatch@^3.0.2, "minimatch@2 || 3":
version "3.0.3"
Expand Down Expand Up @@ -2214,7 +2214,7 @@ node-pre-gyp@^0.6.29:
tar "~2.2.1"
tar-pack "~3.3.0"

node-uuid@, node-uuid@^1.4.7, node-uuid@~1.4.7:
node-uuid@, node-uuid@~1.4.7:
version "1.4.7"
resolved "https://registry.yarnpkg.com/node-uuid/-/node-uuid-1.4.7.tgz#6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f"

Expand Down Expand Up @@ -3079,11 +3079,11 @@ type-detect@0.1.1:
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-0.1.1.tgz#0ba5ec2a885640e470ea4e8505971900dac58822"

type-is@~1.6.13:
version "1.6.13"
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.13.tgz#6e83ba7bc30cd33a7bb0b7fb00737a2085bf9d08"
version "1.6.14"
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.14.tgz#e219639c17ded1ca0789092dd54a03826b817cb2"
dependencies:
media-typer "0.3.0"
mime-types "~2.1.11"
mime-types "~2.1.13"

typedarray@~0.0.5:
version "0.0.6"
Expand Down

0 comments on commit 22142ae

Please sign in to comment.