Comparing version 1.0.71 to 1.0.72
@@ -55,2 +55,9 @@ /// <reference types="node" /> | ||
/** | ||
* Current module version as a static class property | ||
* @property version - Module version | ||
*/ | ||
version: { | ||
version: string; | ||
}; | ||
/** | ||
* Instance ID for logs | ||
@@ -57,0 +64,0 @@ */ |
{ | ||
"name": "imapflow", | ||
"version": "1.0.71", | ||
"version": "1.0.72", | ||
"description": "IMAP Client for Node", | ||
@@ -29,2 +29,6 @@ "main": "./lib/imap-flow.js", | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.15.7", | ||
"@babel/eslint-plugin": "^7.14.5", | ||
"@babel/plugin-syntax-class-properties": "^7.12.13", | ||
"@babel/preset-env": "^7.15.6", | ||
"@types/node": "16.10.1", | ||
@@ -31,0 +35,0 @@ "braintree-jsdoc-template": "3.3.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
489989
65
11054
15