Compare commits

...

2 Commits

Author SHA1 Message Date
e3f6c0a8a1 5.0.11 2023-07-12 10:01:46 +02:00
db7dc635f1 fix(core): update 2023-07-12 10:01:45 +02:00
3 changed files with 2052 additions and 840 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartpath",
"version": "5.0.10",
"version": "5.0.11",
"private": false,
"description": "offers smart ways to handle paths",
"main": "dist_ts/index.js",
@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"test": "(tstest test)",
"build": "(tsbuild)",
"build": "(tsbuild --allowimplicitany)",
"buildDocs": "tsdoc"
},
"repository": {
@ -27,11 +27,11 @@
},
"homepage": "https://github.com/pushrocks/smartpath",
"devDependencies": {
"@gitzone/tsbuild": "^2.1.56",
"@gitzone/tsrun": "^1.2.31",
"@gitzone/tstest": "^1.0.69",
"@pushrocks/tapbundle": "^5.0.2",
"@types/node": "^17.0.21"
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.42",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.8",
"@types/node": "^20.4.1"
},
"files": [
"ts/**/*",

2874
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

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