Skip to content

Commit

Permalink
Merge pull request #337 from OpenFn/326-update-jsforce
Browse files Browse the repository at this point in the history
`saleforce` update jsforce
  • Loading branch information
josephjclark authored Aug 3, 2023
2 parents a7f6f6a + aceedd2 commit 64bd37c
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 79 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-ladybugs-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@openfn/language-salesforce': patch
---

update jsforce and remove unused packages
16 changes: 7 additions & 9 deletions packages/salesforce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,25 @@
"configuration-schema.json"
],
"dependencies": {
"@openfn/language-common": "1.10.2",
"JSONPath": "^0.10.0",
"axios": "^0.21.1",
"jsforce": "^1.11.0",
"jsonpath": "^1.1.1",
"mustache": "^2.2.0",
"@openfn/language-common": "workspace:*",
"axios": "^0.21.4",
"jsforce": "^1.11.1",
"lodash": "^4.17.21",
"yargs": "^3.30.0"
"yargs": "^3.32.0"
},
"devDependencies": {
"assertion-error": "1.1.0",
"chai": "4.3.6",
"deep-eql": "4.1.1",
"esno": "^0.16.3",
"jsonpath": "^1.1.1",
"mocha": "7.2.0",
"nock": "13.2.9",
"rimraf": "3.0.2",
"sinon": "^14.0.1",
"sinon": "^14.0.2",
"type-detect": "1.0.0"
},
"type": "module",
"types": "types/index.d.ts",
"main": "dist/index.cjs"
}
}
121 changes: 51 additions & 70 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64bd37c

Please sign in to comment.