File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @jetstreamapp/soql-parser-js" ,
3- "version" : " 6.1 .0" ,
3+ "version" : " 6.2 .0" ,
44 "description" : " Salesforce.com SOQL parser and composer" ,
55 "main" : " dist/cjs/index.js" ,
66 "module" : " dist/esm/index.mjs" ,
1919 "build:cjs" : " esbuild src/index.ts --bundle --outfile=dist/cjs/index.js --minify --format=cjs --target=es2022" ,
2020 "build:cli" : " esbuild cli/index.ts --bundle --outfile=dist/cli/index.js --minify --format=cjs --target=es2022 --platform=node" ,
2121 "build:declarations" : " tsc --project tsconfig.json" ,
22- "tsc" : " ./node_modules/.bin/ tsc" ,
22+ "tsc" : " tsc" ,
2323 "release" : " release-it" ,
2424 "copy-tc-to-docs" : " tsx ./tasks/copy-test-cases-to-docs.ts" ,
2525 "test" : " vitest --passWithNoTests --testTimeout 10000" ,
7171 ],
7272 "repository" : {
7373 "type" : " git" ,
74- "url" : " https://github.com/jetstreamapp/soql-parser-js"
74+ "url" : " git+ https://github.com/jetstreamapp/soql-parser-js.git "
7575 }
7676}
You can’t perform that action at this time.
0 commit comments