fix(core): update

This commit is contained in:
Philipp Kunz 2023-03-20 14:14:35 +01:00
parent 5ba6a8addb
commit 89bd481ce0
3 changed files with 11 additions and 1 deletions

View File

@ -14,6 +14,7 @@
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.33",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.15.3"

View File

@ -3,6 +3,7 @@ lockfileVersion: 5.4
specifiers:
'@apiglobal/typedrequest': ^2.0.12
'@gitzone/tsbuild': ^2.1.24
'@gitzone/tsrun': ^1.2.39
'@gitzone/tstest': ^1.0.33
'@pushrocks/smartfile': ^10.0.7
'@pushrocks/tapbundle': ^5.0.4
@ -16,6 +17,7 @@ dependencies:
devDependencies:
'@gitzone/tsbuild': 2.1.65
'@gitzone/tsrun': 1.2.39_@types+node@18.15.3
'@gitzone/tstest': 1.0.74_@types+node@18.15.3
'@pushrocks/tapbundle': 5.0.4
'@types/node': 18.15.3
@ -1310,6 +1312,11 @@ packages:
- utf-8-validate
dev: true
/@xmldom/xmldom/0.8.6:
resolution: {integrity: sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg==}
engines: {node: '>=10.0.0'}
dev: true
/accepts/1.3.8:
resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
engines: {node: '>= 0.6'}
@ -3416,6 +3423,8 @@ packages:
resolution: {integrity: sha512-mXF9AIgnvq1DP/ZM2R28tAfxP2wKZHYa2DjV0R1KCwcqSzm5Iqh1XQq9rdfAt6dp2DuPP0VHZIaCALc2v1cL5A==}
engines: {node: '>=14.18.0', npm: '>=6.14.15'}
hasBin: true
dependencies:
'@xmldom/xmldom': 0.8.6
dev: true
bundledDependencies:
- '@xmldom/xmldom'

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiglobal/sdk',
version: '2.0.0',
version: '2.0.1',
description: 'an sdk package for api.global'
}