Compare commits

...

4 Commits

Author SHA1 Message Date
737f5bf5cc 4.0.3 2023-01-06 14:08:18 +01:00
149cdf67bb fix(core): update 2023-01-06 14:08:18 +01:00
c35ff8d711 4.0.2 2022-09-27 19:55:38 +02:00
f2bd9b65aa fix(core): update 2022-09-27 19:55:38 +02:00
4 changed files with 5344 additions and 14015 deletions

14011
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartacme", "name": "@pushrocks/smartacme",
"version": "4.0.1", "version": "4.0.3",
"private": false, "private": false,
"description": "acme with an easy yet powerful interface in TypeScript", "description": "acme with an easy yet powerful interface in TypeScript",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -35,7 +35,7 @@
"@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrequest": "^2.0.11", "@pushrocks/smartrequest": "^2.0.11",
"@pushrocks/smartstring": "^4.0.5", "@pushrocks/smartstring": "^4.0.5",
"@pushrocks/smarttime": "^3.0.45", "@pushrocks/smarttime": "^4.0.0",
"@pushrocks/smartunique": "^3.0.3", "@pushrocks/smartunique": "^3.0.3",
"@tsclass/tsclass": "^4.0.21", "@tsclass/tsclass": "^4.0.21",
"acme-client": "^4.2.5" "acme-client": "^4.2.5"
@ -44,7 +44,7 @@
"@gitzone/tsbuild": "^2.1.65", "@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsrun": "^1.2.37", "@gitzone/tsrun": "^1.2.37",
"@gitzone/tstest": "^1.0.73", "@gitzone/tstest": "^1.0.73",
"@mojoio/cloudflare": "^5.0.9", "@mojoio/cloudflare": "^6.0.1",
"@pushrocks/qenv": "^5.0.2", "@pushrocks/qenv": "^5.0.2",
"@pushrocks/tapbundle": "^5.0.4", "@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.7.23" "@types/node": "^18.7.23"

5340
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartacme', name: '@pushrocks/smartacme',
version: '4.0.1', version: '4.0.3',
description: 'acme with an easy yet powerful interface in TypeScript' description: 'acme with an easy yet powerful interface in TypeScript'
} }