|
26 | 26 | "license": "MIT", |
27 | 27 | "dependencies": { |
28 | 28 | "@opentelemetry/exporter-trace-otlp-grpc": "^0.29.2", |
29 | | - "@temporalio/activity": "file:../activity", |
30 | | - "@temporalio/client": "file:../client", |
31 | | - "@temporalio/common": "file:../common", |
32 | | - "@temporalio/interceptors-opentelemetry": "file:../interceptors-opentelemetry", |
33 | | - "@temporalio/internal-non-workflow-common": "file:../internal-non-workflow-common", |
34 | | - "@temporalio/internal-workflow-common": "file:../internal-workflow-common", |
35 | | - "@temporalio/proto": "file:../proto", |
36 | | - "@temporalio/testing": "file:../testing", |
37 | | - "@temporalio/worker": "file:../worker", |
38 | | - "@temporalio/workflow": "file:../workflow", |
| 29 | + "@temporalio/activity": "~1.3.1", |
| 30 | + "@temporalio/client": "~1.3.1", |
| 31 | + "@temporalio/common": "~1.3.1", |
| 32 | + "@temporalio/interceptors-opentelemetry": "~1.3.1", |
| 33 | + "@temporalio/internal-non-workflow-common": "~1.3.1", |
| 34 | + "@temporalio/internal-workflow-common": "~1.3.1", |
| 35 | + "@temporalio/proto": "~1.3.1", |
| 36 | + "@temporalio/testing": "~1.3.1", |
| 37 | + "@temporalio/worker": "~1.3.1", |
| 38 | + "@temporalio/workflow": "~1.3.1", |
39 | 39 | "@types/async-retry": "^1.4.4", |
40 | 40 | "async-retry": "^1.3.3", |
41 | 41 | "stack-utils": "^2.0.5" |
|
0 commit comments