@aws/durable-execution-sdk-js 1.1.1 → 1.1.2
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 +2 -2
- package/dist-cjs/index.js +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4245,7 +4245,7 @@ const createDefaultLogger = (executionContext) => {
|
|
|
4245
4245
|
* SDK metadata injected by Rollup at build time from package.json.
|
|
4246
4246
|
*
|
|
4247
4247
|
* At build time, Rollup replaces "@aws/durable-execution-sdk-js" and
|
|
4248
|
-
* "1.1.
|
|
4248
|
+
* "1.1.2" with actual values from package.json.
|
|
4249
4249
|
*
|
|
4250
4250
|
* Defaults are provided for test environments where Rollup doesn't run
|
|
4251
4251
|
* and process.env values are undefined.
|
|
@@ -4253,7 +4253,7 @@ const createDefaultLogger = (executionContext) => {
|
|
|
4253
4253
|
* @internal
|
|
4254
4254
|
*/
|
|
4255
4255
|
const SDK_NAME = "@aws/durable-execution-sdk-js";
|
|
4256
|
-
const SDK_VERSION = "1.1.
|
|
4256
|
+
const SDK_VERSION = "1.1.2";
|
|
4257
4257
|
|
|
4258
4258
|
let defaultLambdaClient;
|
|
4259
4259
|
/**
|
package/dist-cjs/index.js
CHANGED
|
@@ -4247,7 +4247,7 @@ const createDefaultLogger = (executionContext) => {
|
|
|
4247
4247
|
* SDK metadata injected by Rollup at build time from package.json.
|
|
4248
4248
|
*
|
|
4249
4249
|
* At build time, Rollup replaces "@aws/durable-execution-sdk-js" and
|
|
4250
|
-
* "1.1.
|
|
4250
|
+
* "1.1.2" with actual values from package.json.
|
|
4251
4251
|
*
|
|
4252
4252
|
* Defaults are provided for test environments where Rollup doesn't run
|
|
4253
4253
|
* and process.env values are undefined.
|
|
@@ -4255,7 +4255,7 @@ const createDefaultLogger = (executionContext) => {
|
|
|
4255
4255
|
* @internal
|
|
4256
4256
|
*/
|
|
4257
4257
|
const SDK_NAME = "@aws/durable-execution-sdk-js";
|
|
4258
|
-
const SDK_VERSION = "1.1.
|
|
4258
|
+
const SDK_VERSION = "1.1.2";
|
|
4259
4259
|
|
|
4260
4260
|
let defaultLambdaClient;
|
|
4261
4261
|
/**
|
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.1.
|
|
5
|
+
"version": "1.1.2",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+ssh://git@github.com/aws/aws-durable-execution-sdk-js.git",
|