Compare commits

..

6 Commits

Author SHA1 Message Date
bf2601ec5e 2.0.1 2022-10-26 14:33:55 +02:00
63dabb35c1 fix(core): update 2022-10-26 14:33:55 +02:00
299e34d8d9 2.0.0 2022-10-26 14:09:51 +02:00
706d428323 BREAKING CHANGE(core): switch to esm 2022-10-26 14:09:50 +02:00
267652b7f5 1.0.18 2022-10-26 11:36:08 +02:00
8e269d9929 fix(core): update 2022-10-26 11:36:08 +02:00
3 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@apiglobal/typedrequest-interfaces",
"version": "1.0.17",
"version": "2.0.1",
"private": false,
"description": "interfaces for making typed requests",
"main": "dist_ts/index.js",
@ -15,6 +15,7 @@
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.5"

2
pnpm-lock.yaml generated
View File

@ -2,12 +2,14 @@ lockfileVersion: 5.4
specifiers:
'@gitzone/tsbuild': ^2.0.22
'@gitzone/tsrun': ^1.2.39
'@gitzone/tstest': ^1.0.15
'@pushrocks/tapbundle': ^5.0.4
'@types/node': ^18.11.5
devDependencies:
'@gitzone/tsbuild': 2.1.65
'@gitzone/tsrun': 1.2.39_@types+node@18.11.5
'@gitzone/tstest': 1.0.73_@types+node@18.11.5
'@pushrocks/tapbundle': 5.0.4
'@types/node': 18.11.5

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiglobal/typedrequest-interfaces',
version: '1.0.17',
version: '2.0.1',
description: 'interfaces for making typed requests'
}