Skip to content

Commit dd11173

Browse files
committed
fix version mismatch and pkg fix
1 parent 2b1088d commit dd11173

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -19,7 +19,7 @@
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",
@@ -71,6 +71,6 @@
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
}

0 commit comments

Comments
 (0)