This repository was archived by the owner on May 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +25
-12
lines changed Expand file tree Collapse file tree 2 files changed +25
-12
lines changed Original file line number Diff line number Diff line change 1
1
# ldapjs Changelog
2
2
3
+ ## master
4
+
5
+ - Update dependencies
6
+ * assert-plus to 1.0.0
7
+ * bunyan to 1.8.3
8
+ * dashdash to 1.14.0
9
+ * backoff to 2.5.0
10
+ * once to 1.4.0
11
+ * vasync to 1.6.4
12
+ * verror to 1.8.1
13
+ * dtrace-provider to 0.7.0
14
+ - Drop any semblence of support for node 0.8.x
15
+
3
16
## 1.0.0
4
17
5
18
- Update dependencies
Original file line number Diff line number Diff line change 26
26
"lib" : " ./lib"
27
27
},
28
28
"engines" : {
29
- "node" : " >=0.8 "
29
+ "node" : " >=0.10 "
30
30
},
31
31
"dependencies" : {
32
32
"asn1" : " 0.2.3" ,
33
- "assert-plus" : " 0.2 .0" ,
34
- "bunyan" : " 1.5.1 " ,
35
- "dashdash" : " 1.10.1 " ,
36
- "backoff" : " 2.4.1 " ,
33
+ "assert-plus" : " ^1.0 .0" ,
34
+ "bunyan" : " ^1.8.3 " ,
35
+ "dashdash" : " ^1.14.0 " ,
36
+ "backoff" : " ^2.5.0 " ,
37
37
"ldap-filter" : " 0.2.2" ,
38
- "once" : " 1.3.2 " ,
39
- "vasync" : " 1.6.3 " ,
40
- "verror" : " 1.6.0 "
38
+ "once" : " ^1.4.0 " ,
39
+ "vasync" : " ^ 1.6.4 " ,
40
+ "verror" : " ^1.8.1 "
41
41
},
42
42
"optionalDependencies" : {
43
- "dtrace-provider" : " 0.6 .0"
43
+ "dtrace-provider" : " ^0.7 .0"
44
44
},
45
45
"devDependencies" : {
46
- "node-uuid" : " 1.4.3 " ,
46
+ "node-uuid" : " ^ 1.4.7 " ,
47
47
"faucet" : " 0.0.1" ,
48
- "istanbul" : " 0.3.15 " ,
49
- "tape" : " 4.0.0 "
48
+ "istanbul" : " ^0.4.5 " ,
49
+ "tape" : " ^4.6.2 "
50
50
},
51
51
"scripts" : {
52
52
"report" : " ./node_modules/.bin/istanbul report html && open ./coverage/lcov-report/index.html" ,
You can’t perform that action at this time.
0 commit comments