zeddemore-logger 2.3.0 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/enums.js +3 -3
  2. package/package.json +1 -1
package/lib/enums.js CHANGED
@@ -123,7 +123,7 @@ const ldapOperations = {
123
123
  DELETE: 'DEL',
124
124
  EXTENDED: 'EXTENDED',
125
125
  MODIFY: 'MODIFY',
126
- MODIFY_DN: 'MODIFYDN',
126
+ MODIFY_DN: 'MODIFY_DN',
127
127
  SEARCH: 'SEARCH',
128
128
  UNBIND: 'UNBIND',
129
129
  };
@@ -133,10 +133,10 @@ const ldapRequestOperationTypes = {
133
133
  ADD: 'AddRequest',
134
134
  BIND: 'BindRequest',
135
135
  COMPARE: 'CompareRequest',
136
- DELETE: 'DelRequest',
136
+ DELETE: 'DeleteRequest',
137
137
  EXTENDED: 'ExtendedRequest',
138
138
  MODIFY: 'ModifyRequest',
139
- MODIFY_DN: 'ModifyDNRequest',
139
+ MODIFY_DN: 'ModifyDnRequest',
140
140
  SEARCH: 'SearchRequest',
141
141
  UNBIND: 'UnbindRequest',
142
142
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zeddemore-logger",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "Node.js logger using Morgan and Winston for thread and caller info tracking",
5
5
  "repository": {
6
6
  "type": "git",