fix(core): update

This commit is contained in:
Philipp Kunz 2023-03-20 14:47:09 +01:00
parent fd5f50e420
commit 52cca1c8f3
3 changed files with 11 additions and 1 deletions

View File

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

View File

@ -5,6 +5,7 @@ specifiers:
'@apiglobal/typedrequest': ^2.0.12
'@apiglobal/typedrequest-interfaces': ^2.0.1
'@gitzone/tsbuild': ^2.1.25
'@gitzone/tsrun': ^1.2.39
'@gitzone/tstest': ^1.0.52
'@pushrocks/qenv': ^5.0.2
'@pushrocks/smartexpress': ^4.0.28
@ -22,6 +23,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
@ -1307,6 +1309,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'}
@ -3346,6 +3353,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/test-sdk',
version: '2.0.1',
version: '2.0.2',
description: 'an sdk for testing ag handlers'
}