BREAKING CHANGE(structure): renamed classes to avoid confusion
This commit is contained in:
35
package.json
35
package.json
@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartacme",
|
||||
"version": "4.0.8",
|
||||
"private": false,
|
||||
"description": "A TypeScript-based ACME client with an easy yet powerful interface for LetsEncrypt certificate management.",
|
||||
"description": "A TypeScript-based ACME client for LetsEncrypt certificate management with a focus on simplicity and power.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@ -25,7 +25,12 @@
|
||||
"secure communication",
|
||||
"domain validation",
|
||||
"automation",
|
||||
"crypto"
|
||||
"crypto",
|
||||
"MongoDB",
|
||||
"dns-01 challenge",
|
||||
"token-based challenges",
|
||||
"certificate renewal",
|
||||
"wildcard certificates"
|
||||
],
|
||||
"author": "Lossless GmbH",
|
||||
"license": "MIT",
|
||||
@ -34,28 +39,28 @@
|
||||
},
|
||||
"homepage": "https://code.foss.global/push.rocks/smartacme",
|
||||
"dependencies": {
|
||||
"@api.global/typedserver": "^3.0.20",
|
||||
"@push.rocks/lik": "^6.0.12",
|
||||
"@push.rocks/smartdata": "^5.0.33",
|
||||
"@api.global/typedserver": "^3.0.50",
|
||||
"@push.rocks/lik": "^6.0.15",
|
||||
"@push.rocks/smartdata": "^5.2.4",
|
||||
"@push.rocks/smartdelay": "^3.0.5",
|
||||
"@push.rocks/smartdns": "^5.0.2",
|
||||
"@push.rocks/smartlog": "^3.0.3",
|
||||
"@push.rocks/smartlog": "^3.0.7",
|
||||
"@push.rocks/smartpromise": "^4.0.3",
|
||||
"@push.rocks/smartrequest": "^2.0.21",
|
||||
"@push.rocks/smartstring": "^4.0.13",
|
||||
"@push.rocks/smartrequest": "^2.0.22",
|
||||
"@push.rocks/smartstring": "^4.0.15",
|
||||
"@push.rocks/smarttime": "^4.0.6",
|
||||
"@push.rocks/smartunique": "^3.0.6",
|
||||
"@tsclass/tsclass": "^4.0.46",
|
||||
"@push.rocks/smartunique": "^3.0.9",
|
||||
"@tsclass/tsclass": "^4.0.58",
|
||||
"acme-client": "^4.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apiclient.xyz/cloudflare": "^6.0.3",
|
||||
"@git.zone/tsbuild": "^2.1.66",
|
||||
"@git.zone/tsbuild": "^2.1.80",
|
||||
"@git.zone/tsrun": "^1.2.44",
|
||||
"@git.zone/tstest": "^1.0.77",
|
||||
"@push.rocks/qenv": "^6.0.4",
|
||||
"@push.rocks/tapbundle": "^5.0.15",
|
||||
"@types/node": "^20.11.9"
|
||||
"@git.zone/tstest": "^1.0.90",
|
||||
"@push.rocks/qenv": "^6.0.5",
|
||||
"@push.rocks/tapbundle": "^5.0.23",
|
||||
"@types/node": "^20.14.2"
|
||||
},
|
||||
"files": [
|
||||
"ts/**/*",
|
||||
|
Reference in New Issue
Block a user