@aws/durable-execution-sdk-js 1.0.3 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -4240,7 +4240,7 @@ const createDefaultLogger = (executionContext) => {
4240
4240
  * SDK metadata injected by Rollup at build time from package.json.
4241
4241
  *
4242
4242
  * At build time, Rollup replaces "@aws/durable-execution-sdk-js" and
4243
- * "1.0.3" with actual values from package.json.
4243
+ * "1.1.0" with actual values from package.json.
4244
4244
  *
4245
4245
  * Defaults are provided for test environments where Rollup doesn't run
4246
4246
  * and process.env values are undefined.
@@ -4248,7 +4248,7 @@ const createDefaultLogger = (executionContext) => {
4248
4248
  * @internal
4249
4249
  */
4250
4250
  const SDK_NAME = "@aws/durable-execution-sdk-js";
4251
- const SDK_VERSION = "1.0.3";
4251
+ const SDK_VERSION = "1.1.0";
4252
4252
 
4253
4253
  let defaultLambdaClient;
4254
4254
  /**
package/dist-cjs/index.js CHANGED
@@ -4242,7 +4242,7 @@ const createDefaultLogger = (executionContext) => {
4242
4242
  * SDK metadata injected by Rollup at build time from package.json.
4243
4243
  *
4244
4244
  * At build time, Rollup replaces "@aws/durable-execution-sdk-js" and
4245
- * "1.0.3" with actual values from package.json.
4245
+ * "1.1.0" with actual values from package.json.
4246
4246
  *
4247
4247
  * Defaults are provided for test environments where Rollup doesn't run
4248
4248
  * and process.env values are undefined.
@@ -4250,7 +4250,7 @@ const createDefaultLogger = (executionContext) => {
4250
4250
  * @internal
4251
4251
  */
4252
4252
  const SDK_NAME = "@aws/durable-execution-sdk-js";
4253
- const SDK_VERSION = "1.0.3";
4253
+ const SDK_VERSION = "1.1.0";
4254
4254
 
4255
4255
  let defaultLambdaClient;
4256
4256
  /**
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@aws/durable-execution-sdk-js",
3
3
  "description": "AWS Durable Execution Language SDK for TypeScript",
4
4
  "license": "Apache-2.0",
5
- "version": "1.0.3",
5
+ "version": "1.1.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+ssh://git@github.com/aws/aws-durable-execution-sdk-js.git",