Skip to content

Commit f9c1e7a

Browse files
committed
Updated docs version
1 parent 1a327a3 commit f9c1e7a

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@docusaurus/core": "3.4.0",
1919
"@docusaurus/preset-classic": "3.4.0",
20-
"@jetstreamapp/soql-parser-js": "^6.0.0",
20+
"@jetstreamapp/soql-parser-js": "^6.1.0",
2121
"@mdx-js/react": "^3.0.1",
2222
"clsx": "^2.1.1",
2323
"prism-react-renderer": "^2.3.1",
@@ -26,8 +26,8 @@
2626
},
2727
"devDependencies": {
2828
"@docusaurus/module-type-aliases": "3.4.0",
29-
"@docusaurus/types": "3.0.0",
3029
"@docusaurus/tsconfig": "3.4.0",
30+
"@docusaurus/types": "3.0.0",
3131
"@types/react": "^18.3.3",
3232
"typescript": "~5.4.5"
3333
},

docs/static/sample-queries-json.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,6 @@
126126
"SELECT Id, BillingCity FROM Account WHERE NOT (NOT BillingCity LIKE '%123%')",
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%')",
129-
"SELECT Id, City FROM Lead WHERE NOT ((NOT (City LIKE '%LHR%')) AND City LIKE '%KHR%')"
129+
"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"
130131
]

0 commit comments

Comments
 (0)