Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1830daacba | |||
| 52cca1c8f3 | |||
| fd5f50e420 | |||
| ce88b62d3c |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@apiglobal/test-sdk",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.2",
|
||||
"private": false,
|
||||
"description": "an sdk for testing ag handlers",
|
||||
"main": "dist_ts/index.js",
|
||||
@@ -9,11 +9,12 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "(tstest test/ --web)",
|
||||
"build": "(tsbuild --web)",
|
||||
"build": "(tsbuild --web --allowimplicitany)",
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"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"
|
||||
|
||||
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@@ -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
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@apiglobal/test-sdk',
|
||||
version: '2.0.0',
|
||||
version: '2.0.2',
|
||||
description: 'an sdk for testing ag handlers'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user