4 Commits

Author SHA1 Message Date
1830daacba 2.0.2 2023-03-20 14:47:10 +01:00
52cca1c8f3 fix(core): update 2023-03-20 14:47:09 +01:00
fd5f50e420 2.0.1 2023-03-20 14:36:27 +01:00
ce88b62d3c fix(core): update 2023-03-20 14:36:27 +01:00
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@apiglobal/test-sdk", "name": "@apiglobal/test-sdk",
"version": "2.0.0", "version": "2.0.2",
"private": false, "private": false,
"description": "an sdk for testing ag handlers", "description": "an sdk for testing ag handlers",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@@ -9,11 +9,12 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"test": "(tstest test/ --web)", "test": "(tstest test/ --web)",
"build": "(tsbuild --web)", "build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc" "buildDocs": "tsdoc"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.25", "@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.52", "@gitzone/tstest": "^1.0.52",
"@pushrocks/tapbundle": "^5.0.4", "@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.15.3" "@types/node": "^18.15.3"

2
pnpm-lock.yaml generated
View File

@@ -5,6 +5,7 @@ specifiers:
'@apiglobal/typedrequest': ^2.0.12 '@apiglobal/typedrequest': ^2.0.12
'@apiglobal/typedrequest-interfaces': ^2.0.1 '@apiglobal/typedrequest-interfaces': ^2.0.1
'@gitzone/tsbuild': ^2.1.25 '@gitzone/tsbuild': ^2.1.25
'@gitzone/tsrun': ^1.2.39
'@gitzone/tstest': ^1.0.52 '@gitzone/tstest': ^1.0.52
'@pushrocks/qenv': ^5.0.2 '@pushrocks/qenv': ^5.0.2
'@pushrocks/smartexpress': ^4.0.28 '@pushrocks/smartexpress': ^4.0.28
@@ -22,6 +23,7 @@ dependencies:
devDependencies: devDependencies:
'@gitzone/tsbuild': 2.1.65 '@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 '@gitzone/tstest': 1.0.74_@types+node@18.15.3
'@pushrocks/tapbundle': 5.0.4 '@pushrocks/tapbundle': 5.0.4
'@types/node': 18.15.3 '@types/node': 18.15.3

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@apiglobal/test-sdk', name: '@apiglobal/test-sdk',
version: '2.0.0', version: '2.0.2',
description: 'an sdk for testing ag handlers' description: 'an sdk for testing ag handlers'
} }