fix(core): update
This commit is contained in:
parent
bbcfa63944
commit
2dd803fdc2
14
package.json
14
package.json
@ -15,18 +15,18 @@
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.65",
|
||||
"@gitzone/tsrun": "^1.2.37",
|
||||
"@gitzone/tstest": "^1.0.73",
|
||||
"@gitzone/tsbuild": "^2.1.66",
|
||||
"@gitzone/tsrun": "^1.2.42",
|
||||
"@gitzone/tstest": "^1.0.74",
|
||||
"@pushrocks/tapbundle": "^5.0.4",
|
||||
"@types/node": "^18.6.4"
|
||||
"@types/node": "^20.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pushrocks/smartdns": "^5.0.2",
|
||||
"@pushrocks/smartfile": "^10.0.4",
|
||||
"@pushrocks/smartdns": "^5.0.4",
|
||||
"@pushrocks/smartfile": "^10.0.7",
|
||||
"@pushrocks/smartmustache": "^3.0.2",
|
||||
"@pushrocks/smartpath": "^5.0.5",
|
||||
"@pushrocks/smartrequest": "^2.0.10"
|
||||
"@pushrocks/smartrequest": "^2.0.15"
|
||||
},
|
||||
"files": [
|
||||
"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 = {
|
||||
name: '@pushrocks/smartmail',
|
||||
version: '1.0.22',
|
||||
version: '1.0.23',
|
||||
description: 'a unified format for representing and dealing with mails'
|
||||
}
|
||||
|
@ -5,6 +5,7 @@
|
||||
"target": "ES2022",
|
||||
"module": "ES2022",
|
||||
"moduleResolution": "nodenext",
|
||||
"esModuleInterop": true
|
||||
"esModuleInterop": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user