Compare commits

..

2 Commits

Author SHA1 Message Date
160e0ae451 10.0.24 2023-06-25 18:21:13 +02:00
373c6538ae fix(core): update 2023-06-25 18:21:12 +02:00
3 changed files with 4 additions and 3 deletions

View File

@ -105,7 +105,8 @@ jobs:
run: | run: |
npmci node install stable npmci node install stable
npmci npm install npmci npm install
npmci command npm run buildDocs pnpm install -g @gitzone/tsdoc
npmci command tsdoc
continue-on-error: true continue-on-error: true
- name: Upload artifacts - name: Upload artifacts

View File

@ -1,7 +1,7 @@
{ {
"name": "@pushrocks/smartfile", "name": "@pushrocks/smartfile",
"private": false, "private": false,
"version": "10.0.23", "version": "10.0.24",
"description": "offers smart ways to work with files in nodejs", "description": "offers smart ways to work with files in nodejs",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartfile', name: '@pushrocks/smartfile',
version: '10.0.23', version: '10.0.24',
description: 'offers smart ways to work with files in nodejs' description: 'offers smart ways to work with files in nodejs'
} }