From be2082e728d8567a5d523b41ed6c9f1be5aa5535 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 30 Apr 2024 17:50:57 +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 1822aa3..02cf3e3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "module", "scripts": { "test": "(tstest test/ --web)", - "build": "(tsbuild --web)" + "build": "(tsbuild --web --allowimplicitany)" }, "repository": { "type": "git", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 20a15ba..2f51801 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartyaml', - version: '3.0.3', + version: '3.0.4', description: 'A module for smart handling of YAML data with support for converting between YAML strings and JavaScript objects.' }