checkly 8.13.0-prerelease-07b14d6 → 8.13.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 +163 -163
  2. package/package.json +1 -1
@@ -1687,6 +1687,168 @@
1687
1687
  "list.js"
1688
1688
  ]
1689
1689
  },
1690
+ "debug:parse-file": {
1691
+ "aliases": [],
1692
+ "args": {},
1693
+ "description": "Parses and outputs relevant details of a code file.",
1694
+ "flags": {
1695
+ "file": {
1696
+ "name": "file",
1697
+ "required": true,
1698
+ "hasDynamicHelp": false,
1699
+ "multiple": false,
1700
+ "type": "option"
1701
+ },
1702
+ "restricted": {
1703
+ "name": "restricted",
1704
+ "allowNo": false,
1705
+ "type": "boolean"
1706
+ },
1707
+ "detect-workspace": {
1708
+ "name": "detect-workspace",
1709
+ "allowNo": true,
1710
+ "type": "boolean"
1711
+ },
1712
+ "supported-module": {
1713
+ "name": "supported-module",
1714
+ "default": [],
1715
+ "delimiter": ",",
1716
+ "hasDynamicHelp": false,
1717
+ "multiple": true,
1718
+ "type": "option"
1719
+ },
1720
+ "check-unsupported-modules": {
1721
+ "name": "check-unsupported-modules",
1722
+ "allowNo": false,
1723
+ "type": "boolean"
1724
+ }
1725
+ },
1726
+ "hasDynamicHelp": false,
1727
+ "hidden": true,
1728
+ "hiddenAliases": [],
1729
+ "id": "debug:parse-file",
1730
+ "pluginAlias": "checkly",
1731
+ "pluginName": "checkly",
1732
+ "pluginType": "core",
1733
+ "strict": true,
1734
+ "enableJsonFlag": false,
1735
+ "isESM": true,
1736
+ "relativePath": [
1737
+ "dist",
1738
+ "commands",
1739
+ "debug",
1740
+ "parse-file.js"
1741
+ ]
1742
+ },
1743
+ "debug:parse-playwright-config": {
1744
+ "aliases": [],
1745
+ "args": {},
1746
+ "description": "Parses and outputs relevant details of a Playwright configuration file.",
1747
+ "flags": {
1748
+ "file": {
1749
+ "env": "CHECKLY_PLAYWRIGHT_CONFIG_FILE",
1750
+ "name": "file",
1751
+ "default": "/home/runner/work/checkly-cli/checkly-cli/packages/cli/playwright.config.ts",
1752
+ "hasDynamicHelp": false,
1753
+ "multiple": false,
1754
+ "type": "option"
1755
+ }
1756
+ },
1757
+ "hasDynamicHelp": false,
1758
+ "hidden": true,
1759
+ "hiddenAliases": [],
1760
+ "id": "debug:parse-playwright-config",
1761
+ "pluginAlias": "checkly",
1762
+ "pluginName": "checkly",
1763
+ "pluginType": "core",
1764
+ "strict": true,
1765
+ "enableJsonFlag": false,
1766
+ "isESM": true,
1767
+ "relativePath": [
1768
+ "dist",
1769
+ "commands",
1770
+ "debug",
1771
+ "parse-playwright-config.js"
1772
+ ]
1773
+ },
1774
+ "debug:parse-project": {
1775
+ "aliases": [],
1776
+ "args": {},
1777
+ "description": "Parses a Checkly project.",
1778
+ "flags": {
1779
+ "config": {
1780
+ "char": "c",
1781
+ "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
1782
+ "env": "CHECKLY_CONFIG_FILE",
1783
+ "name": "config",
1784
+ "hasDynamicHelp": false,
1785
+ "multiple": false,
1786
+ "type": "option"
1787
+ },
1788
+ "default-runtime": {
1789
+ "description": "The default runtime to use if none is specified.",
1790
+ "env": "CHECKLY_DEFAULT_RUNTIME",
1791
+ "name": "default-runtime",
1792
+ "default": "2025.04",
1793
+ "hasDynamicHelp": false,
1794
+ "multiple": false,
1795
+ "type": "option"
1796
+ },
1797
+ "verify-runtime-dependencies": {
1798
+ "description": "[default: true] Return an error if checks import dependencies that are not supported by the selected runtime.",
1799
+ "env": "CHECKLY_VERIFY_RUNTIME_DEPENDENCIES",
1800
+ "name": "verify-runtime-dependencies",
1801
+ "allowNo": true,
1802
+ "type": "boolean"
1803
+ },
1804
+ "emulate-pw-test": {
1805
+ "description": "Pretend to be the pw-test command. Affects validation.",
1806
+ "env": "CHECKLY_EMULATE_PW_TEST",
1807
+ "name": "emulate-pw-test",
1808
+ "allowNo": false,
1809
+ "type": "boolean"
1810
+ },
1811
+ "include": {
1812
+ "description": "File patterns to include when bundling the test project (e.g., \"utils/**/*\").",
1813
+ "name": "include",
1814
+ "default": [],
1815
+ "hasDynamicHelp": false,
1816
+ "multiple": true,
1817
+ "type": "option"
1818
+ },
1819
+ "inject-private-location": {
1820
+ "description": "Pretend that the given private location exists (e.g., \"70c4ded4-2229-45a7-acf4-6b1eb56a86df:my-external-private-location\").",
1821
+ "name": "inject-private-location",
1822
+ "default": [],
1823
+ "delimiter": ",",
1824
+ "hasDynamicHelp": false,
1825
+ "multiple": true,
1826
+ "type": "option"
1827
+ },
1828
+ "stats": {
1829
+ "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.",
1830
+ "name": "stats",
1831
+ "allowNo": false,
1832
+ "type": "boolean"
1833
+ }
1834
+ },
1835
+ "hasDynamicHelp": false,
1836
+ "hidden": true,
1837
+ "hiddenAliases": [],
1838
+ "id": "debug:parse-project",
1839
+ "pluginAlias": "checkly",
1840
+ "pluginName": "checkly",
1841
+ "pluginType": "core",
1842
+ "strict": true,
1843
+ "enableJsonFlag": false,
1844
+ "isESM": true,
1845
+ "relativePath": [
1846
+ "dist",
1847
+ "commands",
1848
+ "debug",
1849
+ "parse-project.js"
1850
+ ]
1851
+ },
1690
1852
  "checks:delete": {
1691
1853
  "aliases": [],
1692
1854
  "args": {
@@ -2097,168 +2259,6 @@
2097
2259
  "stats.js"
2098
2260
  ]
2099
2261
  },
