From f5842147be973db0af272bf7d3b427674e11cdce Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 16 Jun 2022 15:36:14 +0200 Subject: [PATCH] fix(core): update --- package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4b77bf7..1ec4515 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "MIT", "scripts": { "test": "(tstest test/)", - "build": "(tsbuild --web)", + "build": "(tsbuild --web --allowimplicitany)", "format": "(gitzone format)", "buildDocs": "tsdoc" }, diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 0629e13..8321f54 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@mojoio/letterxpress', - version: '1.0.13', + version: '1.0.14', description: 'an unofficial API package for the letterxpress API' }