From 706d4283230b2a65421ad387e545036cd9f1a50b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 26 Oct 2022 14:09:50 +0200 Subject: [PATCH] BREAKING CHANGE(core): switch to esm --- ts/00_commitinfo_data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 149ab97..0c54407 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiglobal/typedrequest-interfaces', - version: '1.0.18', + version: '2.0.0', description: 'interfaces for making typed requests' }