This commit is contained in:
Philipp Kunz 2022-08-07 18:25:49 +02:00
parent d1b577275f
commit 69f095044a
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@pushrocks/smartsmtp", "name": "@pushrocks/smartsmtp",
"version": "3.0.2", "version": "3.0.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pushrocks/smartsmtp", "name": "@pushrocks/smartsmtp",
"version": "3.0.2", "version": "3.0.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/smartmail": "^1.0.21", "@pushrocks/smartmail": "^1.0.21",

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartsmtp", "name": "@pushrocks/smartsmtp",
"version": "3.0.2", "version": "3.0.3",
"private": false, "private": false,
"description": "a module for handling smtp stuff", "description": "a module for handling smtp stuff",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",