Commit 789b7d1
fix(examples): port SSL check templates to property-scoped grammar
The advanced-project and advanced-project-js templates still called the
flat SslAssertionBuilder methods (certExpiresInDays, chainTrusted,
hostnameVerified, tlsVersion) removed by the property-scoped grammar
refactor.
These are not documentation-only: create-checkly downloads them as
github:checkly/checkly-cli/examples/<template>#<version> and pins
checkly to 'latest', so once the new grammar ships, scaffolding the
recommended template and running checkly test/deploy would fail with
"SslAssertionBuilder.certExpiresInDays is not a function".
Semantics are unchanged; the synthesized wire payload is equivalent.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 5ac71b8 commit 789b7d1
2 files changed
Lines changed: 8 additions & 8 deletions
File tree
- examples
- advanced-project-js/src/__checks__/uptime
- advanced-project/src/__checks__/uptime
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
0 commit comments