temp-disposable-email 1.12.0 → 1.12.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -178,7 +178,7 @@ async function run() {
178
178
  console.log('Account deleted failed');
179
179
  }
180
180
  } catch (error) {
181
- console.error('Error:', error.message);
181
+ console.error('Error:', error);
182
182
  }
183
183
  }
184
184
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "temp-disposable-email",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "description": "Generating Temporary email address for testing, retrieving email from the temporary email address",
5
5
  "main": "dist/cjs/index.js",
6
6
  "exports": {