We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e92b9 commit 1e60aeeCopy full SHA for 1e60aee
packages/aws-durable-execution-sdk-js-testing/package.json
@@ -62,7 +62,7 @@
62
"commander": "^14.0.2"
63
},
64
"peerDependencies": {
65
- "@aws/durable-execution-sdk-js": "^1.0.1"
+ "@aws/durable-execution-sdk-js": "*"
66
67
"private": false
68
}
packages/aws-durable-execution-sdk-js/package.json
@@ -2,7 +2,7 @@
2
"name": "@aws/durable-execution-sdk-js",
3
"description": "AWS Durable Execution Language SDK for TypeScript",
4
"license": "Apache-2.0",
5
- "version": "1.0.2",
+ "version": "2.0.0-alpha.1",
6
"repository": {
7
"type": "git",
8
"url": "git+ssh://git@github.com/aws/aws-durable-execution-sdk-js.git",
0 commit comments