diff --git a/examples/cloudflare-workers/web-sdk/package-lock.json b/examples/cloudflare-workers/web-sdk/package-lock.json index ef352a936..1bc6aff55 100644 --- a/examples/cloudflare-workers/web-sdk/package-lock.json +++ b/examples/cloudflare-workers/web-sdk/package-lock.json @@ -8,7 +8,7 @@ "name": "shy-bush-898e", "version": "0.0.0", "dependencies": { - "@gomomento/sdk-core": "^1.38.0", + "@gomomento/sdk-core": "^1.40.0", "@gomomento/sdk-web": "^1.39.3", "xhr4sw": "^0.0.5" }, @@ -497,9 +497,9 @@ } }, "node_modules/@gomomento/sdk-core": { - "version": "1.39.3", - "resolved": "https://registry.npmjs.org/@gomomento/sdk-core/-/sdk-core-1.39.3.tgz", - "integrity": "sha512-FoR+oiES2nOQ9hyriyFT6VfFbqS8Bh7w8fH2rNOcfHvvcC5u1CBGFTpU4PSkuktdFSuQ7XVri/SLLvHN6BYudA==", + "version": "1.40.0", + "resolved": "https://registry.npmjs.org/@gomomento/sdk-core/-/sdk-core-1.40.0.tgz", + "integrity": "sha512-fq19VQAVGQkJ+JB+7MO7csxezLHQD1736zHpGZiQuj7cSSwQhHJrh1/XXNr9GxoP3yyxEUdRH97Ih29PuLNcgA==", "dependencies": { "buffer": "^6.0.3", "jwt-decode": "3.1.2" @@ -546,6 +546,41 @@ "node": ">= 14" } }, + "node_modules/@gomomento/sdk-web/node_modules/@gomomento/sdk-core": { + "version": "1.39.3", + "resolved": "https://registry.npmjs.org/@gomomento/sdk-core/-/sdk-core-1.39.3.tgz", + "integrity": "sha512-FoR+oiES2nOQ9hyriyFT6VfFbqS8Bh7w8fH2rNOcfHvvcC5u1CBGFTpU4PSkuktdFSuQ7XVri/SLLvHN6BYudA==", + "dependencies": { + "buffer": "^6.0.3", + "jwt-decode": "3.1.2" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@gomomento/sdk-web/node_modules/buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, "node_modules/acorn": { "version": "8.10.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", diff --git a/examples/cloudflare-workers/web-sdk/package.json b/examples/cloudflare-workers/web-sdk/package.json index 64d517eb4..aba00ea81 100644 --- a/examples/cloudflare-workers/web-sdk/package.json +++ b/examples/cloudflare-workers/web-sdk/package.json @@ -13,7 +13,7 @@ "wrangler": "^3.0.0" }, "dependencies": { - "@gomomento/sdk-core": "^1.38.0", + "@gomomento/sdk-core": "^1.40.0", "@gomomento/sdk-web": "^1.39.3", "xhr4sw": "^0.0.5" } diff --git a/packages/client-sdk-nodejs/src/batchutils/batch-functions.ts b/packages/client-sdk-nodejs/src/batchutils/batch-functions.ts index 0dd5480a9..22efac363 100644 --- a/packages/client-sdk-nodejs/src/batchutils/batch-functions.ts +++ b/packages/client-sdk-nodejs/src/batchutils/batch-functions.ts @@ -30,7 +30,7 @@ export { }; // Note: all promises in batch request workers have a client-side timeout deadline -// because grpc request timeouts are baked into the cache client. The timeout can be +// because grpc request timeouts are baked into the cache client. The timeout can be // overridden using the `withClientTimeoutMillis` function. export async function batchGet(