checkly 8.23.2 → 9.0.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.
- package/dist/ai-context/skills-command/references/configure-supporting-constructs.md +44 -0
- package/dist/ai-context/skills-command/references/initialize.md +1 -1
- package/dist/commands/deploy.js +3 -1
- package/dist/commands/deploy.js.map +1 -1
- package/dist/commands/import/plan.js +10 -0
- package/dist/commands/import/plan.js.map +1 -1
- package/dist/constructs/construct-codegen.d.ts +5 -1
- package/dist/constructs/construct-codegen.js +11 -0
- package/dist/constructs/construct-codegen.js.map +1 -1
- package/dist/constructs/index.d.ts +3 -0
- package/dist/constructs/index.js +3 -0
- package/dist/constructs/index.js.map +1 -1
- package/dist/constructs/internal/codegen/context.d.ts +8 -0
- package/dist/constructs/internal/codegen/context.js +58 -0
- package/dist/constructs/internal/codegen/context.js.map +1 -1
- package/dist/constructs/project-bundle.js +5 -0
- package/dist/constructs/project-bundle.js.map +1 -1
- package/dist/constructs/project.d.ts +4 -2
- package/dist/constructs/project.js +2 -0
- package/dist/constructs/project.js.map +1 -1
- package/dist/constructs/status-page-codegen.d.ts +8 -1
- package/dist/constructs/status-page-codegen.js +21 -0
- package/dist/constructs/status-page-codegen.js.map +1 -1
- package/dist/constructs/status-page-service.d.ts +9 -1
- package/dist/constructs/status-page-service.js +9 -1
- package/dist/constructs/status-page-service.js.map +1 -1
- package/dist/constructs/status-page-v3-automation-rule-codegen.d.ts +22 -0
- package/dist/constructs/status-page-v3-automation-rule-codegen.js +51 -0
- package/dist/constructs/status-page-v3-automation-rule-codegen.js.map +1 -0
- package/dist/constructs/status-page-v3-automation-rule.d.ts +90 -0
- package/dist/constructs/status-page-v3-automation-rule.js +87 -0
- package/dist/constructs/status-page-v3-automation-rule.js.map +1 -0
- package/dist/constructs/status-page-v3-codegen.d.ts +36 -0
- package/dist/constructs/status-page-v3-codegen.js +100 -0
- package/dist/constructs/status-page-v3-codegen.js.map +1 -0
- package/dist/constructs/status-page-v3-component-codegen.d.ts +24 -0
- package/dist/constructs/status-page-v3-component-codegen.js +74 -0
- package/dist/constructs/status-page-v3-component-codegen.js.map +1 -0
- package/dist/constructs/status-page-v3-component.d.ts +78 -0
- package/dist/constructs/status-page-v3-component.js +105 -0
- package/dist/constructs/status-page-v3-component.js.map +1 -0
- package/dist/constructs/status-page-v3.d.ts +118 -0
- package/dist/constructs/status-page-v3.js +112 -0
- package/dist/constructs/status-page-v3.js.map +1 -0
- package/dist/constructs/status-page.d.ts +12 -1
- package/dist/constructs/status-page.js +18 -1
- package/dist/constructs/status-page.js.map +1 -1
- package/dist/rest/projects.d.ts +11 -1
- package/dist/rest/projects.js.map +1 -1
- package/dist/services/check-parser/lockfile-pruner.js +3 -3
- package/dist/services/check-parser/lockfile-pruner.js.map +1 -1
- package/dist/services/check-parser/package-files/package-manager.js +23 -15
- package/dist/services/check-parser/package-files/package-manager.js.map +1 -1
- package/oclif.manifest.json +410 -410
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "checkly",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Checkly CLI",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"./util": "./dist/util/index.js"
|
|
13
13
|
},
|
|
14
14
|
"engines": {
|
|
15
|
-
"node": "
|
|
15
|
+
"node": ">=22.13.0"
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
@@ -97,20 +97,20 @@
|
|
|
97
97
|
"homepage": "https://github.com/checkly/checkly-cli#readme",
|
|
98
98
|
"dependencies": {
|
|
99
99
|
"@oclif/core": "^4.14.0",
|
|
100
|
-
"@oclif/plugin-help": "^6.
|
|
101
|
-
"@oclif/plugin-warn-if-update-available": "^3.
|
|
102
|
-
"@typescript-eslint/typescript-estree": "^8.
|
|
100
|
+
"@oclif/plugin-help": "^6.3.0",
|
|
101
|
+
"@oclif/plugin-warn-if-update-available": "^3.2.0",
|
|
102
|
+
"@typescript-eslint/typescript-estree": "^8.68.0",
|
|
103
103
|
"acorn": "^8.18.0",
|
|
104
104
|
"acorn-walk": "^8.3.5",
|
|
105
105
|
"archiver": "^8.0.0",
|
|
106
106
|
"ast-types": "^0.16.1",
|
|
107
|
-
"axios": "^1.
|
|
108
|
-
"chalk": "^
|
|
107
|
+
"axios": "^1.20.0",
|
|
108
|
+
"chalk": "^6.0.0",
|
|
109
109
|
"ci-info": "^4.4.0",
|
|
110
110
|
"conf": "^15.1.0",
|
|
111
111
|
"debug": "^4.4.3",
|
|
112
112
|
"dotenv": "^17.4.2",
|
|
113
|
-
"execa": "^
|
|
113
|
+
"execa": "^10.0.1",
|
|
114
114
|
"git-repo-info": "^2.1.1",
|
|
115
115
|
"glob": "^13.0.6",
|
|
116
116
|
"http-proxy-agent": "^9.1.0",
|
|
@@ -124,11 +124,11 @@
|
|
|
124
124
|
"luxon": "^3.7.2",
|
|
125
125
|
"minimatch": "^10.2.6",
|
|
126
126
|
"mqtt": "^5.15.2",
|
|
127
|
-
"open": "^11.0.
|
|
127
|
+
"open": "^11.0.2",
|
|
128
128
|
"p-queue": "^9.3.3",
|
|
129
129
|
"prompts": "^2.4.2",
|
|
130
130
|
"proxy-from-env": "^2.1.0",
|
|
131
|
-
"recast": "^0.
|
|
131
|
+
"recast": "^0.24.0",
|
|
132
132
|
"semver": "^7.8.5",
|
|
133
133
|
"socks-proxy-agent": "^10.1.0",
|
|
134
134
|
"string-width": "^8.2.2",
|
|
@@ -146,8 +146,8 @@
|
|
|
146
146
|
"@types/ws": "^8.5.5",
|
|
147
147
|
"config": "^5.0.1",
|
|
148
148
|
"cross-env": "^10.1.0",
|
|
149
|
-
"nanoid": "^
|
|
150
|
-
"oclif": "^4.
|
|
149
|
+
"nanoid": "^6.0.1",
|
|
150
|
+
"oclif": "^4.24.0",
|
|
151
151
|
"rimraf": "^6.1.3",
|
|
152
152
|
"tar": "^7.5.22",
|
|
153
153
|
"typescript": "^6.0.3",
|