From ce88b62d3c1644d645aa0c929ff0b7a3ddd6e5e6 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 20 Mar 2023 14:36:27 +0100 Subject: [PATCH] fix(core): update --- package.json | 2 +- pnpm-lock.yaml | 7 ------- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 7c466f7..2f2ab2a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "MIT", "scripts": { "test": "(tstest test/ --web)", - "build": "(tsbuild --web)", + "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3394d91..6a9b156 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1307,11 +1307,6 @@ 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'} @@ -3351,8 +3346,6 @@ 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' diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index f6f86fc..babcdb2 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiglobal/test-sdk', - version: '2.0.0', + version: '2.0.1', description: 'an sdk for testing ag handlers' }