2100
- "debug:parse-file": {
2101
- "aliases": [],
2102
- "args": {},
2103
- "description": "Parses and outputs relevant details of a code file.",
2104
- "flags": {
2105
- "file": {
2106
- "name": "file",
2107
- "required": true,
2108
- "hasDynamicHelp": false,
2109
- "multiple": false,
2110
- "type": "option"
2111
- },
2112
- "restricted": {
2113
- "name": "restricted",
2114
- "allowNo": false,
2115
- "type": "boolean"
2116
- },
2117
- "detect-workspace": {
2118
- "name": "detect-workspace",
2119
- "allowNo": true,
2120
- "type": "boolean"
2121
- },
2122
- "supported-module": {
2123
- "name": "supported-module",
2124
- "default": [],
2125
- "delimiter": ",",
2126
- "hasDynamicHelp": false,
2127
- "multiple": true,
2128
- "type": "option"
2129
- },
2130
- "check-unsupported-modules": {
2131
- "name": "check-unsupported-modules",
2132
- "allowNo": false,
2133
- "type": "boolean"
2134
- }
2135
- },
2136
- "hasDynamicHelp": false,
2137
- "hidden": true,
2138
- "hiddenAliases": [],
2139
- "id": "debug:parse-file",
2140
- "pluginAlias": "checkly",
2141
- "pluginName": "checkly",
2142
- "pluginType": "core",
2143
- "strict": true,
2144
- "enableJsonFlag": false,
2145
- "isESM": true,
2146
- "relativePath": [
2147
- "dist",
2148
- "commands",
2149
- "debug",
2150
- "parse-file.js"
2151
- ]
2152
- },
2153
- "debug:parse-playwright-config": {
2154
- "aliases": [],
2155
- "args": {},
2156
- "description": "Parses and outputs relevant details of a Playwright configuration file.",
2157
- "flags": {
2158
- "file": {
2159
- "env": "CHECKLY_PLAYWRIGHT_CONFIG_FILE",
2160
- "name": "file",
2161
- "default": "/home/runner/work/checkly-cli/checkly-cli/packages/cli/playwright.config.ts",
2162
- "hasDynamicHelp": false,
2163
- "multiple": false,
2164
- "type": "option"
2165
- }
2166
- },
2167
- "hasDynamicHelp": false,
2168
- "hidden": true,
2169
- "hiddenAliases": [],
2170
- "id": "debug:parse-playwright-config",
2171
- "pluginAlias": "checkly",
2172
- "pluginName": "checkly",
2173
- "pluginType": "core",
2174
- "strict": true,
2175
- "enableJsonFlag": false,
2176
- "isESM": true,
2177
- "relativePath": [
2178
- "dist",
2179
- "commands",
2180
- "debug",
2181
- "parse-playwright-config.js"
2182
- ]
2183
- },
2184
- "debug:parse-project": {
2185
- "aliases": [],
2186
- "args": {},
2187
- "description": "Parses a Checkly project.",
2188
- "flags": {
2189
- "config": {
2190
- "char": "c",
2191
- "description": "The Checkly CLI configuration file. If not passed, uses the checkly.config.ts|js file in the current directory.",
2192
- "env": "CHECKLY_CONFIG_FILE",
2193
- "name": "config",
2194
- "hasDynamicHelp": false,
2195
- "multiple": false,
2196
- "type": "option"
2197
- },
2198
- "default-runtime": {
2199
- "description": "The default runtime to use if none is specified.",
2200
- "env": "CHECKLY_DEFAULT_RUNTIME",
2201
- "name": "default-runtime",
2202
- "default": "2025.04",
2203
- "hasDynamicHelp": false,
2204
- "multiple": false,
2205
- "type": "option"
2206
- },
2207
- "verify-runtime-dependencies": {
2208
- "description": "[default: true] Return an error if checks import dependencies that are not supported by the selected runtime.",
2209
- "env": "CHECKLY_VERIFY_RUNTIME_DEPENDENCIES",
2210
- "name": "verify-runtime-dependencies",
2211
- "allowNo": true,
2212
- "type": "boolean"
2213
- },
2214
- "emulate-pw-test": {
2215
- "description": "Pretend to be the pw-test command. Affects validation.",
2216
- "env": "CHECKLY_EMULATE_PW_TEST",
2217
- "name": "emulate-pw-test",
2218
- "allowNo": false,
2219
- "type": "boolean"
2220
- },
2221
- "include": {
2222
- "description": "File patterns to include when bundling the test project (e.g., \"utils/**/*\").",
2223
- "name": "include",
2224
- "default": [],
2225
- "hasDynamicHelp": false,
2226
- "multiple": true,
2227
- "type": "option"
2228
- },
2229
- "inject-private-location": {
2230
- "description": "Pretend that the given private location exists (e.g., \"70c4ded4-2229-45a7-acf4-6b1eb56a86df:my-external-private-location\").",
2231
- "name": "inject-private-location",
2232
- "default": [],
2233
- "delimiter": ",",
2234
- "hasDynamicHelp": false,
2235
- "multiple": true,
2236
- "type": "option"
2237
- },
2238
- "stats": {
2239
- "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.",
2240
- "name": "stats",
2241
- "allowNo": false,
2242
- "type": "boolean"
2243
- }
2244
- },
2245
- "hasDynamicHelp": false,
2246
- "hidden": true,
2247
- "hiddenAliases": [],
2248
- "id": "debug:parse-project",
2249
- "pluginAlias": "checkly",
2250
- "pluginName": "checkly",
2251
- "pluginType": "core",
2252
- "strict": true,
2253
- "enableJsonFlag": false,
2254
- "isESM": true,
2255
- "relativePath": [
2256
- "dist",
2257
- "commands",
2258
- "debug",
2259
- "parse-project.js"
2260
- ]
2261
- },
2262
2262
  "env:add": {
2263
2263
  "aliases": [],
2264
2264
  "args": {
@@ -3717,5 +3717,5 @@
3717
3717
  ]
3718
3718
  }
3719
3719
  },
3720
- "version": "8.13.0-prerelease-07b14d6"
3720
+ "version": "8.13.0"
3721
3721
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checkly",
3
- "version": "8.13.0-prerelease-07b14d6",
3
+ "version": "8.13.0",
4
4
  "type": "module",
5
5
  "description": "Checkly CLI",
6
6
  "main": "dist/index.js",