fix(core): update

This commit is contained in:
Philipp Kunz 2023-06-25 01:53:17 +02:00
parent 8cf8315577
commit 44acba80c1
2 changed files with 3 additions and 3 deletions

View File

@ -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() }}

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartdata',
version: '5.0.18',
version: '5.0.19',
description: 'do more with data'
}