@gomomento/sdk
Advanced tools
Comparing version 1.106.0 to 1.107.0
{ | ||
"name": "@gomomento/sdk", | ||
"version": "1.106.0", | ||
"version": "1.107.0", | ||
"description": "Client SDK for Momento services", | ||
@@ -26,4 +26,4 @@ "main": "dist/src/index.js", | ||
"integration-test-topics": "jest topics/ webhooks/ --maxWorkers 1 -- useConsistentReads", | ||
"integration-test-retry": "jest retry/automated-retry-tests.test.ts --maxWorkers 1 -- useConsistentReads", | ||
"integration-test-consistent-reads": "jest integration --testPathIgnorePatterns=\"automated-retry-tests\\.test\\.ts\" --maxWorkers 1 -- useConsistentReads", | ||
"integration-test-retry": "jest retry/ --maxWorkers 1 -- useConsistentReads", | ||
"integration-test-consistent-reads": "jest integration --testPathIgnorePatterns=\"retry/\" --maxWorkers 1 -- useConsistentReads", | ||
"integration-test": "jest integration --maxWorkers 1", | ||
@@ -42,3 +42,3 @@ "unit-test": "jest unit", | ||
"devDependencies": { | ||
"@gomomento/common-integration-tests": "file:../common-integration-tests/gomomento-common-integration-tests-1.106.0.tgz", | ||
"@gomomento/common-integration-tests": "file:../common-integration-tests/gomomento-common-integration-tests-1.107.0.tgz", | ||
"@types/jest": "27.5.2", | ||
@@ -66,3 +66,3 @@ "@types/node": "16.18.97", | ||
"@gomomento/generated-types": "0.119.2", | ||
"@gomomento/sdk-core": "1.106.0", | ||
"@gomomento/sdk-core": "1.107.0", | ||
"@grpc/grpc-js": "1.10.9", | ||
@@ -69,0 +69,0 @@ "@types/google-protobuf": "3.15.10", |
@@ -102,2 +102,3 @@ import { CacheClient, SimpleCacheClient } from './cache-client'; | ||
export { RetryStrategy, DeterminewhenToRetryRequestProps, } from './config/retry/retry-strategy'; | ||
export { ExponentialBackoffRetryStrategy, ExponentialBackoffRetryStrategyProps, } from './config/retry/exponential-backoff-retry-strategy'; | ||
export { FixedCountRetryStrategy, FixedCountRetryStrategyProps, } from './config/retry/fixed-count-retry-strategy'; | ||
@@ -104,0 +105,0 @@ export { FixedTimeoutRetryStrategy, FixedTimeoutRetryStrategyProps, } from './config/retry/fixed-timeout-retry-strategy'; |
{ | ||
"name": "@gomomento/sdk", | ||
"version": "1.106.0", | ||
"version": "1.107.0", | ||
"description": "Client SDK for Momento services", | ||
@@ -26,4 +26,4 @@ "main": "dist/src/index.js", | ||
"integration-test-topics": "jest topics/ webhooks/ --maxWorkers 1 -- useConsistentReads", | ||
"integration-test-retry": "jest retry/automated-retry-tests.test.ts --maxWorkers 1 -- useConsistentReads", | ||
"integration-test-consistent-reads": "jest integration --testPathIgnorePatterns=\"automated-retry-tests\\.test\\.ts\" --maxWorkers 1 -- useConsistentReads", | ||
"integration-test-retry": "jest retry/ --maxWorkers 1 -- useConsistentReads", | ||
"integration-test-consistent-reads": "jest integration --testPathIgnorePatterns=\"retry/\" --maxWorkers 1 -- useConsistentReads", | ||
"integration-test": "jest integration --maxWorkers 1", | ||
@@ -42,3 +42,3 @@ "unit-test": "jest unit", | ||
"devDependencies": { | ||
"@gomomento/common-integration-tests": "file:../common-integration-tests/gomomento-common-integration-tests-1.106.0.tgz", | ||
"@gomomento/common-integration-tests": "file:../common-integration-tests/gomomento-common-integration-tests-1.107.0.tgz", | ||
"@types/jest": "27.5.2", | ||
@@ -66,3 +66,3 @@ "@types/node": "16.18.97", | ||
"@gomomento/generated-types": "0.119.2", | ||
"@gomomento/sdk-core": "1.106.0", | ||
"@gomomento/sdk-core": "1.107.0", | ||
"@grpc/grpc-js": "1.10.9", | ||
@@ -69,0 +69,0 @@ "@types/google-protobuf": "3.15.10", |
Sorry, the diff of this file is too big to display
1582432
171
11795
+ Added@gomomento/sdk-core@1.107.0(transitive)
- Removed@gomomento/sdk-core@1.106.0(transitive)
Updated@gomomento/sdk-core@1.107.0