Skip to content

Commit

Permalink
Updated docs version
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Jan 19, 2024
1 parent fa61ad6 commit 56924e3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 21 deletions.
34 changes: 15 additions & 19 deletions docs/package-lock.json

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

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"soql-parser-js": "^5.0.1"
"soql-parser-js": "^5.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.4.1",
Expand Down
3 changes: 2 additions & 1 deletion docs/static/sample-queries-json.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,6 @@
"SELECT Id FROM Account WITH SYSTEM_MODE",
"SELECT Id, BillingCity FROM Account WHERE NOT (NOT BillingCity LIKE '%123%')",
"SELECT Id FROM Account WHERE NOT (NOT Invoice_Type__c LIKE '%Usage%')",
"SELECT Id FROM Account WHERE (NOT Invoice_Type__c LIKE '%Usage%')"
"SELECT Id FROM Account WHERE (NOT Invoice_Type__c LIKE '%Usage%')",
"SELECT Id, City FROM Lead WHERE NOT ((NOT (City LIKE '%LHR%')) AND City LIKE '%KHR%')"
]

0 comments on commit 56924e3

Please sign in to comment.