Compare commits

...

2 Commits

Author SHA1 Message Date
523ab7ee77 4.0.3 2022-09-13 18:47:19 +02:00
d60cc5430f fix(core): update 2022-09-13 18:47:19 +02:00
3 changed files with 5160 additions and 10816 deletions

15940
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartstring", "name": "@pushrocks/smartstring",
"version": "4.0.2", "version": "4.0.3",
"private": false, "private": false,
"description": "handle strings in smart ways. TypeScript ready.", "description": "handle strings in smart ways. TypeScript ready.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -25,17 +25,17 @@
}, },
"homepage": "https://gitlab.com/pushrocks/smartstring#readme", "homepage": "https://gitlab.com/pushrocks/smartstring#readme",
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.61", "@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsrun": "^1.2.32", "@gitzone/tsrun": "^1.2.37",
"@gitzone/tstest": "^1.0.69", "@gitzone/tstest": "^1.0.73",
"@pushrocks/tapbundle": "^5.0.3", "@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^17.0.23", "@types/node": "^18.7.17",
"tslint": "^6.1.3", "tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0" "tslint-config-prettier": "^1.18.0"
}, },
"dependencies": { "dependencies": {
"@pushrocks/isounique": "^1.0.5", "@pushrocks/isounique": "^1.0.5",
"@pushrocks/smartenv": "^5.0.0", "@pushrocks/smartenv": "^5.0.3",
"@types/randomatic": "^3.1.3", "@types/randomatic": "^3.1.3",
"buffer": "^6.0.3", "buffer": "^6.0.3",
"crypto-random-string": "^4.0.0", "crypto-random-string": "^4.0.0",

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartstring',
version: '4.0.3',
description: 'handle strings in smart ways. TypeScript ready.'
}