Skip to content

Commit 4ca954e

Browse files
committed
Updated docs version
1 parent a2b6465 commit 4ca954e

File tree

7 files changed

+171
-349
lines changed

7 files changed

+171
-349
lines changed

.vscode/launch.json

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,4 @@
11
{
22
"version": "0.2.0",
3-
"configurations": [
4-
{
5-
"type": "node",
6-
"request": "launch",
7-
"name": "Run Tests",
8-
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
9-
"args": [
10-
"--timeout",
11-
"10000",
12-
"-r",
13-
"ts-node/register",
14-
"${workspaceFolder}/test/**/*.spec.ts",
15-
"-P",
16-
"test/tsconfig.json",
17-
"--colors"
18-
],
19-
"console": "integratedTerminal",
20-
"internalConsoleOptions": "openOnFirstSessionStart",
21-
"protocol": "inspector"
22-
},
23-
{
24-
"type": "node",
25-
"name": "vscode-jest-tests.v2",
26-
"request": "launch",
27-
"console": "integratedTerminal",
28-
"internalConsoleOptions": "neverOpen",
29-
"disableOptimisticBPs": true,
30-
"program": "${workspaceFolder}/node_modules/jest/bin/jest.js",
31-
"cwd": "${workspaceFolder}",
32-
"args": ["--runInBand", "--watchAll=false", "--testNamePattern", "${jest.testNamePattern}", "--runTestsByPath", "${jest.testFile}"]
33-
}
34-
]
3+
"configurations": []
354
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 6.2.0
4+
5+
May 8, 2025
6+
7+
- Updated build tooling and dependencies, no externally facing changes.
8+
39
## 6.1.0
410

511
June 16, 2024

docs/package-lock.json

Lines changed: 89 additions & 71 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.4.0",
1919
"@docusaurus/preset-classic": "3.4.0",
20-
"@jetstreamapp/soql-parser-js": "^6.1.0",
20+
"@jetstreamapp/soql-parser-js": "^6.2.0",
2121
"@mdx-js/react": "^3.0.1",
2222
"clsx": "^2.1.1",
2323
"prism-react-renderer": "^2.3.1",

docs/static/sample-queries-json.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@
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%')",
130130
"SELECT Name FROM Invoice__c WHERE Balance__c < USD-500"
131-
]
131+
]

0 commit comments

Comments
 (0)