Compare commits

...

2 Commits

Author SHA1 Message Date
ea42dbd1c3 5.0.8 2023-07-12 00:37:13 +02:00
9e8ce8215c fix(core): update 2023-07-12 00:37:13 +02:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/smartpath",
"version": "5.0.7",
"version": "5.0.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smartpath",
"version": "5.0.7",
"version": "5.0.8",
"license": "MIT",
"devDependencies": {
"@gitzone/tsbuild": "^2.1.56",

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartpath",
"version": "5.0.7",
"version": "5.0.8",
"private": false,
"description": "offers smart ways to handle paths",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartpath',
version: '5.0.7',
version: '5.0.8',
description: 'offers smart ways to handle paths'
}