Skip to content

Commit

Permalink
fix(deps): bump jsforce from 2.0.0-beta.29 to 3.1.0 (#518)
Browse files Browse the repository at this point in the history
* fix(deps): bump jsforce from 2.0.0-beta.29 to 3.1.0

Bumps [jsforce](https://github.com/jsforce/jsforce) from 2.0.0-beta.29 to 3.1.0.
- [Release notes](https://github.com/jsforce/jsforce/releases)
- [Changelog](https://github.com/jsforce/jsforce/blob/master/CHANGELOG.md)
- [Commits](jsforce/jsforce@2.0.0-beta.29...3.1.0)

---
updated-dependencies:
- dependency-name: jsforce
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jayree <jayree.git@icloud.com>
  • Loading branch information
dependabot[bot] and jayree committed Apr 15, 2024
1 parent 224caf2 commit 9bb8674
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 182 deletions.
2 changes: 1 addition & 1 deletion lib/commands/jayree/org/stream.js

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

2 changes: 1 addition & 1 deletion lib/commands/jayree/org/stream.js.map

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"bugs": "https://github.com/jayree/sfdx-plugin-org/issues",
"dependencies": {
"@jayree/changelog": "^1.1.11",
"@jsforce/jsforce-node": "^3.1.0",
"@listr2/prompt-adapter-enquirer": "^2.0.8",
"@oclif/core": "^3.26.3",
"@salesforce/core": "^7.2.0",
Expand All @@ -20,7 +21,6 @@
"fs-extra": "^11.2.0",
"is-docker": "^3.0.0",
"is-wsl": "^3.1.0",
"jsforce": "^2.0.0-beta.29",
"listr2": "^8.2.1",
"log-update": "^6.0.0",
"playwright-chromium": "^1.43.1",
Expand Down
4 changes: 2 additions & 2 deletions src/commands/jayree/org/stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import {
orgApiVersionFlagWithDeprecations,
} from '@salesforce/sf-plugins-core';
import { Messages } from '@salesforce/core';
import { StreamingExtension, StreamingMessage } from 'jsforce/lib/api/streaming.js';
import { Record } from 'jsforce';
import { StreamingExtension, StreamingMessage } from '@jsforce/jsforce-node/lib/api/streaming.js';
import { Record } from '@jsforce/jsforce-node';

// eslint-disable-next-line no-underscore-dangle
const __filename = fileURLToPath(import.meta.url);
Expand Down
Loading

0 comments on commit 9bb8674

Please sign in to comment.