fix(core): update
This commit is contained in:
parent
a9bdfe9373
commit
9f638d687b
@ -34,7 +34,7 @@
|
||||
"@types/node": "^20.8.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@api.global/typedrequest": "^3.0.1",
|
||||
"@api.global/typedrequest": "^3.0.2",
|
||||
"@configvault.io/interfaces": "^1.0.13",
|
||||
"@push.rocks/smartfile": "^10.0.33",
|
||||
"@push.rocks/smartlog": "^3.0.3",
|
||||
|
1186
pnpm-lock.yaml
generated
1186
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/qenv',
|
||||
version: '6.0.3',
|
||||
version: '6.0.4',
|
||||
description: 'easy promised environments'
|
||||
}
|
||||
|
@ -3,9 +3,12 @@
|
||||
"experimentalDecorators": true,
|
||||
"useDefineForClassFields": false,
|
||||
"target": "ES2022",
|
||||
"module": "ES2022",
|
||||
"moduleResolution": "nodenext",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"esModuleInterop": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
}
|
||||
"verbatimModuleSyntax": true
|
||||
},
|
||||
"exclude": [
|
||||
"dist_*/**/*.d.ts"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user