utilitas 1995.2.79 → 1995.2.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/manifest.mjs +1 -1
- package/lib/ssl.mjs +2 -1
- package/lib/storage.mjs +1 -1
- package/lib/utilitas.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -381,6 +381,7 @@ Works in Node.js and modern browsers.
|
|
|
381
381
|
| :--- | :--- | :--- |
|
|
382
382
|
| _NEED | Array | acme-client |
|
|
383
383
|
| default | AsyncFunction | domain, options |
|
|
384
|
+
| SSL_RESET | String | SSL_RESET |
|
|
384
385
|
| createCsr | AsyncFunction | commonName, forge |
|
|
385
386
|
| ensureCert | AsyncFunction | domain, challengeCreate, challengeRemove, options |
|
|
386
387
|
| getCert | AsyncFunction | |
|
|
@@ -416,7 +417,7 @@ Works in Node.js and modern browsers.
|
|
|
416
417
|
| mergeFile | AsyncFunction | data, options |
|
|
417
418
|
| readFile | AsyncFunction | name, options |
|
|
418
419
|
| readJson | AsyncFunction | filename, options |
|
|
419
|
-
| sanitizeFilename | Function |
|
|
420
|
+
| sanitizeFilename | Function | s, r |
|
|
420
421
|
| setConfig | AsyncFunction | data, options |
|
|
421
422
|
| sliceFile | AsyncFunction | any, options |
|
|
422
423
|
| touchPath | AsyncFunction | path, options |
|