Compare commits
16 Commits
Author | SHA1 | Date | |
---|---|---|---|
c319415c76 | |||
75177cc097 | |||
85c4caa861 | |||
85ae355e2c | |||
09ea75ed5b | |||
58b3fbb03e | |||
89698b30f6 | |||
09eaa7ff3b | |||
806f28849f | |||
dd4ff90b3b | |||
cede9eaebf | |||
a25425f0ac | |||
54ad67c93e | |||
dba7193605 | |||
3cd02b61b3 | |||
f7fb032f4d |
128
.gitlab-ci.yml
128
.gitlab-ci.yml
@ -1,128 +0,0 @@
|
|||||||
# gitzone ci_default
|
|
||||||
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
|
||||||
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- .npmci_cache/
|
|
||||||
key: '$CI_BUILD_STAGE'
|
|
||||||
|
|
||||||
stages:
|
|
||||||
- security
|
|
||||||
- test
|
|
||||||
- release
|
|
||||||
- metadata
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- pnpm install -g pnpm
|
|
||||||
- pnpm install -g @shipzone/npmci
|
|
||||||
- npmci npm prepare
|
|
||||||
|
|
||||||
# ====================
|
|
||||||
# security stage
|
|
||||||
# ====================
|
|
||||||
# ====================
|
|
||||||
# security stage
|
|
||||||
# ====================
|
|
||||||
auditProductionDependencies:
|
|
||||||
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
|
||||||
stage: security
|
|
||||||
script:
|
|
||||||
- npmci command npm config set registry https://registry.npmjs.org
|
|
||||||
- npmci command pnpm audit --audit-level=high --prod
|
|
||||||
tags:
|
|
||||||
- lossless
|
|
||||||
- docker
|
|
||||||
allow_failure: true
|
|
||||||
|
|
||||||
auditDevDependencies:
|
|
||||||
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
|
||||||
stage: security
|
|
||||||
script:
|
|
||||||
- npmci command npm config set registry https://registry.npmjs.org
|
|
||||||
- npmci command pnpm audit --audit-level=high --dev
|
|
||||||
tags:
|
|
||||||
- lossless
|
|
||||||
- docker
|
|
||||||
allow_failure: true
|
|
||||||
|
|
||||||
# ====================
|
|
||||||
# test stage
|
|
||||||
# ====================
|
|
||||||
|
|
||||||
testStable:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- npmci node install stable
|
|
||||||
- npmci npm install
|
|
||||||
- npmci npm test
|
|
||||||
coverage: /\d+.?\d+?\%\s*coverage/
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
testBuild:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- npmci node install stable
|
|
||||||
- npmci npm install
|
|
||||||
- npmci command npm run build
|
|
||||||
coverage: /\d+.?\d+?\%\s*coverage/
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
release:
|
|
||||||
stage: release
|
|
||||||
script:
|
|
||||||
- npmci node install stable
|
|
||||||
- npmci npm publish
|
|
||||||
only:
|
|
||||||
- tags
|
|
||||||
tags:
|
|
||||||
- lossless
|
|
||||||
- docker
|
|
||||||
- notpriv
|
|
||||||
|
|
||||||
# ====================
|
|
||||||
# metadata stage
|
|
||||||
# ====================
|
|
||||||
codequality:
|
|
||||||
stage: metadata
|
|
||||||
allow_failure: true
|
|
||||||
only:
|
|
||||||
- tags
|
|
||||||
script:
|
|
||||||
- npmci command npm install -g typescript
|
|
||||||
- npmci npm prepare
|
|
||||||
- npmci npm install
|
|
||||||
tags:
|
|
||||||
- lossless
|
|
||||||
- docker
|
|
||||||
- priv
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
stage: metadata
|
|
||||||
script:
|
|
||||||
- npmci trigger
|
|
||||||
only:
|
|
||||||
- tags
|
|
||||||
tags:
|
|
||||||
- lossless
|
|
||||||
- docker
|
|
||||||
- notpriv
|
|
||||||
|
|
||||||
pages:
|
|
||||||
stage: metadata
|
|
||||||
script:
|
|
||||||
- npmci node install stable
|
|
||||||
- npmci npm install
|
|
||||||
- npmci command npm run buildDocs
|
|
||||||
tags:
|
|
||||||
- lossless
|
|
||||||
- docker
|
|
||||||
- notpriv
|
|
||||||
only:
|
|
||||||
- tags
|
|
||||||
artifacts:
|
|
||||||
expire_in: 1 week
|
|
||||||
paths:
|
|
||||||
- public
|
|
||||||
allow_failure: true
|
|
142
changelog.md
Normal file
142
changelog.md
Normal file
@ -0,0 +1,142 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-06-24 - 4.0.61 - fix(dependencies)
|
||||||
|
Update dependencies to latest versions
|
||||||
|
|
||||||
|
- Updated 'dependencies > type-fest' to version ^4.20.1
|
||||||
|
- Updated 'devDependencies > @git.zone/tsbuild' to version ^2.1.82
|
||||||
|
- Updated 'devDependencies > @git.zone/tsrun' to version ^1.2.49
|
||||||
|
- Updated 'devDependencies > @git.zone/tstest' to version ^1.0.90
|
||||||
|
- Updated 'devDependencies > @push.rocks/tapbundle' to version ^5.0.23
|
||||||
|
- Updated 'devDependencies > @types/node' to version ^20.14.8
|
||||||
|
|
||||||
|
## 2024-06-19 - 4.0.59 - core
|
||||||
|
Fixes and updates to core functionalities.
|
||||||
|
|
||||||
|
- Multiple updates and fixes applied to the core codebase
|
||||||
|
|
||||||
|
## 2024-06-17 - 4.0.59 to 4.0.56 - core
|
||||||
|
Routine updates and fixes to the core.
|
||||||
|
|
||||||
|
- Multiple core updates and fixes
|
||||||
|
|
||||||
|
## 2024-06-08 - 4.0.54 - core
|
||||||
|
Core fixes applied.
|
||||||
|
|
||||||
|
- Various fixes in the core functionality
|
||||||
|
|
||||||
|
## 2024-04-17 - 4.0.53 - core
|
||||||
|
Core functionality updated with fixes.
|
||||||
|
|
||||||
|
- Updates and fixes to core features
|
||||||
|
|
||||||
|
## 2024-04-16 - 4.0.52 - documentation
|
||||||
|
Documentation update.
|
||||||
|
|
||||||
|
- Documentation improved and updated
|
||||||
|
|
||||||
|
## 2024-02-17 - 4.0.51 - core
|
||||||
|
Fixes for core applied.
|
||||||
|
|
||||||
|
- Multiple core fixes implemented
|
||||||
|
|
||||||
|
## 2024-02-10 - 4.0.48 - core
|
||||||
|
Routine core updates and fixes.
|
||||||
|
|
||||||
|
- Several updates and fixes for core functionality
|
||||||
|
|
||||||
|
## 2023-10-15 - 4.0.46 - core
|
||||||
|
Core updates.
|
||||||
|
|
||||||
|
- Core functionalities updated and fixes applied
|
||||||
|
|
||||||
|
## 2023-10-13 - 4.0.44 - core
|
||||||
|
Routine fixes for core functionalities.
|
||||||
|
|
||||||
|
- Various updates to core functionalities
|
||||||
|
|
||||||
|
## 2023-09-13 - 4.0.43 - core
|
||||||
|
Core updates and fixes.
|
||||||
|
|
||||||
|
- Several core updates and fixes
|
||||||
|
|
||||||
|
## 2023-05-08 - 4.0.41 - core
|
||||||
|
Core updates.
|
||||||
|
|
||||||
|
- Core functionalities updated
|
||||||
|
|
||||||
|
## 2023-05-06 - 4.0.39 - core
|
||||||
|
Core updates and fixes.
|
||||||
|
|
||||||
|
- Multiple core updates and fixes
|
||||||
|
|
||||||
|
## 2023-04-19 - 4.0.37 - core
|
||||||
|
Routine core updates.
|
||||||
|
|
||||||
|
- Core fixes and updates applied
|
||||||
|
|
||||||
|
## 2023-04-05 - 4.0.35 - core
|
||||||
|
Core functionalities updated.
|
||||||
|
|
||||||
|
- Core functionalities updated and fixes applied
|
||||||
|
|
||||||
|
## 2023-03-14 - 4.0.33 - core
|
||||||
|
Routine core fixes and updates.
|
||||||
|
|
||||||
|
- Core functionalities updated
|
||||||
|
|
||||||
|
## 2023-03-09 - 4.0.32 - core
|
||||||
|
Routine maintenance for core.
|
||||||
|
|
||||||
|
- Core updates and fixes
|
||||||
|
|
||||||
|
## 2023-02-15 - 4.0.31 - core
|
||||||
|
Core updates applied.
|
||||||
|
|
||||||
|
- Fixes and updates to core functionalities
|
||||||
|
|
||||||
|
## 2023-02-06 - 4.0.30 - core
|
||||||
|
Routine fixes.
|
||||||
|
|
||||||
|
- Multiple core updates and fixes
|
||||||
|
|
||||||
|
## 2023-01-12 - 4.0.29 - core
|
||||||
|
Core updates applied.
|
||||||
|
|
||||||
|
- Fixes and updates to core functionalities
|
||||||
|
|
||||||
|
## 2022-11-20 - 4.0.27 - core
|
||||||
|
Routine core fixes.
|
||||||
|
|
||||||
|
- Core functionalities updated and fixed
|
||||||
|
|
||||||
|
## 2022-10-31 - 4.0.26 - core
|
||||||
|
Routine maintenance and fixes.
|
||||||
|
|
||||||
|
- Core functionalities updated
|
||||||
|
|
||||||
|
## 2022-10-24 - 4.0.24 - business.IContract
|
||||||
|
Added business logic for contracts.
|
||||||
|
|
||||||
|
- Added IContract logic to business module
|
||||||
|
|
||||||
|
## 2022-09-14 - 4.0.21 - core
|
||||||
|
Routine core updates and fixes.
|
||||||
|
|
||||||
|
- Core functionalities updated and fixed
|
||||||
|
|
||||||
|
## 2022-08-17 - 4.0.18 - core
|
||||||
|
Routine maintenance for core.
|
||||||
|
|
||||||
|
- Core functionalities updated and fixes applied
|
||||||
|
|
||||||
|
## 2022-06-16 - 4.0.17 - core
|
||||||
|
Routine fixes.
|
||||||
|
|
||||||
|
- Core functionalities updated
|
||||||
|
|
||||||
|
## 2022-04-28 - 4.0.0 - core
|
||||||
|
Major update with significant core changes.
|
||||||
|
|
||||||
|
- Switch to ESM format
|
||||||
|
- Multiple core functionalities updated and fixed
|
14
package.json
14
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tsclass/tsclass",
|
"name": "@tsclass/tsclass",
|
||||||
"version": "4.0.53",
|
"version": "4.0.61",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "Provides TypeScript definitions for various business, financial, networking, content, and other common classes.",
|
"description": "Provides TypeScript definitions for various business, financial, networking, content, and other common classes.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
@ -37,14 +37,14 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/tsclass/tsclass#readme",
|
"homepage": "https://github.com/tsclass/tsclass#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"type-fest": "^4.10.2"
|
"type-fest": "^4.20.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@git.zone/tsbuild": "^2.1.72",
|
"@git.zone/tsbuild": "^2.1.82",
|
||||||
"@git.zone/tsrun": "^1.2.46",
|
"@git.zone/tsrun": "^1.2.49",
|
||||||
"@git.zone/tstest": "^1.0.86",
|
"@git.zone/tstest": "^1.0.90",
|
||||||
"@push.rocks/tapbundle": "^5.0.15",
|
"@push.rocks/tapbundle": "^5.0.23",
|
||||||
"@types/node": "^20.11.17"
|
"@types/node": "^20.14.8"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"ts/**/*",
|
"ts/**/*",
|
||||||
|
8795
pnpm-lock.yaml
generated
8795
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* autocreated commitinfo by @pushrocks/commitinfo
|
* autocreated commitinfo by @push.rocks/commitinfo
|
||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@tsclass/tsclass',
|
name: '@tsclass/tsclass',
|
||||||
version: '4.0.53',
|
version: '4.0.61',
|
||||||
description: 'Provides TypeScript definitions for various business, financial, networking, content, and other common classes.'
|
description: 'Provides TypeScript definitions for various business, financial, networking, content, and other common classes.'
|
||||||
}
|
}
|
||||||
|
@ -1,16 +1,24 @@
|
|||||||
export type TDnsRecordType =
|
export type TDnsRecordType =
|
||||||
| 'A'
|
| "A"
|
||||||
| 'AAAA'
|
| "AAAA"
|
||||||
| 'CNAME'
|
| "CNAME"
|
||||||
| 'LOC'
|
| "LOC"
|
||||||
| 'PTR'
|
| "PTR"
|
||||||
| 'MX'
|
| "MX"
|
||||||
| 'NAPTR'
|
| "NAPTR"
|
||||||
| 'NS'
|
| "NS"
|
||||||
| 'SOA'
|
| "SRV"
|
||||||
| 'SPF'
|
| "TXT"
|
||||||
| 'SRV'
|
| "CAA"
|
||||||
| 'TXT';
|
| "CERT"
|
||||||
|
| "DNSKEY"
|
||||||
|
| "DS"
|
||||||
|
| "HTTPS"
|
||||||
|
| "SMIMEA"
|
||||||
|
| "SSHFP"
|
||||||
|
| "SVCB"
|
||||||
|
| "TLSA"
|
||||||
|
| "URI";
|
||||||
|
|
||||||
export interface IDnsRecord {
|
export interface IDnsRecord {
|
||||||
name: string;
|
name: string;
|
||||||
|
@ -1,7 +1,16 @@
|
|||||||
export interface IS3Descriptor {
|
export interface IS3Descriptor {
|
||||||
endpoint: string;
|
endpoint: string;
|
||||||
port?: number;
|
port?: number | string;
|
||||||
useSsl?: boolean;
|
useSsl?: boolean;
|
||||||
accessKey: string;
|
accessKey: string;
|
||||||
accessSecret: string;
|
accessSecret: string;
|
||||||
|
/**
|
||||||
|
* may be used to preselect a certain bucket
|
||||||
|
*/
|
||||||
|
bucketName?: string;
|
||||||
|
/**
|
||||||
|
* may be used to preselect a certain directory
|
||||||
|
*/
|
||||||
|
directoryPath?: string;
|
||||||
|
region?: string;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user