This commit is contained in:
Philipp Kunz 2022-08-07 11:41:06 +02:00
parent 4d62773747
commit 11376cbca2
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@pushrocks/smartmail", "name": "@pushrocks/smartmail",
"version": "1.0.19", "version": "1.0.20",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pushrocks/smartmail", "name": "@pushrocks/smartmail",
"version": "1.0.19", "version": "1.0.20",
"license": "UNLICENSED", "license": "UNLICENSED",
"dependencies": { "dependencies": {
"@pushrocks/smartdns": "^5.0.2", "@pushrocks/smartdns": "^5.0.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartmail", "name": "@pushrocks/smartmail",
"version": "1.0.19", "version": "1.0.20",
"private": false, "private": false,
"description": "a unified format for representing and dealing with mails", "description": "a unified format for representing and dealing with mails",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -42,4 +42,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }