2 Commits

Author SHA1 Message Date
93a9bf437d 1.0.18 2020-08-10 21:05:08 +00:00
a7c6f75cc5 fix(core): update 2020-08-10 21:05:07 +00:00
2 changed files with 7102 additions and 433 deletions

7521
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartmail", "name": "@pushrocks/smartmail",
"version": "1.0.17", "version": "1.0.18",
"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",
@ -15,15 +15,15 @@
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.24", "@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsrun": "^1.2.12", "@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.33", "@gitzone/tstest": "^1.0.43",
"@pushrocks/tapbundle": "^3.2.1", "@pushrocks/tapbundle": "^3.2.9",
"@types/node": "^14.0.13", "@types/node": "^14.0.27",
"tslint": "^6.1.2", "tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0" "tslint-config-prettier": "^1.18.0"
}, },
"dependencies": { "dependencies": {
"@pushrocks/smartdns": "^4.0.3", "@pushrocks/smartdns": "^4.0.4",
"@pushrocks/smartfile": "^7.0.12", "@pushrocks/smartfile": "^8.0.0",
"@pushrocks/smartmustache": "^2.0.9", "@pushrocks/smartmustache": "^2.0.9",
"@pushrocks/smartrequest": "^1.1.47" "@pushrocks/smartrequest": "^1.1.47"
}, },