Skip to content

Commit 4a34081

Browse files
author
marcos
committed
update(): uuid instead of node-uuid
1 parent b1db027 commit 4a34081

26 files changed

+1000
-1
lines changed

authorization/controllers/authorization.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const jwtSecret = require('../../common/config/env.config.js').jwt_secret,
22
jwt = require('jsonwebtoken');
33
const crypto = require('crypto');
4-
const uuid = require('node-uuid');
4+
const uuid = require('uuid');
55

66
exports.login = (req, res) => {
77
try {

data/WiredTiger

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
WiredTiger
2+
WiredTiger 3.2.2: (August 28, 2019)

data/WiredTiger.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
WiredTiger lock file

data/WiredTiger.turtle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
WiredTiger version string
2+
WiredTiger 3.2.2: (August 28, 2019)
3+
WiredTiger version
4+
major=3,minor=2,patch=2
5+
file:WiredTiger.wt
6+
access_pattern_hint=none,allocation_size=4KB,app_metadata=,assert=(commit_timestamp=none,durable_timestamp=none,read_timestamp=none),block_allocation=best,block_compressor=,cache_resident=false,checkpoint=(WiredTigerCheckpoint.14=(addr="018381e453430b988481e4adcb7fa38581e4c5a2bd8e808080e2cfc0e21fc0",order=14,time=1573732587,size=20480,newest_durable_ts=0,oldest_start_ts=0,oldest_start_txn=0,newest_stop_ts=-1,newest_stop_txn=-11,write_gen=34)),checkpoint_lsn=(3,256),checksum=uncompressed,collator=,columns=,dictionary=0,encryption=(keyid=,name=),format=btree,huffman_key=,huffman_value=,id=0,ignore_in_memory_cache_size=false,internal_item_max=0,internal_key_max=0,internal_key_truncate=true,internal_page_max=4KB,key_format=S,key_gap=10,leaf_item_max=0,leaf_key_max=0,leaf_page_max=32KB,leaf_value_max=0,log=(enabled=true),memory_page_image_max=0,memory_page_max=5MB,os_cache_dirty_max=0,os_cache_max=0,prefix_compression=false,prefix_compression_min=4,split_deepen_min_child=0,split_deepen_per_child=0,split_pct=90,value_format=S,version=(major=1,minor=1)

data/WiredTiger.wt

60 KB
Binary file not shown.

data/WiredTigerLAS.wt

4 KB
Binary file not shown.

data/_mdb_catalog.wt

20 KB
Binary file not shown.
20 KB
Binary file not shown.
36 KB
Binary file not shown.
24 KB
Binary file not shown.

0 commit comments

Comments
 (0)