Commit 5cbdb3d
committed
base-acme-client.js
- add getNextNonce export
- rename `newDirectoryAsync` to `newDirectory` (its still async)
- rename `newNonceAsync` to `newNonce` (its still async)
- changes to how errors/exceptions are returned
- errors have `error.type` of `bac:failed:methodName`
- exceptions have `error.type` of `bac:exception:methodName`
- inside `error.details` is the message/exception
- errors and exceptions from bac have an `error.status` of `777777` or similar1 parent 0330ddf commit 5cbdb3d
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments