Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
2d2166cf40 | |||
2dd803fdc2 | |||
bbcfa63944 | |||
015d2903b2 | |||
f66deb9cd4 | |||
b786e44bf7 |
3620
package-lock.json
generated
3620
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
19
package.json
19
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartmail",
|
"name": "@pushrocks/smartmail",
|
||||||
"version": "1.0.20",
|
"version": "1.0.23",
|
||||||
"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,17 +15,18 @@
|
|||||||
"buildDocs": "tsdoc"
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gitzone/tsbuild": "^2.1.65",
|
"@gitzone/tsbuild": "^2.1.66",
|
||||||
"@gitzone/tsrun": "^1.2.37",
|
"@gitzone/tsrun": "^1.2.42",
|
||||||
"@gitzone/tstest": "^1.0.73",
|
"@gitzone/tstest": "^1.0.74",
|
||||||
"@pushrocks/tapbundle": "^5.0.4",
|
"@pushrocks/tapbundle": "^5.0.4",
|
||||||
"@types/node": "^18.6.4"
|
"@types/node": "^20.3.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/smartdns": "^5.0.2",
|
"@pushrocks/smartdns": "^5.0.4",
|
||||||
"@pushrocks/smartfile": "^10.0.4",
|
"@pushrocks/smartfile": "^10.0.7",
|
||||||
"@pushrocks/smartmustache": "^2.0.12",
|
"@pushrocks/smartmustache": "^3.0.2",
|
||||||
"@pushrocks/smartrequest": "^2.0.10"
|
"@pushrocks/smartpath": "^5.0.5",
|
||||||
|
"@pushrocks/smartrequest": "^2.0.15"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"ts/**/*",
|
"ts/**/*",
|
||||||
|
4386
pnpm-lock.yaml
generated
Normal file
4386
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartmail',
|
name: '@pushrocks/smartmail',
|
||||||
version: '1.0.20',
|
version: '1.0.23',
|
||||||
description: 'a unified format for representing and dealing with mails'
|
description: 'a unified format for representing and dealing with mails'
|
||||||
}
|
}
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"target": "ES2022",
|
"target": "ES2022",
|
||||||
"module": "ES2022",
|
"module": "ES2022",
|
||||||
"moduleResolution": "nodenext",
|
"moduleResolution": "nodenext",
|
||||||
"esModuleInterop": true
|
"esModuleInterop": true,
|
||||||
|
"verbatimModuleSyntax": true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user