Skip to content

Commit 9801dc7

Browse files
committed
chore: move packages to packages/ directory, use npm deps instead of file deps
1 parent 7e856ec commit 9801dc7

File tree

362 files changed

+2196
-30425
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

362 files changed

+2196
-30425
lines changed

examples/package-lock.json

Lines changed: 0 additions & 12607 deletions
This file was deleted.

lambda-durable-functions-testing-sdk-js/package-lock.json

Lines changed: 0 additions & 14065 deletions
This file was deleted.

package-lock.json

Lines changed: 2152 additions & 3721 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,19 @@
33
"version": "0.0.q",
44
"description": "Lambda Durable Functions SDK, Testing SDK and fully functional examples",
55
"workspaces": [
6-
"dex-internal-sdk",
7-
"lambda-durable-functions-sdk-js",
8-
"lambda-durable-functions-testing-sdk-js",
9-
"examples"
6+
"packages/*"
107
],
118
"type": "module",
129
"scripts": {
13-
"install-all": "npm install -w dex-internal-sdk && npm install -w lambda-durable-functions-sdk-js && npm install -w lambda-durable-functions-testing-sdk-js && npm install -w examples",
14-
"test": "npm run test -w lambda-durable-functions-sdk-js -w lambda-durable-functions-testing-sdk-js -w examples",
15-
"build": "npm run build -w lambda-durable-functions-sdk-js -w lambda-durable-functions-testing-sdk-js -w examples",
16-
"postpublish": "git restore ."
10+
"install-all": "npm install -w packages/lambda-durable-functions-sdk-js -w packages/lambda-durable-functions-testing-sdk-js -w packages/examples",
11+
"test": "npm run test --workspaces --if-present",
12+
"build": "npm run build -w packages/lambda-durable-functions-sdk-js -w packages/lambda-durable-functions-testing-sdk-js -w packages/examples",
13+
"postpublish": "git restore .",
14+
"clean": "npm run clean --workspaces --if-present"
1715
},
1816
"repository": {
1917
"type": "git",
20-
"url": "git+https://github.com/aws-powertools/powertools-lambda-typescript.git"
18+
"url": "git@github.com:aws/lambda-durable-functions-js.git"
2119
},
2220
"keywords": [],
2321
"author": {
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)