From 2a8c0dec5fda5445971e9b977e8cfd18969e7c7f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 1 May 2023 14:42: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 3d9ef7f..5620c74 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)", "serve": "tsrun scripts/serve.ts", "buildDocs": "tsdoc" }, diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 94d5bdc..82fa2cb 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartssr', - version: '1.0.36', + version: '1.0.37', description: 'a smart server side renderer supporting shadow dom' }