fix(core): update

This commit is contained in:
Philipp Kunz 2023-12-27 21:57:45 +01:00
parent eea19bcd89
commit 3e78466e5f
4 changed files with 843 additions and 698 deletions

View File

@ -119,6 +119,6 @@ jobs:
run: |
npmci node install stable
npmci npm install
pnpm install -g @gitzone/tsdoc
pnpm install -g @git.zone/tsdoc
npmci command tsdoc
continue-on-error: true

View File

@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/pushrocks/smartstring.git"
"url": "git+https://gitlab.com/push.rocks/smartstring.git"
},
"keywords": [
"regex",
@ -22,27 +22,27 @@
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartstring/issues"
"url": "https://gitlab.com/push.rocks/smartstring/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartstring#readme",
"homepage": "https://gitlab.com/push.rocks/smartstring#readme",
"devDependencies": {
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsrun": "^1.2.42",
"@git.zone/tstest": "^1.0.74",
"@git.zone/tstest": "^1.0.84",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.5.7"
"@types/node": "^20.10.5"
},
"dependencies": {
"@push.rocks/isounique": "^1.0.5",
"@push.rocks/smartenv": "^5.0.5",
"@types/randomatic": "^3.1.3",
"@push.rocks/smartenv": "^5.0.12",
"@types/randomatic": "^3.1.5",
"buffer": "^6.0.3",
"crypto-random-string": "^5.0.0",
"js-base64": "^3.7.5",
"normalize-newline": "^4.1.0",
"randomatic": "^3.1.1",
"strip-indent": "^4.0.0",
"url": "^0.11.1"
"url": "^0.11.3"
},
"files": [
"ts/**/*",
@ -59,4 +59,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartstring',
version: '4.0.9',
version: '4.0.10',
description: 'handle strings in smart ways. TypeScript ready.'
}