Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change versions and added console
  • Loading branch information
SB-ChetanKorde committed Mar 5, 2026
commit f9ea4cd5bfc164d3599f1882567d03482c93623f
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/spectral-cli",
"version": "6.15.0-beta-0.5",
"version": "6.15.0-beta-0.7",
"homepage": "https://github.com/stoplightio/spectral",
"bugs": "https://github.com/stoplightio/spectral/issues",
"author": "Stoplight <support@stoplight.io>",
Expand Down Expand Up @@ -36,13 +36,13 @@
"dependencies": {
"@stoplight/json": "~3.21.0",
"@stoplight/path": "1.3.2",
"@stoplight/spectral-core": "1.21.0-beta-0.6",
"@stoplight/spectral-core": "1.21.0-beta-0.7",
"@stoplight/spectral-formatters": "^1.4.1",
"@stoplight/spectral-parsers": "^1.0.4",
"@stoplight/spectral-ref-resolver": "^1.0.4",
"@stoplight/spectral-ruleset-bundler": "^1.6.0",
"@stoplight/spectral-ruleset-migrator": "^1.11.0",
"@stoplight/spectral-rulesets": "1.22.0-beta-0.6",
"@stoplight/spectral-rulesets": "1.22.0-beta-0.7",
"@stoplight/spectral-runtime": "^1.1.2",
"@stoplight/types": "^13.6.0",
"chalk": "4.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/spectral-core",
"version": "1.21.0-beta-0.6",
"version": "1.21.0-beta-0.7",
"sideEffects": false,
"homepage": "https://github.com/stoplightio/spectral",
"bugs": "https://github.com/stoplightio/spectral/issues",
Expand Down Expand Up @@ -34,10 +34,10 @@
"node": "^16.20 || ^18.18 || >= 20.17"
},
"resolutions": {
"@stoplight/spectral-rulesets": "1.22.0-beta-0.5"
"@stoplight/spectral-rulesets": "1.22.0-beta-0.7"
},
"overrides": {
"@stoplight/spectral-rulesets": "1.22.0-beta-0.5"
"@stoplight/spectral-rulesets": "1.22.0-beta-0.7"
},
"dependencies": {
"@stoplight/better-ajv-errors": "1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/rulesets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/spectral-rulesets",
"version": "1.22.0-beta-0.5",
"version": "1.22.0-beta-0.7",
"homepage": "https://github.com/stoplightio/spectral",
"bugs": "https://github.com/stoplightio/spectral/issues",
"author": "Stoplight <support@stoplight.io>",
Expand All @@ -21,7 +21,7 @@
"@asyncapi/specs": "^6.8.0",
"@stoplight/better-ajv-errors": "1.0.3",
"@stoplight/json": "^3.17.0",
"@stoplight/spectral-core": "1.21.0-beta-0.6",
"@stoplight/spectral-core": "1.21.0-beta-0.7",
"@stoplight/spectral-formats": "^1.8.1",
"@stoplight/spectral-functions": "^1.9.1",
"@stoplight/spectral-runtime": "^1.1.2",
Expand Down