Skip to content

Commit 4c91d1d

Browse files
committed
build: refresh build
1 parent d2c964c commit 4c91d1d

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

dist/cacert-6219c1e7.pem renamed to dist/cacert-2ebcb9e8.pem

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Issuer: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc.
32
# Subject: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc.
43
# Label: "Entrust Root Certification Authority"

dist/client.cjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,9 @@ var PubSubApiClient = class {
670670
}
671671
try {
672672
this.#logger.debug(`Connecting to Pub/Sub API`);
673-
const rootCert = import_fs.default.readFileSync((0, import_url.fileURLToPath)(new URL("./cacert-6219c1e7.pem?hash=6219c1e7", "file://" + __filename)));
673+
const rootCert = import_fs.default.readFileSync(
674+
(0, import_url.fileURLToPath)(new URL("./cacert-2ebcb9e8.pem?hash=2ebcb9e8", "file://" + __filename))
675+
);
674676
const protoFilePath = (0, import_url.fileURLToPath)(
675677
new URL("./pubsub_api-07e1f84a.proto?hash=07e1f84a", "file://" + __filename)
676678
);

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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,9 @@ var PubSubApiClient = class {
637637
}
638638
try {
639639
this.#logger.debug(`Connecting to Pub/Sub API`);
640-
const rootCert = fs.readFileSync(fileURLToPath(new URL("./cacert-6219c1e7.pem?hash=6219c1e7", import.meta.url)));
640+
const rootCert = fs.readFileSync(
641+
fileURLToPath(new URL("./cacert-2ebcb9e8.pem?hash=2ebcb9e8", import.meta.url))
642+
);
641643
const protoFilePath = fileURLToPath(
642644
new URL("./pubsub_api-07e1f84a.proto?hash=07e1f84a", import.meta.url)
643645
);

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "salesforce-pubsub-api-client",
3-
"version": "5.3.1",
3+
"version": "5.4.0",
44
"type": "module",
55
"description": "A node client for the Salesforce Pub/Sub API",
66
"author": "pozil",

0 commit comments

Comments
 (0)