Skip to content

Commit

Permalink
Merge pull request #116 from mkslanc/yaml-service-api-fix
Browse files Browse the repository at this point in the history
Fix YAML schema request call
  • Loading branch information
mkslanc committed Apr 15, 2024
2 parents f52b839 + dc9cf80 commit f14e4fb
Show file tree
Hide file tree
Showing 11 changed files with 528 additions and 159 deletions.
413 changes: 384 additions & 29 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ace-linters-root",
"version": "1.1.2",
"version": "1.1.3",
"scripts": {
"build:ace-linters": "cd packages/ace-linters && npm run build",
"build:ace-sql-linter": "cd packages/ace-sql-linter && npm run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/ace-linters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ace-linters",
"author": "Azat Alimov <mkslanc@gmail.com>",
"version": "1.1.2",
"version": "1.1.3",
"scripts": {
"clean": "rimraf build",
"prebuild": "node prebuild.js",
Expand Down
76 changes: 38 additions & 38 deletions packages/ace-linters/src/services/javascript/lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f14e4fb

Please sign in to comment.