From 44acba80c1ea0cb7d6c8caf92cc1fa4efdd27e2d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 25 Jun 2023 01:53:17 +0200 Subject: [PATCH] fix(core): update --- .gitea/workflows/gitzone_ci_default.yaml | 4 ++-- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 3 insertions(+), 3 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/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 23a23fa..56665cd 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartdata', - version: '5.0.18', + version: '5.0.19', description: 'do more with data' }