Skip to content

Commit 04eb4bc

Browse files
committed
Updated docs version
1 parent cca0278 commit 04eb4bc

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

docs/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@docusaurus/core": "^3.8.1",
1919
"@docusaurus/preset-classic": "^3.8.1",
20-
"@jetstreamapp/soql-parser-js": "^6.2.2",
20+
"@jetstreamapp/soql-parser-js": "^6.3.0",
2121
"@mdx-js/react": "^3.1.0",
2222
"clsx": "^2.1.1",
2323
"prism-react-renderer": "^2.4.1",

docs/static/sample-queries-json.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,6 @@
127127
"SELECT Id FROM Account WHERE NOT (NOT Invoice_Type__c LIKE '%Usage%')",
128128
"SELECT Id FROM Account WHERE (NOT Invoice_Type__c LIKE '%Usage%')",
129129
"SELECT Id, City FROM Lead WHERE NOT ((NOT (City LIKE '%LHR%')) AND City LIKE '%KHR%')",
130-
"SELECT Name FROM Invoice__c WHERE Balance__c < USD-500"
130+
"SELECT Name FROM Invoice__c WHERE Balance__c < USD-500",
131+
"SELECT Name, Id FROM Contact USING SCOPE mru ORDER BY Name ASC"
131132
]

0 commit comments

Comments
 (0)