Skip to content

Commit 1ddd669

Browse files
authored
Multiple small fixes (#1090)
- Updated SDK Core to 2e3ab26. - Fix schedule tests failing in Temporal CLI due to non existent search attributes - Reduce probability of DEADLINE_EXCEEDED flakes in schedules tests - Fix nyc-test-coverage's causing JSON parsing error - Fix nyc-test-coverage reporting incorrect coverage metrics in Mocha+NYC. - Add 'repository' field to all published package.json files
1 parent faed1b9 commit 1ddd669

File tree

24 files changed

+347
-171
lines changed

24 files changed

+347
-171
lines changed

package-lock.json

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

packages/activity/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"bugs": {
2020
"url": "https://github.com/temporalio/sdk-typescript/issues"
2121
},
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/temporalio/sdk-typescript.git",
25+
"directory": "packages/activity"
26+
},
2227
"homepage": "https://github.com/temporalio/sdk-typescript/tree/main/packages/activity",
2328
"publishConfig": {
2429
"access": "public"

packages/client/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"bugs": {
2727
"url": "https://github.com/temporalio/sdk-typescript/issues"
2828
},
29+
"repository": {
30+
"type": "git",
31+
"url": "git+https://github.com/temporalio/sdk-typescript.git",
32+
"directory": "packages/client"
33+
},
2934
"homepage": "https://github.com/temporalio/sdk-typescript/tree/main/packages/client",
3035
"publishConfig": {
3136
"access": "public"

packages/common/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
"bugs": {
2323
"url": "https://github.com/temporalio/sdk-typescript/issues"
2424
},
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/temporalio/sdk-typescript.git",
28+
"directory": "packages/common"
29+
},
2530
"homepage": "https://github.com/temporalio/sdk-typescript/tree/main/packages/common",
2631
"publishConfig": {
2732
"access": "public"

0 commit comments

Comments
 (0)