From 02e9cdff98e122f56daf3a4ae3e665fe6235daa0 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 25 Jun 2023 12:33:13 +0200 Subject: [PATCH] fix(core): update --- .gitea/workflows/gitzone_ci_default.yaml | 4 ++-- package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/gitzone_ci_default.yaml b/.gitea/workflows/gitzone_ci_default.yaml index 15b7271..dde6083 100644 --- a/.gitea/workflows/gitzone_ci_default.yaml +++ b/.gitea/workflows/gitzone_ci_default.yaml @@ -28,13 +28,13 @@ jobs: run: | npmci command npm config set registry https://registry.npmjs.org npmci command pnpm audit --audit-level=high --prod - continue-on-error: true + continue-on-error: true - name: Audit development dependencies run: | npmci command npm config set registry https://registry.npmjs.org npmci command pnpm audit --audit-level=high --dev - continue-on-error: true + continue-on-error: true test: if: ${{ always() }} diff --git a/package.json b/package.json index 8914ce1..50a3b5d 100644 --- a/package.json +++ b/package.json @@ -59,4 +59,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 6732dd2..d81eb7e 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartscaf', - version: '4.0.7', + version: '4.0.8', description: 'scaffold projects quickly' }