fix(core): update
This commit is contained in:
parent
030a205085
commit
9350df0565
@ -12,20 +12,12 @@ stages:
|
||||
- release
|
||||
- metadata
|
||||
|
||||
before_script:
|
||||
- npm install -g @shipzone/npmci
|
||||
|
||||
# ====================
|
||||
# security stage
|
||||
# ====================
|
||||
mirror:
|
||||
stage: security
|
||||
script:
|
||||
- npmci git mirror
|
||||
only:
|
||||
- tags
|
||||
tags:
|
||||
- lossless
|
||||
- docker
|
||||
- notpriv
|
||||
|
||||
auditProductionDependencies:
|
||||
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
||||
stage: security
|
||||
@ -36,6 +28,7 @@ auditProductionDependencies:
|
||||
- npmci command npm audit --audit-level=high --only=prod --production
|
||||
tags:
|
||||
- docker
|
||||
allow_failure: true
|
||||
|
||||
auditDevDependencies:
|
||||
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
||||
@ -96,10 +89,9 @@ codequality:
|
||||
only:
|
||||
- tags
|
||||
script:
|
||||
- npmci command npm install -g tslint typescript
|
||||
- npmci command npm install -g typescript
|
||||
- npmci npm prepare
|
||||
- npmci npm install
|
||||
- npmci command "tslint -c tslint.json ./ts/**/*.ts"
|
||||
tags:
|
||||
- lossless
|
||||
- docker
|
||||
@ -119,11 +111,10 @@ trigger:
|
||||
pages:
|
||||
stage: metadata
|
||||
script:
|
||||
- npmci node install lts
|
||||
- npmci command npm install -g @gitzone/tsdoc
|
||||
- npmci node install stable
|
||||
- npmci npm prepare
|
||||
- npmci npm install
|
||||
- npmci command tsdoc
|
||||
- npmci command npm run buildDocs
|
||||
tags:
|
||||
- lossless
|
||||
- docker
|
||||
|
@ -5,7 +5,7 @@
|
||||
"githost": "gitlab.com",
|
||||
"gitscope": "mojoio",
|
||||
"gitrepo": "mailgun",
|
||||
"shortDescription": "an api abstraction package for mailgun",
|
||||
"description": "an api abstraction package for mailgun",
|
||||
"npmPackagename": "@mojoio/mailgun",
|
||||
"license": "MIT",
|
||||
"projectDomain": "mojo.io"
|
||||
|
426
package-lock.json
generated
426
package-lock.json
generated
@ -10,9 +10,9 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@pushrocks/smartfile": "^10.0.4",
|
||||
"@pushrocks/smartmail": "^1.0.18",
|
||||
"@pushrocks/smartmail": "^1.0.22",
|
||||
"@pushrocks/smartrequest": "^2.0.10",
|
||||
"@pushrocks/smartsmtp": "^2.0.0",
|
||||
"@pushrocks/smartsmtp": "^3.0.3",
|
||||
"@pushrocks/smartstring": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -182,13 +182,6 @@
|
||||
"tsbuild": "cli.js"
|
||||
}
|
||||
},
|
||||
"node_modules/@gitzone/tsbuild/node_modules/@pushrocks/smartpath": {
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-5.0.5.tgz",
|
||||
"integrity": "sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@gitzone/tsbundle": {
|
||||
"version": "2.0.7",
|
||||
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-2.0.7.tgz",
|
||||
@ -214,13 +207,6 @@
|
||||
"tsbundle": "cli.js"
|
||||
}
|
||||
},
|
||||
"node_modules/@gitzone/tsbundle/node_modules/@pushrocks/smartpath": {
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-5.0.5.tgz",
|
||||
"integrity": "sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@gitzone/tsrun": {
|
||||
"version": "1.2.37",
|
||||
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsrun/-/tsrun-1.2.37.tgz",
|
||||
@ -484,13 +470,6 @@
|
||||
"@pushrocks/smartpath": "^5.0.5"
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/qenv/node_modules/@pushrocks/smartpath": {
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-5.0.5.tgz",
|
||||
"integrity": "sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@pushrocks/smartbrowser": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartbrowser/-/smartbrowser-2.0.2.tgz",
|
||||
@ -571,15 +550,17 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/smartdns": {
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartdns/-/smartdns-4.0.4.tgz",
|
||||
"integrity": "sha512-8K00vRjz6CzvUZnuKHbqOrvofF2jl6XPUYrcOYWhC4chiEtUcXlGmi5s+4c6ZKC5+44/wHHuucFgtxjdpGEbSw==",
|
||||
"version": "5.0.2",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartdns/-/smartdns-5.0.2.tgz",
|
||||
"integrity": "sha512-NcfQuiMEoYzLUUzeri93XZuvp8vJSwuh+40HIeeeiyeLwP74liZqvBPw41aqCmoWXFmvkXeTcWVhW5so25VKPg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@pushrocks/smartdelay": "^2.0.10",
|
||||
"@pushrocks/smartpromise": "^3.0.6",
|
||||
"@pushrocks/smartrequest": "^1.1.47",
|
||||
"@tsclass/tsclass": "^3.0.21"
|
||||
"@pushrocks/smartdelay": "^2.0.13",
|
||||
"@pushrocks/smartenv": "^5.0.2",
|
||||
"@pushrocks/smartpromise": "^3.1.7",
|
||||
"@pushrocks/smartrequest": "^1.1.56",
|
||||
"@tsclass/tsclass": "^4.0.17",
|
||||
"dns2": "^2.0.5"
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/smartdns/node_modules/@pushrocks/smartrequest": {
|
||||
@ -600,6 +581,27 @@
|
||||
"integrity": "sha512-6KGnf2vHR7hW4mQpAD7gkDVL3QVML3jb/No/Uw+qCqvs0TaQr60Yjm+CXoLxJNCKwmrL+I1yx8mhAHBHfYJiJA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@pushrocks/smartdns/node_modules/@tsclass/tsclass": {
|
||||
"version": "4.0.17",
|
||||
"resolved": "https://verdaccio.lossless.one/@tsclass%2ftsclass/-/tsclass-4.0.17.tgz",
|
||||
"integrity": "sha512-nWTyoVA7BtWPPRLes8uXLjKocQ71P388HIAbFw683RqTmGdjnPGqyGpIosJ2dpUcS5LEO/YDdzHdd6RDbif8Ew==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"type-fest": "^2.13.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/smartdns/node_modules/type-fest": {
|
||||
"version": "2.18.0",
|
||||
"resolved": "https://verdaccio.lossless.one/type-fest/-/type-fest-2.18.0.tgz",
|
||||
"integrity": "sha512-pRS+/yrW5TjPPHNOvxhbNZexr2bS63WjrMU8a+VzEBhUi9Tz1pZeD+vQz3ut0svZ46P+SRqMEPnJmk2XnvNzTw==",
|
||||
"license": "(MIT OR CC0-1.0)",
|
||||
"engines": {
|
||||
"node": ">=12.20"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/smartenv": {
|
||||
"version": "5.0.3",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartenv/-/smartenv-5.0.3.tgz",
|
||||
@ -692,13 +694,6 @@
|
||||
"helmet": "^5.1.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/smartexpress/node_modules/@pushrocks/smartpath": {
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-5.0.5.tgz",
|
||||
"integrity": "sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@pushrocks/smartexpress/node_modules/@tsclass/tsclass": {
|
||||
"version": "4.0.17",
|
||||
"resolved": "https://verdaccio.lossless.one/@tsclass%2ftsclass/-/tsclass-4.0.17.tgz",
|
||||
@ -791,12 +786,6 @@
|
||||
"lodash.clonedeep": "^4.5.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/smartfile/node_modules/@pushrocks/smartpath": {
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-5.0.5.tgz",
|
||||
"integrity": "sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@pushrocks/smartfile/node_modules/@pushrocks/smartrequest": {
|
||||
"version": "1.1.56",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartrequest/-/smartrequest-1.1.56.tgz",
|
||||
@ -877,6 +866,7 @@
|
||||
"version": "2.1.10",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmarthash/-/smarthash-2.1.10.tgz",
|
||||
"integrity": "sha512-f6lnQPa2lmkSQOMvWwZ6R6wcNvbDWuXH5OhQNvwmog8af3hBEmOEXxjauj6XU+l7ICJ6qxr3wsvpt4y7Ogyc9A==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@pushrocks/smartjson": "^4.0.6",
|
||||
@ -889,6 +879,7 @@
|
||||
"version": "4.0.6",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartjson/-/smartjson-4.0.6.tgz",
|
||||
"integrity": "sha512-lykr068RSDHs0+EXCvIDVxjKnDtRQ2M7EXOo5jVrUU6/OEdfRl9ErM1K/oPafiEi47/PtTrwLlp1KdSgqkRjmg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/buffer-json": "^2.0.0",
|
||||
@ -932,72 +923,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/smartmail": {
|
||||
"version": "1.0.18",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartmail/-/smartmail-1.0.18.tgz",
|
||||
"integrity": "sha512-iERx9L/7LHs+vdsBHWvsY/LegLnslFVLNyHvAaOC6KAO1MFEFuH+rhqG38w83ezNOY3tFNHc5Rl3UrqwVywTBQ==",
|
||||
"version": "1.0.22",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartmail/-/smartmail-1.0.22.tgz",
|
||||
"integrity": "sha512-s4Q/kBm5XzBm3i7AOgOQyifThLoUqWxjPoONBO5XlcMHNa/g14jPL9KbzO4use4PXfVAAr0Is5DiDZJqAmV75Q==",
|
||||
"license": "UNLICENSED",
|
||||
"dependencies": {
|
||||
"@pushrocks/smartdns": "^4.0.4",
|
||||
"@pushrocks/smartfile": "^8.0.0",
|
||||
"@pushrocks/smartmustache": "^2.0.9",
|
||||
"@pushrocks/smartrequest": "^1.1.47"
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/smartmail/node_modules/@pushrocks/smartfile": {
|
||||
"version": "8.0.11",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartfile/-/smartfile-8.0.11.tgz",
|
||||
"integrity": "sha512-mujs1mDgorsryQ8OZuL94MZZDYL3+cbdPKaXSchPjyxOOx8iGacUzc5BK4jDsImYeYEo07MpdJ5BjvGkORQR/w==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@pushrocks/smartfile-interfaces": "^1.0.7",
|
||||
"@pushrocks/smarthash": "^2.1.10",
|
||||
"@pushrocks/smartjson": "^4.0.6",
|
||||
"@pushrocks/smartmime": "^1.0.5",
|
||||
"@pushrocks/smartpath": "^4.0.3",
|
||||
"@pushrocks/smartpromise": "^3.1.6",
|
||||
"@pushrocks/smartrequest": "^1.1.52",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/glob": "^7.2.0",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
"fs-extra": "^10.0.0",
|
||||
"glob": "^7.2.0",
|
||||
"js-yaml": "^4.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/smartmail/node_modules/@pushrocks/smartrequest": {
|
||||
"version": "1.1.56",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartrequest/-/smartrequest-1.1.56.tgz",
|
||||
"integrity": "sha512-iF6bApmTgd3ZvRK8OHa77UFg8nVZxS1Y6iL8VfHpWOXdSlQZcXo/WbvwxYtu0+wkERAfFtCTGrrLAPGsFm9lhw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@pushrocks/smartpromise": "^3.1.6",
|
||||
"@pushrocks/smarturl": "^2.0.1",
|
||||
"agentkeepalive": "^4.2.0",
|
||||
"form-data": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/smartmail/node_modules/@pushrocks/smarturl": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmarturl/-/smarturl-2.0.1.tgz",
|
||||
"integrity": "sha512-6KGnf2vHR7hW4mQpAD7gkDVL3QVML3jb/No/Uw+qCqvs0TaQr60Yjm+CXoLxJNCKwmrL+I1yx8mhAHBHfYJiJA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@pushrocks/smartmail/node_modules/argparse": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://verdaccio.lossless.one/argparse/-/argparse-2.0.1.tgz",
|
||||
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
||||
"license": "Python-2.0"
|
||||
},
|
||||
"node_modules/@pushrocks/smartmail/node_modules/js-yaml": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://verdaccio.lossless.one/js-yaml/-/js-yaml-4.1.0.tgz",
|
||||
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"argparse": "^2.0.1"
|
||||
},
|
||||
"bin": {
|
||||
"js-yaml": "bin/js-yaml.js"
|
||||
"@pushrocks/smartdns": "^5.0.2",
|
||||
"@pushrocks/smartfile": "^10.0.4",
|
||||
"@pushrocks/smartmustache": "^3.0.2",
|
||||
"@pushrocks/smartpath": "^5.0.5",
|
||||
"@pushrocks/smartrequest": "^2.0.10"
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/smartmanifest": {
|
||||
@ -1027,12 +962,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/smartmustache": {
|
||||
"version": "2.0.9",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartmustache/-/smartmustache-2.0.9.tgz",
|
||||
"integrity": "sha512-Wumikw03se8/hpPDyBUt0o/JynkNLhuv667jUYyXmTbs4DLnlRAwTpLTYDUoaJpNWsCN3Jg9AgVSrteRozbFig==",
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartmustache/-/smartmustache-3.0.2.tgz",
|
||||
"integrity": "sha512-n+u6jdc1dcmv146QkcmiKyZYX4WxPcH4JHjefH4xQCjr4KxZcORDLiUBy0X41zlOMdkPEDcVKFyAL2Y+VY83WQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"handlebars": "^4.7.1"
|
||||
"handlebars": "^4.7.7"
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/smartnetwork": {
|
||||
@ -1064,9 +999,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/smartpath": {
|
||||
"version": "4.0.3",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-4.0.3.tgz",
|
||||
"integrity": "sha512-KWz4DWOrB0sPfk6L4i+CPOo+UK5HXNaLI7ZAaqJe1nEWoDrpyeds1dNDaqVAmSgX4riLGxVpslKH5MnABCPsPg==",
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-5.0.5.tgz",
|
||||
"integrity": "sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@pushrocks/smartpdf": {
|
||||
@ -1089,13 +1024,6 @@
|
||||
"pdf2json": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/smartpdf/node_modules/@pushrocks/smartpath": {
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-5.0.5.tgz",
|
||||
"integrity": "sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@pushrocks/smartpdf/node_modules/@tsclass/tsclass": {
|
||||
"version": "4.0.17",
|
||||
"resolved": "https://verdaccio.lossless.one/@tsclass%2ftsclass/-/tsclass-4.0.17.tgz",
|
||||
@ -1206,14 +1134,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/smartsmtp": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsmtp/-/smartsmtp-2.0.0.tgz",
|
||||
"integrity": "sha512-BkVAnm0/IFiiwWqaF3qKiRGQ2ZZJdWypEI3y6VxhF6d5oUirkgYkJZGkLpHpKO6oO0I4lK8YU8lni3BUWQwyLw==",
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsmtp/-/smartsmtp-3.0.3.tgz",
|
||||
"integrity": "sha512-7S5rQ+UlRj7oS+phhUxSUP4P4Af4wV7oAC5pkCgRvEEjjOYKjyDGjgjYSqtrW3WgUSniTTBbvMUuhp0p2vizCA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@pushrocks/smartmail": "^1.0.18",
|
||||
"@types/nodemailer": "^6.4.0",
|
||||
"nodemailer": "^6.4.11"
|
||||
"@pushrocks/smartmail": "^1.0.21",
|
||||
"@types/nodemailer": "^6.4.5",
|
||||
"nodemailer": "^6.7.7"
|
||||
}
|
||||
},
|
||||
"node_modules/@pushrocks/smartsocket": {
|
||||
@ -1535,6 +1463,7 @@
|
||||
"version": "3.0.48",
|
||||
"resolved": "https://verdaccio.lossless.one/@tsclass%2ftsclass/-/tsclass-3.0.48.tgz",
|
||||
"integrity": "sha512-hC65UvDlp9qvsl6OcIZXz0JNiWZ0gyzsTzbXpg215sGxopgbkOLCr6E0s4qCTnweYm95gt2AdY95uP7M7kExaQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"type-fest": "^2.8.0"
|
||||
@ -1544,6 +1473,7 @@
|
||||
"version": "2.18.0",
|
||||
"resolved": "https://verdaccio.lossless.one/type-fest/-/type-fest-2.18.0.tgz",
|
||||
"integrity": "sha512-pRS+/yrW5TjPPHNOvxhbNZexr2bS63WjrMU8a+VzEBhUi9Tz1pZeD+vQz3ut0svZ46P+SRqMEPnJmk2XnvNzTw==",
|
||||
"dev": true,
|
||||
"license": "(MIT OR CC0-1.0)",
|
||||
"engines": {
|
||||
"node": ">=12.20"
|
||||
@ -1960,9 +1890,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/nodemailer": {
|
||||
"version": "6.4.0",
|
||||
"resolved": "https://verdaccio.lossless.one/@types%2fnodemailer/-/nodemailer-6.4.0.tgz",
|
||||
"integrity": "sha512-KY7bFWB0MahRZvVW4CuW83qcCDny59pJJ0MQ5ifvfcjNwPlIT0vW4uARO4u1gtkYnWdhSvURegecY/tzcukJcA==",
|
||||
"version": "6.4.5",
|
||||
"resolved": "https://verdaccio.lossless.one/@types%2fnodemailer/-/nodemailer-6.4.5.tgz",
|
||||
"integrity": "sha512-zuP3nBRQHI6M2PkXnGGy1Ww4VB+MyYHGgnfV2T+JR9KLkeWqPJuyVUgLpKXuFnA/b7pZaIDFh2sV4759B7jK1g==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/node": "*"
|
||||
@ -3006,6 +2936,7 @@
|
||||
"version": "1.1.11",
|
||||
"resolved": "https://verdaccio.lossless.one/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
||||
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"balanced-match": "^1.0.0",
|
||||
@ -3338,6 +3269,7 @@
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://verdaccio.lossless.one/concat-map/-/concat-map-0.0.1.tgz",
|
||||
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/content-disposition": {
|
||||
@ -3675,6 +3607,12 @@
|
||||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"node_modules/dns2": {
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://verdaccio.lossless.one/dns2/-/dns2-2.0.5.tgz",
|
||||
"integrity": "sha512-dznYrQU+Txcz++klGLBY9YR3WLOGHTy2vAKAqF+yYw1KaKFm5f5Y4jbbFEvohJf8YtZ0J2SzZlZx2k6LV4zJqQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/domexception": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://verdaccio.lossless.one/domexception/-/domexception-1.0.1.tgz",
|
||||
@ -4756,6 +4694,7 @@
|
||||
"version": "7.2.3",
|
||||
"resolved": "https://verdaccio.lossless.one/glob/-/glob-7.2.3.tgz",
|
||||
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
||||
"dev": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"fs.realpath": "^1.0.0",
|
||||
@ -4926,9 +4865,9 @@
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/handlebars": {
|
||||
"version": "4.7.6",
|
||||
"resolved": "https://verdaccio.lossless.one/handlebars/-/handlebars-4.7.6.tgz",
|
||||
"integrity": "sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==",
|
||||
"version": "4.7.7",
|
||||
"resolved": "https://verdaccio.lossless.one/handlebars/-/handlebars-4.7.7.tgz",
|
||||
"integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"minimist": "^1.2.5",
|
||||
@ -6121,6 +6060,7 @@
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://verdaccio.lossless.one/minimatch/-/minimatch-3.1.2.tgz",
|
||||
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
||||
"dev": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"brace-expansion": "^1.1.7"
|
||||
@ -6130,9 +6070,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/minimist": {
|
||||
"version": "1.2.5",
|
||||
"resolved": "https://verdaccio.lossless.one/minimist/-/minimist-1.2.5.tgz",
|
||||
"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
|
||||
"version": "1.2.6",
|
||||
"resolved": "https://verdaccio.lossless.one/minimist/-/minimist-1.2.6.tgz",
|
||||
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/mkdirp-classic": {
|
||||
@ -6217,10 +6157,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/nodemailer": {
|
||||
"version": "6.4.11",
|
||||
"resolved": "https://verdaccio.lossless.one/nodemailer/-/nodemailer-6.4.11.tgz",
|
||||
"integrity": "sha512-BVZBDi+aJV4O38rxsUh164Dk1NCqgh6Cm0rQSb9SK/DHGll/DrCMnycVDD7msJgZCnmVa8ASo8EZzR7jsgTukQ==",
|
||||
"hasInstallScript": true,
|
||||
"version": "6.7.7",
|
||||
"resolved": "https://verdaccio.lossless.one/nodemailer/-/nodemailer-6.7.7.tgz",
|
||||
"integrity": "sha512-pOLC/s+2I1EXuSqO5Wa34i3kXZG3gugDssH+ZNCevHad65tc8vQlCQpOLaUjopvkRQKm2Cki2aME7fEOPRy3bA==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
@ -6472,6 +6411,7 @@
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://verdaccio.lossless.one/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
||||
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
@ -8240,14 +8180,6 @@
|
||||
"@pushrocks/smartpath": "^5.0.5",
|
||||
"@pushrocks/smartpromise": "^3.1.7",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pushrocks/smartpath": {
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-5.0.5.tgz",
|
||||
"integrity": "sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"@gitzone/tsbundle": {
|
||||
@ -8269,14 +8201,6 @@
|
||||
"esbuild": "^0.14.53",
|
||||
"html-minifier": "^4.0.0",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pushrocks/smartpath": {
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-5.0.5.tgz",
|
||||
"integrity": "sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"@gitzone/tsrun": {
|
||||
@ -8503,14 +8427,6 @@
|
||||
"@pushrocks/smartfile": "^10.0.4",
|
||||
"@pushrocks/smartlog": "^3.0.1",
|
||||
"@pushrocks/smartpath": "^5.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pushrocks/smartpath": {
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-5.0.5.tgz",
|
||||
"integrity": "sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"@pushrocks/smartbrowser": {
|
||||
@ -8589,14 +8505,16 @@
|
||||
}
|
||||
},
|
||||
"@pushrocks/smartdns": {
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartdns/-/smartdns-4.0.4.tgz",
|
||||
"integrity": "sha512-8K00vRjz6CzvUZnuKHbqOrvofF2jl6XPUYrcOYWhC4chiEtUcXlGmi5s+4c6ZKC5+44/wHHuucFgtxjdpGEbSw==",
|
||||
"version": "5.0.2",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartdns/-/smartdns-5.0.2.tgz",
|
||||
"integrity": "sha512-NcfQuiMEoYzLUUzeri93XZuvp8vJSwuh+40HIeeeiyeLwP74liZqvBPw41aqCmoWXFmvkXeTcWVhW5so25VKPg==",
|
||||
"requires": {
|
||||
"@pushrocks/smartdelay": "^2.0.10",
|
||||
"@pushrocks/smartpromise": "^3.0.6",
|
||||
"@pushrocks/smartrequest": "^1.1.47",
|
||||
"@tsclass/tsclass": "^3.0.21"
|
||||
"@pushrocks/smartdelay": "^2.0.13",
|
||||
"@pushrocks/smartenv": "^5.0.2",
|
||||
"@pushrocks/smartpromise": "^3.1.7",
|
||||
"@pushrocks/smartrequest": "^1.1.56",
|
||||
"@tsclass/tsclass": "^4.0.17",
|
||||
"dns2": "^2.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pushrocks/smartrequest": {
|
||||
@ -8614,6 +8532,19 @@
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmarturl/-/smarturl-2.0.1.tgz",
|
||||
"integrity": "sha512-6KGnf2vHR7hW4mQpAD7gkDVL3QVML3jb/No/Uw+qCqvs0TaQr60Yjm+CXoLxJNCKwmrL+I1yx8mhAHBHfYJiJA=="
|
||||
},
|
||||
"@tsclass/tsclass": {
|
||||
"version": "4.0.17",
|
||||
"resolved": "https://verdaccio.lossless.one/@tsclass%2ftsclass/-/tsclass-4.0.17.tgz",
|
||||
"integrity": "sha512-nWTyoVA7BtWPPRLes8uXLjKocQ71P388HIAbFw683RqTmGdjnPGqyGpIosJ2dpUcS5LEO/YDdzHdd6RDbif8Ew==",
|
||||
"requires": {
|
||||
"type-fest": "^2.13.1"
|
||||
}
|
||||
},
|
||||
"type-fest": {
|
||||
"version": "2.18.0",
|
||||
"resolved": "https://verdaccio.lossless.one/type-fest/-/type-fest-2.18.0.tgz",
|
||||
"integrity": "sha512-pRS+/yrW5TjPPHNOvxhbNZexr2bS63WjrMU8a+VzEBhUi9Tz1pZeD+vQz3ut0svZ46P+SRqMEPnJmk2XnvNzTw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -8705,12 +8636,6 @@
|
||||
"helmet": "^5.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pushrocks/smartpath": {
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-5.0.5.tgz",
|
||||
"integrity": "sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==",
|
||||
"dev": true
|
||||
},
|
||||
"@tsclass/tsclass": {
|
||||
"version": "4.0.17",
|
||||
"resolved": "https://verdaccio.lossless.one/@tsclass%2ftsclass/-/tsclass-4.0.17.tgz",
|
||||
@ -8787,11 +8712,6 @@
|
||||
"lodash.clonedeep": "^4.5.0"
|
||||
}
|
||||
},
|
||||
"@pushrocks/smartpath": {
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-5.0.5.tgz",
|
||||
"integrity": "sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw=="
|
||||
},
|
||||
"@pushrocks/smartrequest": {
|
||||
"version": "1.1.56",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartrequest/-/smartrequest-1.1.56.tgz",
|
||||
@ -8860,6 +8780,7 @@
|
||||
"version": "2.1.10",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmarthash/-/smarthash-2.1.10.tgz",
|
||||
"integrity": "sha512-f6lnQPa2lmkSQOMvWwZ6R6wcNvbDWuXH5OhQNvwmog8af3hBEmOEXxjauj6XU+l7ICJ6qxr3wsvpt4y7Ogyc9A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@pushrocks/smartjson": "^4.0.6",
|
||||
"@pushrocks/smartpromise": "^3.1.3",
|
||||
@ -8871,6 +8792,7 @@
|
||||
"version": "4.0.6",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartjson/-/smartjson-4.0.6.tgz",
|
||||
"integrity": "sha512-lykr068RSDHs0+EXCvIDVxjKnDtRQ2M7EXOo5jVrUU6/OEdfRl9ErM1K/oPafiEi47/PtTrwLlp1KdSgqkRjmg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/buffer-json": "^2.0.0",
|
||||
"@types/fast-json-stable-stringify": "^2.0.0",
|
||||
@ -8910,65 +8832,15 @@
|
||||
}
|
||||
},
|
||||
"@pushrocks/smartmail": {
|
||||
"version": "1.0.18",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartmail/-/smartmail-1.0.18.tgz",
|
||||
"integrity": "sha512-iERx9L/7LHs+vdsBHWvsY/LegLnslFVLNyHvAaOC6KAO1MFEFuH+rhqG38w83ezNOY3tFNHc5Rl3UrqwVywTBQ==",
|
||||
"version": "1.0.22",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartmail/-/smartmail-1.0.22.tgz",
|
||||
"integrity": "sha512-s4Q/kBm5XzBm3i7AOgOQyifThLoUqWxjPoONBO5XlcMHNa/g14jPL9KbzO4use4PXfVAAr0Is5DiDZJqAmV75Q==",
|
||||
"requires": {
|
||||
"@pushrocks/smartdns": "^4.0.4",
|
||||
"@pushrocks/smartfile": "^8.0.0",
|
||||
"@pushrocks/smartmustache": "^2.0.9",
|
||||
"@pushrocks/smartrequest": "^1.1.47"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pushrocks/smartfile": {
|
||||
"version": "8.0.11",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartfile/-/smartfile-8.0.11.tgz",
|
||||
"integrity": "sha512-mujs1mDgorsryQ8OZuL94MZZDYL3+cbdPKaXSchPjyxOOx8iGacUzc5BK4jDsImYeYEo07MpdJ5BjvGkORQR/w==",
|
||||
"requires": {
|
||||
"@pushrocks/smartfile-interfaces": "^1.0.7",
|
||||
"@pushrocks/smarthash": "^2.1.10",
|
||||
"@pushrocks/smartjson": "^4.0.6",
|
||||
"@pushrocks/smartmime": "^1.0.5",
|
||||
"@pushrocks/smartpath": "^4.0.3",
|
||||
"@pushrocks/smartpromise": "^3.1.6",
|
||||
"@pushrocks/smartrequest": "^1.1.52",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/glob": "^7.2.0",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
"fs-extra": "^10.0.0",
|
||||
"glob": "^7.2.0",
|
||||
"js-yaml": "^4.1.0"
|
||||
}
|
||||
},
|
||||
"@pushrocks/smartrequest": {
|
||||
"version": "1.1.56",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartrequest/-/smartrequest-1.1.56.tgz",
|
||||
"integrity": "sha512-iF6bApmTgd3ZvRK8OHa77UFg8nVZxS1Y6iL8VfHpWOXdSlQZcXo/WbvwxYtu0+wkERAfFtCTGrrLAPGsFm9lhw==",
|
||||
"requires": {
|
||||
"@pushrocks/smartpromise": "^3.1.6",
|
||||
"@pushrocks/smarturl": "^2.0.1",
|
||||
"agentkeepalive": "^4.2.0",
|
||||
"form-data": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"@pushrocks/smarturl": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmarturl/-/smarturl-2.0.1.tgz",
|
||||
"integrity": "sha512-6KGnf2vHR7hW4mQpAD7gkDVL3QVML3jb/No/Uw+qCqvs0TaQr60Yjm+CXoLxJNCKwmrL+I1yx8mhAHBHfYJiJA=="
|
||||
},
|
||||
"argparse": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://verdaccio.lossless.one/argparse/-/argparse-2.0.1.tgz",
|
||||
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
|
||||
},
|
||||
"js-yaml": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://verdaccio.lossless.one/js-yaml/-/js-yaml-4.1.0.tgz",
|
||||
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
||||
"requires": {
|
||||
"argparse": "^2.0.1"
|
||||
}
|
||||
}
|
||||
"@pushrocks/smartdns": "^5.0.2",
|
||||
"@pushrocks/smartfile": "^10.0.4",
|
||||
"@pushrocks/smartmustache": "^3.0.2",
|
||||
"@pushrocks/smartpath": "^5.0.5",
|
||||
"@pushrocks/smartrequest": "^2.0.10"
|
||||
}
|
||||
},
|
||||
"@pushrocks/smartmanifest": {
|
||||
@ -8995,11 +8867,11 @@
|
||||
}
|
||||
},
|
||||
"@pushrocks/smartmustache": {
|
||||
"version": "2.0.9",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartmustache/-/smartmustache-2.0.9.tgz",
|
||||
"integrity": "sha512-Wumikw03se8/hpPDyBUt0o/JynkNLhuv667jUYyXmTbs4DLnlRAwTpLTYDUoaJpNWsCN3Jg9AgVSrteRozbFig==",
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartmustache/-/smartmustache-3.0.2.tgz",
|
||||
"integrity": "sha512-n+u6jdc1dcmv146QkcmiKyZYX4WxPcH4JHjefH4xQCjr4KxZcORDLiUBy0X41zlOMdkPEDcVKFyAL2Y+VY83WQ==",
|
||||
"requires": {
|
||||
"handlebars": "^4.7.1"
|
||||
"handlebars": "^4.7.7"
|
||||
}
|
||||
},
|
||||
"@pushrocks/smartnetwork": {
|
||||
@ -9029,9 +8901,9 @@
|
||||
}
|
||||
},
|
||||
"@pushrocks/smartpath": {
|
||||
"version": "4.0.3",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-4.0.3.tgz",
|
||||
"integrity": "sha512-KWz4DWOrB0sPfk6L4i+CPOo+UK5HXNaLI7ZAaqJe1nEWoDrpyeds1dNDaqVAmSgX4riLGxVpslKH5MnABCPsPg=="
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-5.0.5.tgz",
|
||||
"integrity": "sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw=="
|
||||
},
|
||||
"@pushrocks/smartpdf": {
|
||||
"version": "3.0.7",
|
||||
@ -9052,12 +8924,6 @@
|
||||
"pdf2json": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pushrocks/smartpath": {
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-5.0.5.tgz",
|
||||
"integrity": "sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==",
|
||||
"dev": true
|
||||
},
|
||||
"@tsclass/tsclass": {
|
||||
"version": "4.0.17",
|
||||
"resolved": "https://verdaccio.lossless.one/@tsclass%2ftsclass/-/tsclass-4.0.17.tgz",
|
||||
@ -9156,13 +9022,13 @@
|
||||
}
|
||||
},
|
||||
"@pushrocks/smartsmtp": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsmtp/-/smartsmtp-2.0.0.tgz",
|
||||
"integrity": "sha512-BkVAnm0/IFiiwWqaF3qKiRGQ2ZZJdWypEI3y6VxhF6d5oUirkgYkJZGkLpHpKO6oO0I4lK8YU8lni3BUWQwyLw==",
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsmtp/-/smartsmtp-3.0.3.tgz",
|
||||
"integrity": "sha512-7S5rQ+UlRj7oS+phhUxSUP4P4Af4wV7oAC5pkCgRvEEjjOYKjyDGjgjYSqtrW3WgUSniTTBbvMUuhp0p2vizCA==",
|
||||
"requires": {
|
||||
"@pushrocks/smartmail": "^1.0.18",
|
||||
"@types/nodemailer": "^6.4.0",
|
||||
"nodemailer": "^6.4.11"
|
||||
"@pushrocks/smartmail": "^1.0.21",
|
||||
"@types/nodemailer": "^6.4.5",
|
||||
"nodemailer": "^6.7.7"
|
||||
}
|
||||
},
|
||||
"@pushrocks/smartsocket": {
|
||||
@ -9453,6 +9319,7 @@
|
||||
"version": "3.0.48",
|
||||
"resolved": "https://verdaccio.lossless.one/@tsclass%2ftsclass/-/tsclass-3.0.48.tgz",
|
||||
"integrity": "sha512-hC65UvDlp9qvsl6OcIZXz0JNiWZ0gyzsTzbXpg215sGxopgbkOLCr6E0s4qCTnweYm95gt2AdY95uP7M7kExaQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"type-fest": "^2.8.0"
|
||||
},
|
||||
@ -9460,7 +9327,8 @@
|
||||
"type-fest": {
|
||||
"version": "2.18.0",
|
||||
"resolved": "https://verdaccio.lossless.one/type-fest/-/type-fest-2.18.0.tgz",
|
||||
"integrity": "sha512-pRS+/yrW5TjPPHNOvxhbNZexr2bS63WjrMU8a+VzEBhUi9Tz1pZeD+vQz3ut0svZ46P+SRqMEPnJmk2XnvNzTw=="
|
||||
"integrity": "sha512-pRS+/yrW5TjPPHNOvxhbNZexr2bS63WjrMU8a+VzEBhUi9Tz1pZeD+vQz3ut0svZ46P+SRqMEPnJmk2XnvNzTw==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -9823,9 +9691,9 @@
|
||||
"integrity": "sha512-I4BD3L+6AWiUobfxZ49DlU43gtI+FTHSv9pE2Zekg6KjMpre4ByusaljW3vYSLJrvQ1ck1hUaeVu8HVlY3vzHg=="
|
||||
},
|
||||
"@types/nodemailer": {
|
||||
"version": "6.4.0",
|
||||
"resolved": "https://verdaccio.lossless.one/@types%2fnodemailer/-/nodemailer-6.4.0.tgz",
|
||||
"integrity": "sha512-KY7bFWB0MahRZvVW4CuW83qcCDny59pJJ0MQ5ifvfcjNwPlIT0vW4uARO4u1gtkYnWdhSvURegecY/tzcukJcA==",
|
||||
"version": "6.4.5",
|
||||
"resolved": "https://verdaccio.lossless.one/@types%2fnodemailer/-/nodemailer-6.4.5.tgz",
|
||||
"integrity": "sha512-zuP3nBRQHI6M2PkXnGGy1Ww4VB+MyYHGgnfV2T+JR9KLkeWqPJuyVUgLpKXuFnA/b7pZaIDFh2sV4759B7jK1g==",
|
||||
"requires": {
|
||||
"@types/node": "*"
|
||||
}
|
||||
@ -10566,6 +10434,7 @@
|
||||
"version": "1.1.11",
|
||||
"resolved": "https://verdaccio.lossless.one/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
||||
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"balanced-match": "^1.0.0",
|
||||
"concat-map": "0.0.1"
|
||||
@ -10803,7 +10672,8 @@
|
||||
"concat-map": {
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://verdaccio.lossless.one/concat-map/-/concat-map-0.0.1.tgz",
|
||||
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
|
||||
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
|
||||
"dev": true
|
||||
},
|
||||
"content-disposition": {
|
||||
"version": "0.5.4",
|
||||
@ -11042,6 +10912,11 @@
|
||||
"dns-packet": "^5.2.4"
|
||||
}
|
||||
},
|
||||
"dns2": {
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://verdaccio.lossless.one/dns2/-/dns2-2.0.5.tgz",
|
||||
"integrity": "sha512-dznYrQU+Txcz++klGLBY9YR3WLOGHTy2vAKAqF+yYw1KaKFm5f5Y4jbbFEvohJf8YtZ0J2SzZlZx2k6LV4zJqQ=="
|
||||
},
|
||||
"domexception": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://verdaccio.lossless.one/domexception/-/domexception-1.0.1.tgz",
|
||||
@ -11728,6 +11603,7 @@
|
||||
"version": "7.2.3",
|
||||
"resolved": "https://verdaccio.lossless.one/glob/-/glob-7.2.3.tgz",
|
||||
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"fs.realpath": "^1.0.0",
|
||||
"inflight": "^1.0.4",
|
||||
@ -11849,9 +11725,9 @@
|
||||
"integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw=="
|
||||
},
|
||||
"handlebars": {
|
||||
"version": "4.7.6",
|
||||
"resolved": "https://verdaccio.lossless.one/handlebars/-/handlebars-4.7.6.tgz",
|
||||
"integrity": "sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==",
|
||||
"version": "4.7.7",
|
||||
"resolved": "https://verdaccio.lossless.one/handlebars/-/handlebars-4.7.7.tgz",
|
||||
"integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==",
|
||||
"requires": {
|
||||
"minimist": "^1.2.5",
|
||||
"neo-async": "^2.6.0",
|
||||
@ -12693,14 +12569,15 @@
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://verdaccio.lossless.one/minimatch/-/minimatch-3.1.2.tgz",
|
||||
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"brace-expansion": "^1.1.7"
|
||||
}
|
||||
},
|
||||
"minimist": {
|
||||
"version": "1.2.5",
|
||||
"resolved": "https://verdaccio.lossless.one/minimist/-/minimist-1.2.5.tgz",
|
||||
"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
|
||||
"version": "1.2.6",
|
||||
"resolved": "https://verdaccio.lossless.one/minimist/-/minimist-1.2.6.tgz",
|
||||
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
|
||||
},
|
||||
"mkdirp-classic": {
|
||||
"version": "0.5.3",
|
||||
@ -12761,9 +12638,9 @@
|
||||
}
|
||||
},
|
||||
"nodemailer": {
|
||||
"version": "6.4.11",
|
||||
"resolved": "https://verdaccio.lossless.one/nodemailer/-/nodemailer-6.4.11.tgz",
|
||||
"integrity": "sha512-BVZBDi+aJV4O38rxsUh164Dk1NCqgh6Cm0rQSb9SK/DHGll/DrCMnycVDD7msJgZCnmVa8ASo8EZzR7jsgTukQ=="
|
||||
"version": "6.7.7",
|
||||
"resolved": "https://verdaccio.lossless.one/nodemailer/-/nodemailer-6.7.7.tgz",
|
||||
"integrity": "sha512-pOLC/s+2I1EXuSqO5Wa34i3kXZG3gugDssH+ZNCevHad65tc8vQlCQpOLaUjopvkRQKm2Cki2aME7fEOPRy3bA=="
|
||||
},
|
||||
"normalize-newline": {
|
||||
"version": "4.1.0",
|
||||
@ -12928,7 +12805,8 @@
|
||||
"path-is-absolute": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://verdaccio.lossless.one/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
||||
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
|
||||
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
|
||||
"dev": true
|
||||
},
|
||||
"path-key": {
|
||||
"version": "3.1.1",
|
||||
|
@ -11,7 +11,8 @@
|
||||
"scripts": {
|
||||
"test": "(tstest test/)",
|
||||
"build": "(tsbuild --web)",
|
||||
"format": "(gitzone format)"
|
||||
"format": "(gitzone format)",
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.65",
|
||||
@ -22,9 +23,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@pushrocks/smartfile": "^10.0.4",
|
||||
"@pushrocks/smartmail": "^1.0.18",
|
||||
"@pushrocks/smartmail": "^1.0.22",
|
||||
"@pushrocks/smartrequest": "^2.0.10",
|
||||
"@pushrocks/smartsmtp": "^2.0.0",
|
||||
"@pushrocks/smartsmtp": "^3.0.3",
|
||||
"@pushrocks/smartstring": "^4.0.2"
|
||||
},
|
||||
"files": [
|
||||
|
@ -13,9 +13,11 @@ let testSmartmail: smartmail.Smartmail<IMailgunMessage>;
|
||||
tap.test('should create a mailgun account', async () => {
|
||||
testMailgunAccount = new mailgun.MailgunAccount({
|
||||
apiToken: testQenv.getEnvVarOnDemand('MAILGUN_API_TOKEN'),
|
||||
region: 'eu'
|
||||
region: 'eu',
|
||||
});
|
||||
await testMailgunAccount.addSmtpCredentials(testQenv.getEnvVarOnDemand('MAILGUN_SMTP_CREDENTIALS'));
|
||||
await testMailgunAccount.addSmtpCredentials(
|
||||
testQenv.getEnvVarOnDemand('MAILGUN_SMTP_CREDENTIALS')
|
||||
);
|
||||
expect(testMailgunAccount).toBeInstanceOf(mailgun.MailgunAccount);
|
||||
});
|
||||
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@mojoio/mailgun',
|
||||
version: '1.0.31',
|
||||
version: '1.0.32',
|
||||
description: 'an api abstraction package for mailgun'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user