File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed
aws-durable-execution-sdk-js-eslint-plugin
aws-durable-execution-sdk-js-testing
aws-durable-execution-sdk-js Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1818 },
1919 "repository" : {
2020 "type" : " git" ,
21- "url" : " git@github.com: aws/aws-durable-execution-sdk-js.git"
21+ "url" : " git+ssh://git @github.com/ aws/aws-durable-execution-sdk-js.git"
2222 },
2323 "keywords" : [],
2424 "author" : {
Original file line number Diff line number Diff line change 22 "name" : " @aws/durable-execution-sdk-js-eslint-plugin" ,
33 "version" : " 1.0.0" ,
44 "description" : " ESLint plugin for AWS Lambda durable functions best practices" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " git+ssh://git@github.com/aws/aws-durable-execution-sdk-js.git" ,
8+ "directory" : " packages/aws-durable-execution-sdk-js-eslint-plugin"
9+ },
10+ "homepage" : " https://github.com/aws/aws-durable-execution-sdk-js/tree/main/packages/aws-durable-execution-sdk-js-eslint-plugin" ,
511 "main" : " dist/index.js" ,
612 "types" : " dist/index.d.ts" ,
713 "engines" : {
Original file line number Diff line number Diff line change 33 "description" : " AWS Durable Execution Testing SDK for TypeScript" ,
44 "version" : " 1.0.0" ,
55 "license" : " Apache-2.0" ,
6- "repository" : " ssh:github.com/aws/aws-durable-execution-sdk-js/tree/main/packages/aws-durable-execution-sdk-js-testing" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+ssh://git@github.com/aws/aws-durable-execution-sdk-js.git" ,
9+ "directory" : " packages/aws-durable-execution-sdk-js-testing"
10+ },
711 "homepage" : " https://github.com/aws/aws-durable-execution-sdk-js/tree/main/packages/aws-durable-execution-sdk-js-testing" ,
812 "engines" : {
913 "node" : " >=22"
1216 "module" : " ./dist/index.mjs" ,
1317 "types" : " ./dist-types/index.d.ts" ,
1418 "bin" : {
15- "run-durable" : " ./ dist/cli/run-durable.js"
19+ "run-durable" : " dist/cli/run-durable.js"
1620 },
1721 "scripts" : {
1822 "clean" : " rm -rf dist dist-cjs dist-types node_modules coverage .tsbuildinfo .rollup.cache" ,
Original file line number Diff line number Diff line change 33 "description" : " AWS Durable Execution Language SDK for TypeScript" ,
44 "license" : " Apache-2.0" ,
55 "version" : " 1.0.0" ,
6- "repository" : " ssh:github.com/aws/aws-durable-execution-sdk-js/tree/main/packages/aws-durable-execution-sdk-js" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+ssh://git@github.com/aws/aws-durable-execution-sdk-js.git" ,
9+ "directory" : " packages/aws-durable-execution-sdk-js"
10+ },
711 "homepage" : " https://github.com/aws/aws-durable-execution-sdk-js/tree/main/packages/aws-durable-execution-sdk-js" ,
812 "engines" : {
913 "node" : " >=22"
You can’t perform that action at this time.
0 commit comments