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 +14
-13
lines changed
Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,11 @@ module.exports = {
8787 } ,
8888
8989 Control,
90- EntryChangeNotificationControl : EntryChangeNotificationControl ,
91- PagedResultsControl : PagedResultsControl ,
92- PersistentSearchControl : PersistentSearchControl ,
93- ServerSideSortingRequestControl : ServerSideSortingRequestControl ,
94- ServerSideSortingResponseControl : ServerSideSortingResponseControl ,
95- VirtualListViewRequestControl : VirtualListViewRequestControl ,
96- VirtualListViewResponseControl : VirtualListViewResponseControl
90+ EntryChangeNotificationControl,
91+ PagedResultsControl,
92+ PersistentSearchControl,
93+ ServerSideSortingRequestControl,
94+ ServerSideSortingResponseControl,
95+ VirtualListViewRequestControl,
96+ VirtualListViewResponseControl
9797}
Original file line number Diff line number Diff line change 11{
22 "name" : " @ldapjs/controls" ,
3- "version" : " 1.0.0-rc.6 " ,
3+ "version" : " 1.0.0" ,
44 "description" : " LDAP control objects" ,
55 "main" : " index.js" ,
66 "scripts" : {
2626 "homepage" : " https://github.com/ldapjs/controls#readme" ,
2727 "devDependencies" : {
2828 "@fastify/pre-commit" : " ^2.0.2" ,
29- "eslint" : " ^8.12.0" ,
30- "eslint-config-standard" : " ^16.0.3" ,
31- "eslint-plugin-import" : " ^2.25.4" ,
29+ "eslint" : " ^8.17.0" ,
30+ "eslint-config-standard" : " ^17.0.0" ,
31+ "eslint-plugin-import" : " ^2.26.0" ,
32+ "eslint-plugin-n" : " ^15.2.1" ,
3233 "eslint-plugin-node" : " ^11.1.0" ,
3334 "eslint-plugin-promise" : " ^6.0.0" ,
34- "tap" : " 16.0.1 "
35+ "tap" : " ^ 16.2.0 "
3536 },
3637 "dependencies" : {
37- "@ldapjs/asn1" : " ^1.0.0 " ,
38+ "@ldapjs/asn1" : " ^1.0.1 " ,
3839 "@ldapjs/codes" : " ^1.0.0"
3940 },
4041 "pre-commit" : [
You can’t perform that action at this time.
0 commit comments