Compare commits

...

4 Commits

Author SHA1 Message Date
b02ab97d4f 5.0.7 2023-07-12 00:26:36 +02:00
ecfefc250c fix(core): update 2023-07-12 00:26:35 +02:00
dde9948404 switch to new org scheme 2023-07-11 01:23:53 +02:00
d041d8de68 switch to new org scheme 2023-07-10 10:17:16 +02:00
6 changed files with 3443 additions and 23 deletions

View File

@ -6,10 +6,10 @@
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitscope": "push.rocks",
"gitrepo": "smartpath",
"description": "offers smart ways to handle paths",
"npmPackagename": "@pushrocks/smartpath",
"npmPackagename": "@push.rocks/smartpath",
"license": "MIT"
}
}

4
package-lock.json generated
View File

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

View File

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

3429
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@push.rocks/smartpath',
version: '5.0.7',
description: 'offers smart ways to handle paths'
}

View File

@ -1,17 +0,0 @@
{
"extends": ["tslint:latest", "tslint-config-prettier"],
"rules": {
"semicolon": [true, "always"],
"no-console": false,
"ordered-imports": false,
"object-literal-sort-keys": false,
"member-ordering": {
"options":{
"order": [
"static-method"
]
}
}
},
"defaultSeverity": "warning"
}