Skip to content

Commit ac0ded2

Browse files
committed
build: bumped dependencies
1 parent 6da11ee commit ac0ded2

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

dist/client.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ var PubSubApiClient = class {
474474
try {
475475
const rootCert = import_fs2.default.readFileSync(import_certifi.default);
476476
const protoFilePath = (0, import_url.fileURLToPath)(
477-
new URL("./pubsub_api.proto?hash=961def31", "file://" + __filename)
477+
new URL("./pubsub_api-961def31.proto?hash=961def31", "file://" + __filename)
478478
);
479479
const packageDef = import_proto_loader.default.loadSync(protoFilePath, {});
480480
const grpcObj = import_grpc_js.default.loadPackageDefinition(packageDef);

dist/client.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ export type Logger = {
8787
info: Function;
8888
error: Function;
8989
};
90-
import { EventEmitter } from "events";
90+
import { EventEmitter } from 'events';
9191
//# sourceMappingURL=client.d.ts.map

dist/client.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ var PubSubApiClient = class {
442442
try {
443443
const rootCert = fs2.readFileSync(certifi);
444444
const protoFilePath = fileURLToPath(
445-
new URL("./pubsub_api.proto?hash=961def31", import.meta.url)
445+
new URL("./pubsub_api-961def31.proto?hash=961def31", import.meta.url)
446446
);
447447
const packageDef = protoLoader.loadSync(protoFilePath, {});
448448
const grpcObj = grpc.loadPackageDefinition(packageDef);

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "salesforce-pubsub-api-client",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"type": "module",
55
"description": "A node client for the Salesforce Pub/Sub API",
66
"author": "pozil",
@@ -22,22 +22,22 @@
2222
"prepublishOnly": "npm run build"
2323
},
2424
"dependencies": {
25-
"@grpc/grpc-js": "^1.8.11",
26-
"@grpc/proto-loader": "^0.7.5",
25+
"@grpc/grpc-js": "^1.8.14",
26+
"@grpc/proto-loader": "^0.7.7",
2727
"avro-js": "^1.11.1",
2828
"certifi": "^14.5.15",
2929
"dotenv": "^16.0.3",
30-
"jsforce": "^1.11.0",
31-
"undici": "^5.20.0"
30+
"jsforce": "^1.11.1",
31+
"undici": "^5.22.1"
3232
},
3333
"devDependencies": {
34-
"@chialab/esbuild-plugin-meta-url": "^0.17.2",
35-
"eslint": "^8.35.0",
34+
"@chialab/esbuild-plugin-meta-url": "^0.17.6",
35+
"eslint": "^8.41.0",
3636
"husky": "^8.0.3",
37-
"lint-staged": "^13.1.2",
38-
"prettier": "^2.8.4",
39-
"tsup": "^6.6.3",
40-
"typescript": "^4.9.5"
37+
"lint-staged": "^13.2.2",
38+
"prettier": "^2.8.8",
39+
"tsup": "^6.7.0",
40+
"typescript": "^5.0.4"
4141
},
4242
"lint-staged": {
4343
"**/src/*.{css,html,js,json,md,yaml,yml}": [

0 commit comments

Comments
 (0)