2 Commits

Author SHA1 Message Date
f66deb9cd4 1.0.21 2022-08-07 18:09:20 +02:00
b786e44bf7 fix(core): update 2022-08-07 18:09:19 +02:00
3 changed files with 1435 additions and 2190 deletions

3591
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartmail",
"version": "1.0.20",
"version": "1.0.21",
"private": false,
"description": "a unified format for representing and dealing with mails",
"main": "dist_ts/index.js",
@ -24,7 +24,7 @@
"dependencies": {
"@pushrocks/smartdns": "^5.0.2",
"@pushrocks/smartfile": "^10.0.4",
"@pushrocks/smartmustache": "^2.0.12",
"@pushrocks/smartmustache": "^3.0.2",
"@pushrocks/smartrequest": "^2.0.10"
},
"files": [

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartmail',
version: '1.0.20',
version: '1.0.21',
description: 'a unified format for representing and dealing with mails'
}