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: | run: |
npmci node install stable npmci node install stable
npmci npm install npmci npm install
pnpm install -g @gitzone/tsdoc pnpm install -g @git.zone/tsdoc
npmci command tsdoc npmci command tsdoc
continue-on-error: true continue-on-error: true

View File

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

File diff suppressed because it is too large Load Diff

View File

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