checkly 8.18.0-prerelease-770284c → 8.18.0

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.
Files changed (2) hide show
  1. package/oclif.manifest.json +304 -304
  2. package/package.json +1 -1
@@ -1693,6 +1693,168 @@
1693
1693
  "list.js"
1694
1694
  ]
1695
1695
  },
1696
+ "debug:parse-file": {
1697
+ "aliases": [],
1698
+ "args": {},
1699
+ "description": "Parses and outputs relevant details of a code file.",
1700
+ "flags": {
1701
+ "file": {
1702
+ "name": "file",
1703
+ "required": true,
1704
+ "hasDynamicHelp": false,
1705
+ "multiple": false,
1706
+ "type": "option"
1707
+ },
1708
+ "restricted": {
1709
+ "name": "restricted",
1710
+ "allowNo": false,
1711
+ "type": "boolean"
1712
+ },
1713
+ "detect-workspace": {
1714
+ "name": "detect-workspace",
1715
+ "allowNo": true,
1716
+ "type": "boolean"
1717
+ },
1718
+ "supported-module": {
1719
+ "name": "supported-module",
1720
+ "default": [],
1721
+ "delimiter": ",",
1722
+ "hasDynamicHelp": false,
1723
+ "multiple": true,
1724
+ "type": "option"
1725
+ },
1726
+ "check-unsupported-modules": {
1727
+ "name": "check-unsupported-modules",
1728
+ "allowNo": false,
1729
+ "type": "boolean"
1730
+ }
1731
+ },
1732
+ "hasDynamicHelp": false,
1733
+ "hidden": true,
1734
+ "hiddenAliases": [],
1735
+ "id": "debug:parse-file",
1736
+ "pluginAlias": "checkly",
1737
+ "pluginName": "checkly",
1738
+ "pluginType": "core",
1739
+ "strict": true,
1740
+ "enableJsonFlag": false,
1741
+ "isESM": true,
1742
+ "relativePath": [
1743
+ "dist",
1744
+ "commands",
1745
+ "debug",
1746
+ "parse-file.js"
1747
+ ]
1748
+ },
1749
+ "debug:parse-playwright-config": {
1750
+ "aliases": [],
1751
+ "args": {},
1752
+ "description": "Parses and outputs relevant details of a Playwright configuration file.",
1753
+ "flags": {
1754
+ "file": {
1755
+ "env": "CHECKLY_PLAYWRIGHT_CONFIG_FILE",
1756
+ "name": "file",
1757
+ "default": "/home/runner/work/checkly-cli/checkly-cli/packages/cli/playwright.config.ts",
1758
+ "hasDynamicHelp": false,
1759
+ "multiple": false,
1760
+ "type": "option"
1761
+ }
1762
+ },
1763
+ "hasDynamicHelp": false,
1764
+ "hidden": true,
1765
+ "hiddenAliases": [],
1766
+ "id": "debug:parse-playwright-config",
1767
+ "pluginAlias": "checkly",
1768
+ "pluginName": "checkly",
1769
+ "pluginType": "core",
1770
+ "strict": true,
1771
+ "enableJsonFlag": false,
1772
+ "isESM": true,
1773
+ "relativePath": [
1774
+ "dist",
1775
+ "commands",
1776
+ "debug",
1777
+ "parse-playwright-config.js"
1778
+ ]
1779
+ },
1780
+ "debug:parse-project": {
1781
+ "aliases": [],
1782
+ "args": {},
1783
+ "description": "Parses a Checkly project.",
1784
+ "flags": {
1785
+ "config": {
1786
+ "char": "c",
1787
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1788
+ "env": "CHECKLY_CONFIG_FILE",
1789
+ "name": "config",
1790
+ "hasDynamicHelp": false,
1791
+ "multiple": false,
1792
+ "type": "option"
1793
+ },
1794
+ "default-runtime": {
1795
+ "description": "The default runtime to use if none is specified.",
1796
+ "env": "CHECKLY_DEFAULT_RUNTIME",
1797
+ "name": "default-runtime",
1798
+ "default": "2025.04",
1799
+ "hasDynamicHelp": false,
1800
+ "multiple": false,
1801
+ "type": "option"
1802
+ },
1803
+ "verify-runtime-dependencies": {
1804
+ "description": "[default: true] Return an error if checks import dependencies that are not supported by the selected runtime.",
1805
+ "env": "CHECKLY_VERIFY_RUNTIME_DEPENDENCIES",
1806
+ "name": "verify-runtime-dependencies",
1807
+ "allowNo": true,
1808
+ "type": "boolean"
1809
+ },
1810
+ "emulate-pw-test": {
1811
+ "description": "Pretend to be the pw-test command. Affects validation.",
1812
+ "env": "CHECKLY_EMULATE_PW_TEST",
1813
+ "name": "emulate-pw-test",
1814
+ "allowNo": false,
1815
+ "type": "boolean"
1816
+ },
1817
+ "include": {
1818
+ "description": "File patterns to include when bundling the test project (e.g., \"utils/**/*\").",
1819
+ "name": "include",
1820
+ "default": [],
1821
+ "hasDynamicHelp": false,
1822
+ "multiple": true,
1823
+ "type": "option"
1824
+ },
1825
+ "inject-private-location": {
1826
+ "description": "Pretend that the given private location exists (e.g., \"70c4ded4-2229-45a7-acf4-6b1eb56a86df:my-external-private-location\").",
1827
+ "name": "inject-private-location",
1828
+ "default": [],
1829
+ "delimiter": ",",
1830
+ "hasDynamicHelp": false,
1831
+ "multiple": true,
1832
+ "type": "option"
1833
+ },
1834
+ "stats": {
1835
+ "description": "Print parse/bundle/synthesize timing and heap usage to stderr. Run with NODE_OPTIONS=--expose-gc to also report the retained (post-GC) heap.",
1836
+ "name": "stats",
1837
+ "allowNo": false,
1838
+ "type": "boolean"
1839
+ }
1840
+ },
1841
+ "hasDynamicHelp": false,
1842
+ "hidden": true,
1843
+ "hiddenAliases": [],
1844
+ "id": "debug:parse-project",
1845
+ "pluginAlias": "checkly",
1846
+ "pluginName": "checkly",
1847
+ "pluginType": "core",
1848
+ "strict": true,
1849
+ "enableJsonFlag": false,
1850
+ "isESM": true,
1851
+ "relativePath": [
1852
+ "dist",
1853
+ "commands",
1854
+ "debug",
1855
+ "parse-project.js"
1856
+ ]
1857
+ },
1696
1858
  "checks:delete": {
1697
1859
  "aliases": [],
1698
1860
  "args": {
@@ -2132,227 +2294,65 @@
2132
2294
  "description": "Filter checks by name (case-insensitive).",
2133
2295
  "name": "search",
2134
2296
  "hasDynamicHelp": false,
2135
- "multiple": false,
2136
- "type": "option"
2137
- },
2138
- "type": {
2139
- "description": "Filter by check type.",
2140
- "name": "type",
2141
- "hasDynamicHelp": false,
2142
- "multiple": false,
2143
- "options": [
2144
- "API",
2145
- "BROWSER",
2146
- "HEARTBEAT",
2147
- "MULTI_STEP",
2148
- "PLAYWRIGHT",
2149
- "TCP",
2150
- "ICMP",
2151
- "DNS",
2152
- "URL",
2153
- "GRPC",
2154
- "SSL",
2155
- "TRACEROUTE",
2156
- "AGENTIC"
2157
- ],
2158
- "type": "option"
2159
- },
2160
- "output": {
2161
- "char": "o",
2162
- "description": "Output format.",
2163
- "name": "output",
2164
- "default": "table",
2165
- "hasDynamicHelp": false,
2166
- "multiple": false,
2167
- "options": [
2168
- "table",
2169
- "json",
2170
- "md"
2171
- ],
2172
- "type": "option"
2173
- }
2174
- },
2175
- "hasDynamicHelp": false,
2176
- "hidden": false,
2177
- "hiddenAliases": [],
2178
- "id": "checks:stats",
2179
- "pluginAlias": "checkly",
2180
- "pluginName": "checkly",
2181
- "pluginType": "core",
2182
- "strict": false,
2183
- "enableJsonFlag": false,
2184
- "coreCommand": false,
2185
- "readOnly": true,
2186
- "destructive": false,
2187
- "idempotent": true,
2188
- "isESM": true,
2189
- "relativePath": [
2190
- "dist",
2191
- "commands",
2192
- "checks",
2193
- "stats.js"
2194
- ]
2195
- },
2196
- "debug:parse-file": {
2197
- "aliases": [],
2198
- "args": {},
2199
- "description": "Parses and outputs relevant details of a code file.",
2200
- "flags": {
2201
- "file": {
2202
- "name": "file",
2203
- "required": true,
2204
- "hasDynamicHelp": false,
2205
- "multiple": false,
2206
- "type": "option"
2207
- },
2208
- "restricted": {
2209
- "name": "restricted",
2210
- "allowNo": false,
2211
- "type": "boolean"
2212
- },
2213
- "detect-workspace": {
2214
- "name": "detect-workspace",
2215
- "allowNo": true,
2216
- "type": "boolean"
2217
- },
2218
- "supported-module": {
2219
- "name": "supported-module",
2220
- "default": [],
2221
- "delimiter": ",",
2222
- "hasDynamicHelp": false,
2223
- "multiple": true,
2224
- "type": "option"
2225
- },
2226
- "check-unsupported-modules": {
2227
- "name": "check-unsupported-modules",
2228
- "allowNo": false,
2229
- "type": "boolean"
2230
- }
2231
- },
2232
- "hasDynamicHelp": false,
2233
- "hidden": true,
2234
- "hiddenAliases": [],
2235
- "id": "debug:parse-file",
2236
- "pluginAlias": "checkly",
2237
- "pluginName": "checkly",
2238
- "pluginType": "core",
2239
- "strict": true,
2240
- "enableJsonFlag": false,
2241
- "isESM": true,
2242
- "relativePath": [
2243
- "dist",
2244
- "commands",
2245
- "debug",
2246
- "parse-file.js"
2247
- ]
2248
- },
2249
- "debug:parse-playwright-config": {
2250
- "aliases": [],
2251
- "args": {},
2252
- "description": "Parses and outputs relevant details of a Playwright configuration file.",
2253
- "flags": {
2254
- "file": {
2255
- "env": "CHECKLY_PLAYWRIGHT_CONFIG_FILE",
2256
- "name": "file",
2257
- "default": "/home/runner/work/checkly-cli/checkly-cli/packages/cli/playwright.config.ts",
2258
- "hasDynamicHelp": false,
2259
- "multiple": false,
2260
- "type": "option"
2261
- }
2262
- },
2263
- "hasDynamicHelp": false,
2264
- "hidden": true,
2265
- "hiddenAliases": [],
2266
- "id": "debug:parse-playwright-config",
2267
- "pluginAlias": "checkly",
2268
- "pluginName": "checkly",
2269
- "pluginType": "core",
2270
- "strict": true,
2271
- "enableJsonFlag": false,
2272
- "isESM": true,
2273
- "relativePath": [
2274
- "dist",
2275
- "commands",
2276
- "debug",
2277
- "parse-playwright-config.js"
2278
- ]
2279
- },
2280
- "debug:parse-project": {
2281
- "aliases": [],
2282
- "args": {},
2283
- "description": "Parses a Checkly project.",
2284
- "flags": {
2285
- "config": {
2286
- "char": "c",
2287
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2288
- "env": "CHECKLY_CONFIG_FILE",
2289
- "name": "config",
2290
- "hasDynamicHelp": false,
2291
- "multiple": false,
2292
- "type": "option"
2293
- },
2294
- "default-runtime": {
2295
- "description": "The default runtime to use if none is specified.",
2296
- "env": "CHECKLY_DEFAULT_RUNTIME",
2297
- "name": "default-runtime",
2298
- "default": "2025.04",
2299
- "hasDynamicHelp": false,
2300
- "multiple": false,
2301
- "type": "option"
2302
- },
2303
- "verify-runtime-dependencies": {
2304
- "description": "[default: true] Return an error if checks import dependencies that are not supported by the selected runtime.",
2305
- "env": "CHECKLY_VERIFY_RUNTIME_DEPENDENCIES",
2306
- "name": "verify-runtime-dependencies",
2307
- "allowNo": true,
2308
- "type": "boolean"
2309
- },
2310
- "emulate-pw-test": {
2311
- "description": "Pretend to be the pw-test command. Affects validation.",
2312
- "env": "CHECKLY_EMULATE_PW_TEST",
2313
- "name": "emulate-pw-test",
2314
- "allowNo": false,
2315
- "type": "boolean"
2316
- },
2317
- "include": {
2318
- "description": "File patterns to include when bundling the test project (e.g., \"utils/**/*\").",
2319
- "name": "include",
2320
- "default": [],
2321
- "hasDynamicHelp": false,
2322
- "multiple": true,
2297
+ "multiple": false,
2323
2298
  "type": "option"
2324
2299
  },
2325
- "inject-private-location": {
2326
- "description": "Pretend that the given private location exists (e.g., \"70c4ded4-2229-45a7-acf4-6b1eb56a86df:my-external-private-location\").",
2327
- "name": "inject-private-location",
2328
- "default": [],
2329
- "delimiter": ",",
2300
+ "type": {
2301
+ "description": "Filter by check type.",
2302
+ "name": "type",
2330
2303
  "hasDynamicHelp": false,
2331
- "multiple": true,
2304
+ "multiple": false,
2305
+ "options": [
2306
+ "API",
2307
+ "BROWSER",
2308
+ "HEARTBEAT",
2309
+ "MULTI_STEP",
2310
+ "PLAYWRIGHT",
2311
+ "TCP",
2312
+ "ICMP",
2313
+ "DNS",
2314
+ "URL",
2315
+ "GRPC",
2316
+ "SSL",
2317
+ "TRACEROUTE",
2318
+ "AGENTIC"
2319
+ ],
2332
2320
  "type": "option"
2333
2321
  },
2334
- "stats": {
2335
- "description": "Print parse/bundle/synthesize timing and heap usage to stderr. Run with NODE_OPTIONS=--expose-gc to also report the retained (post-GC) heap.",
2336
- "name": "stats",
2337
- "allowNo": false,
2338
- "type": "boolean"
2322
+ "output": {
2323
+ "char": "o",
2324
+ "description": "Output format.",
2325
+ "name": "output",
2326
+ "default": "table",
2327
+ "hasDynamicHelp": false,
2328
+ "multiple": false,
2329
+ "options": [
2330
+ "table",
2331
+ "json",
2332
+ "md"
2333
+ ],
2334
+ "type": "option"
2339
2335
  }
2340
2336
  },
2341
2337
  "hasDynamicHelp": false,
2342
- "hidden": true,
2338
+ "hidden": false,
2343
2339
  "hiddenAliases": [],
2344
- "id": "debug:parse-project",
2340
+ "id": "checks:stats",
2345
2341
  "pluginAlias": "checkly",
2346
2342
  "pluginName": "checkly",
2347
2343
  "pluginType": "core",
2348
- "strict": true,
2344
+ "strict": false,
2349
2345
  "enableJsonFlag": false,
2346
+ "coreCommand": false,
2347
+ "readOnly": true,
2348
+ "destructive": false,
2349
+ "idempotent": true,
2350
2350
  "isESM": true,
2351
2351
  "relativePath": [
2352
2352
  "dist",
2353
2353
  "commands",
2354
- "debug",
2355
- "parse-project.js"
2354
+ "checks",
2355
+ "stats.js"
2356
2356
  ]
2357
2357
  },
2358
2358
  "env:add": {
@@ -3449,105 +3449,6 @@
3449
3449
  "run.js"
3450
3450
  ]
3451
3451
  },
3452
- "skills": {
3453
- "aliases": [],
3454
- "args": {
3455
- "action": {
3456
- "description": "Action to open. Available actions are listed below.",
3457
- "name": "action",
3458
- "required": false
3459
- },
3460
- "reference": {
3461
- "description": "Reference to open for the selected action. Available references are listed below.",
3462
- "name": "reference",
3463
- "required": false
3464
- }
3465
- },
3466
- "description": "Show Checkly AI skills, actions and their references.\n\nRun `checkly skills` to print the full catalog, `checkly skills <action>` for an action guide, or `checkly skills <action> <reference>` for a specific reference.\n\nAvailable actions and references:\n checkly skills\n |- initialize\n |- configure\n | |- agentic-checks\n | |- api-checks\n | |- browser-checks\n | |- playwright-checks\n | |- multistep-checks\n | |- tcp-monitors\n | |- url-monitors\n | |- dns-monitors\n | |- icmp-monitors\n | |- grpc-monitors\n | |- ssl-monitors\n | |- traceroute-monitors\n | |- heartbeat-monitors\n | |- check-groups\n | |- alert-channels\n | |- supporting-constructs\n | |- environment\n |- investigate\n | |- checks\n | |- alerting\n | |- test-sessions\n |- communicate\n | |- incidents\n |- manage\n | |- plan\n | |- account-members\n\nUse `checkly skills <action>` or `checkly skills <action> <reference>` to open the detailed guidance.",
3467
- "examples": [
3468
- "checkly skills",
3469
- "checkly skills configure",
3470
- "checkly skills configure api-checks",
3471
- "checkly skills investigate alerting"
3472
- ],
3473
- "flags": {},
3474
- "hasDynamicHelp": false,
3475
- "hidden": false,
3476
- "hiddenAliases": [],
3477
- "id": "skills",
3478
- "pluginAlias": "checkly",
3479
- "pluginName": "checkly",
3480
- "pluginType": "core",
3481
- "strict": true,
3482
- "enableJsonFlag": false,
3483
- "coreCommand": false,
3484
- "readOnly": true,
3485
- "destructive": false,
3486
- "idempotent": true,
3487
- "isESM": true,
3488
- "relativePath": [
3489
- "dist",
3490
- "commands",
3491
- "skills",
3492
- "index.js"
3493
- ]
3494
- },
3495
- "skills:install": {
3496
- "aliases": [],
3497
- "args": {},
3498
- "description": "Install the Checkly agent skill (SKILL.md) into your project.",
3499
- "flags": {
3500
- "target": {
3501
- "char": "t",
3502
- "description": "Platform to install the skill for (amp, claude, cline, codex, continue, cursor, gemini-cli, github-copilot, goose, opencode, roo, windsurf).",
3503
- "exclusive": [
3504
- "path"
3505
- ],
3506
- "name": "target",
3507
- "hasDynamicHelp": false,
3508
- "multiple": false,
3509
- "type": "option"
3510
- },
3511
- "path": {
3512
- "char": "p",
3513
- "description": "Custom target directory to install the skill into.",
3514
- "exclusive": [
3515
- "target"
3516
- ],
3517
- "name": "path",
3518
- "hasDynamicHelp": false,
3519
- "multiple": false,
3520
- "type": "option"
3521
- },
3522
- "force": {
3523
- "char": "f",
3524
- "description": "Overwrite existing SKILL.md without confirmation.",
3525
- "name": "force",
3526
- "allowNo": false,
3527
- "type": "boolean"
3528
- }
3529
- },
3530
- "hasDynamicHelp": false,
3531
- "hidden": false,
3532
- "hiddenAliases": [],
3533
- "id": "skills:install",
3534
- "pluginAlias": "checkly",
3535
- "pluginName": "checkly",
3536
- "pluginType": "core",
3537
- "strict": true,
3538
- "enableJsonFlag": false,
3539
- "coreCommand": false,
3540
- "readOnly": false,
3541
- "destructive": false,
3542
- "idempotent": true,
3543
- "isESM": true,
3544
- "relativePath": [
3545
- "dist",
3546
- "commands",
3547
- "skills",
3548
- "install.js"
3549
- ]
3550
- },
3551
3452
  "status-pages:get": {
3552
3453
  "aliases": [],
3553
3454
  "args": {
@@ -3658,6 +3559,105 @@
3658
3559
  "list.js"
3659
3560
  ]
3660
3561
  },
3562
+ "skills": {
3563
+ "aliases": [],
3564
+ "args": {
3565
+ "action": {
3566
+ "description": "Action to open. Available actions are listed below.",
3567
+ "name": "action",
3568
+ "required": false
3569
+ },
3570
+ "reference": {
3571
+ "description": "Reference to open for the selected action. Available references are listed below.",
3572
+ "name": "reference",
3573
+ "required": false
3574
+ }
3575
+ },
3576
+ "description": "Show Checkly AI skills, actions and their references.\n\nRun `checkly skills` to print the full catalog, `checkly skills <action>` for an action guide, or `checkly skills <action> <reference>` for a specific reference.\n\nAvailable actions and references:\n checkly skills\n |- initialize\n |- configure\n | |- agentic-checks\n | |- api-checks\n | |- browser-checks\n | |- playwright-checks\n | |- multistep-checks\n | |- tcp-monitors\n | |- url-monitors\n | |- dns-monitors\n | |- icmp-monitors\n | |- grpc-monitors\n | |- ssl-monitors\n | |- traceroute-monitors\n | |- heartbeat-monitors\n | |- check-groups\n | |- alert-channels\n | |- supporting-constructs\n | |- environment\n |- investigate\n | |- checks\n | |- alerting\n | |- test-sessions\n |- communicate\n | |- incidents\n |- manage\n | |- plan\n | |- account-members\n\nUse `checkly skills <action>` or `checkly skills <action> <reference>` to open the detailed guidance.",
3577
+ "examples": [
3578
+ "checkly skills",
3579
+ "checkly skills configure",
3580
+ "checkly skills configure api-checks",
3581
+ "checkly skills investigate alerting"
3582
+ ],
3583
+ "flags": {},
3584
+ "hasDynamicHelp": false,
3585
+ "hidden": false,
3586
+ "hiddenAliases": [],
3587
+ "id": "skills",
3588
+ "pluginAlias": "checkly",
3589
+ "pluginName": "checkly",
3590
+ "pluginType": "core",
3591
+ "strict": true,
3592
+ "enableJsonFlag": false,
3593
+ "coreCommand": false,
3594
+ "readOnly": true,
3595
+ "destructive": false,
3596
+ "idempotent": true,
3597
+ "isESM": true,
3598
+ "relativePath": [
3599
+ "dist",
3600
+ "commands",
3601
+ "skills",
3602
+ "index.js"
3603
+ ]
3604
+ },
3605
+ "skills:install": {
3606
+ "aliases": [],
3607
+ "args": {},
3608
+ "description": "Install the Checkly agent skill (SKILL.md) into your project.",
3609
+ "flags": {
3610
+ "target": {
3611
+ "char": "t",
3612
+ "description": "Platform to install the skill for (amp, claude, cline, codex, continue, cursor, gemini-cli, github-copilot, goose, opencode, roo, windsurf).",
3613
+ "exclusive": [
3614
+ "path"
3615
+ ],
3616
+ "name": "target",
3617
+ "hasDynamicHelp": false,
3618
+ "multiple": false,
3619
+ "type": "option"
3620
+ },
3621
+ "path": {
3622
+ "char": "p",
3623
+ "description": "Custom target directory to install the skill into.",
3624
+ "exclusive": [
3625
+ "target"
3626
+ ],
3627
+ "name": "path",
3628
+ "hasDynamicHelp": false,
3629
+ "multiple": false,
3630
+ "type": "option"
3631
+ },
3632
+ "force": {
3633
+ "char": "f",
3634
+ "description": "Overwrite existing SKILL.md without confirmation.",
3635
+ "name": "force",
3636
+ "allowNo": false,
3637
+ "type": "boolean"
3638
+ }
3639
+ },
3640
+ "hasDynamicHelp": false,
3641
+ "hidden": false,
3642
+ "hiddenAliases": [],
3643
+ "id": "skills:install",
3644
+ "pluginAlias": "checkly",
3645
+ "pluginName": "checkly",
3646
+ "pluginType": "core",
3647
+ "strict": true,
3648
+ "enableJsonFlag": false,
3649
+ "coreCommand": false,
3650
+ "readOnly": false,
3651
+ "destructive": false,
3652
+ "idempotent": true,
3653
+ "isESM": true,
3654
+ "relativePath": [
3655
+ "dist",
3656
+ "commands",
3657
+ "skills",
3658
+ "install.js"
3659
+ ]
3660
+ },
3661
3661
  "test-sessions:get": {
3662
3662
  "aliases": [],
3663
3663
  "args": {
@@ -3866,5 +3866,5 @@
3866
3866
  ]
3867
3867
  }
3868
3868
  },
3869
- "version": "8.18.0-prerelease-770284c"
3869
+ "version": "8.18.0"
3870
3870
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checkly",
3
- "version": "8.18.0-prerelease-770284c",
3
+ "version": "8.18.0",
4
4
  "type": "module",
5
5
  "description": "Checkly CLI",
6
6
  "main": "dist/index.js",