File tree Expand file tree Collapse file tree 10 files changed +2497
-4185
lines changed
interceptors-opentelemetry Expand file tree Collapse file tree 10 files changed +2497
-4185
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183
183
- name : Cross compile rust code
184
184
env :
185
185
RUSTFLAGS : ${{ matrix.rustflags }}
186
- run : npx lerna run --stream build-rust-release -- -- -- target ${{ matrix.target }}
186
+ run : npx lerna run --stream build-rust-release -- --target ${{ matrix.target }}
187
187
# Restore the CLI JS only on Windows because Windows build changes the
188
188
# file attributes causing publish to think the change is uncommitted
189
189
- run : git restore packages/create-project/cli.js
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ By using Node.js' `n-api` we get a binary which _should_ work on all supported N
29
29
1 . Configure cargo for the Windows and Linux build targets
30
30
` cp etc/mac-cargo-config.toml ~/.cargo/config.toml `
31
31
1 . Install the project's dependencies with ` NPM_CONFIG_FOREGROUND_SCRIPTS=true npm ci ` if you haven't already
32
- 1 . Build the the bridge with ` CC_aarch64_unknown_linux_gnu=aarch64-unknown-linux-gnu-gcc CC_x86_64_unknown_linux_gnu=x86_64-unknown-linux-gnu-gcc npx lerna run --stream build-rust -- -- -- target all `
32
+ 1 . Build the the bridge with ` CC_aarch64_unknown_linux_gnu=aarch64-unknown-linux-gnu-gcc CC_x86_64_unknown_linux_gnu=x86_64-unknown-linux-gnu-gcc npx lerna run --stream build-rust -- --target all `
Original file line number Diff line number Diff line change 50
50
"temporalio" : " file:packages/meta"
51
51
},
52
52
"devDependencies" : {
53
- "@opentelemetry/api" : " ^1.1 .0" ,
54
- "@opentelemetry/core" : " ^1.3.1 " ,
55
- "@opentelemetry/sdk-node" : " ^0.32 .0" ,
56
- "@opentelemetry/semantic-conventions" : " ^1.3.1 " ,
53
+ "@opentelemetry/api" : " ^1.3 .0" ,
54
+ "@opentelemetry/core" : " ^1.8.0 " ,
55
+ "@opentelemetry/sdk-node" : " ^0.34 .0" ,
56
+ "@opentelemetry/semantic-conventions" : " ^1.8.0 " ,
57
57
"@tsconfig/node14" : " ^1.0.3" ,
58
58
"@types/dedent" : " ^0.7.0" ,
59
59
"@types/fs-extra" : " ^9.0.13" ,
79
79
"glob" : " ^7.1.7" ,
80
80
"jsdoc" : " ^3.6.10" ,
81
81
"json5" : " ^2.2.1" ,
82
- "lerna" : " ^5 .1.4 " ,
82
+ "lerna" : " ^6 .1.0 " ,
83
83
"npm-run-all" : " ^4.1.5" ,
84
84
"pidusage" : " ^3.0.0" ,
85
85
"prettier" : " ^2.7.1" ,
88
88
"ts-prune" : " ^0.10.3" ,
89
89
"typescript" : " ^4.7.4" ,
90
90
"uuid" : " ^8.3.2" ,
91
- "verdaccio" : " ^5.14 .0"
91
+ "verdaccio" : " ^5.18 .0"
92
92
},
93
93
"engines" : {
94
94
"node" : " >= 14.0.0" ,
Original file line number Diff line number Diff line change 21
21
"uuid" : " ^8.3.2"
22
22
},
23
23
"devDependencies" : {
24
- "@types/long" : " ^5.0.0" ,
25
24
"protobufjs" : " ^7.0.0"
26
25
},
27
26
"bugs" : {
Original file line number Diff line number Diff line change 12
12
"author" : " Temporal Technologies Inc. <sdk@temporal.io>" ,
13
13
"license" : " MIT" ,
14
14
"dependencies" : {
15
- "@opentelemetry/api" : " ^1.0.3 " ,
15
+ "@opentelemetry/api" : " ^1.3.0 " ,
16
16
"@temporalio/proto" : " file:../proto" ,
17
17
"long" : " ^5.2.0" ,
18
18
"ms" : " ^2.1.3" ,
Original file line number Diff line number Diff line change 22
22
"author" : " Temporal Technologies Inc. <sdk@temporal.io>" ,
23
23
"license" : " MIT" ,
24
24
"dependencies" : {
25
- "@opentelemetry/api" : " ^1.1 .0" ,
25
+ "@opentelemetry/api" : " ^1.3 .0" ,
26
26
"@temporalio/common" : " file:../common" ,
27
27
"arg" : " ^5.0.2" ,
28
28
"cargo-cp-artifact" : " ^0.1.6" ,
Original file line number Diff line number Diff line change 14
14
"author" : " Temporal Technologies Inc. <sdk@temporal.io>" ,
15
15
"license" : " MIT" ,
16
16
"dependencies" : {
17
- "@opentelemetry/api" : " ^1.1 .0" ,
18
- "@opentelemetry/core" : " ^1.3.1 " ,
19
- "@opentelemetry/resources" : " ^1.3.1 " ,
20
- "@opentelemetry/sdk-trace-base" : " ^1.3.1 " ,
17
+ "@opentelemetry/api" : " ^1.3 .0" ,
18
+ "@opentelemetry/core" : " ^1.8.0 " ,
19
+ "@opentelemetry/resources" : " ^1.8.0 " ,
20
+ "@opentelemetry/sdk-trace-base" : " ^1.8.0 " ,
21
21
"@temporalio/activity" : " file:../activity" ,
22
22
"@temporalio/client" : " file:../client" ,
23
23
"@temporalio/common" : " file:../common" ,
Original file line number Diff line number Diff line change 28
28
"dependencies" : {
29
29
"@grpc/grpc-js" : " ^1.6.8" ,
30
30
"@grpc/proto-loader" : " ^0.7.0" ,
31
- "@opentelemetry/api" : " ^1.1 .0" ,
32
- "@opentelemetry/core" : " ^1.4 .0" ,
33
- "@opentelemetry/exporter-trace-otlp-grpc" : " ^0.29.2 " ,
34
- "@opentelemetry/sdk-node" : " ^0.30 .0" ,
35
- "@opentelemetry/semantic-conventions" : " ^1.4 .0" ,
31
+ "@opentelemetry/api" : " ^1.3 .0" ,
32
+ "@opentelemetry/core" : " ^1.8 .0" ,
33
+ "@opentelemetry/exporter-trace-otlp-grpc" : " ^0.34.0 " ,
34
+ "@opentelemetry/sdk-node" : " ^0.34 .0" ,
35
+ "@opentelemetry/semantic-conventions" : " ^1.8 .0" ,
36
36
"@temporalio/activity" : " file:../activity" ,
37
37
"@temporalio/client" : " file:../client" ,
38
38
"@temporalio/common" : " file:../common" ,
Original file line number Diff line number Diff line change 13
13
"author" : " Temporal Technologies Inc. <sdk@temporal.io>" ,
14
14
"license" : " MIT" ,
15
15
"dependencies" : {
16
- "@opentelemetry/api" : " ^1.1 .0" ,
16
+ "@opentelemetry/api" : " ^1.3 .0" ,
17
17
"@swc/core" : " ^1.2.204" ,
18
18
"@temporalio/activity" : " file:../activity" ,
19
19
"@temporalio/client" : " file:../client" ,
31
31
"source-map" : " ^0.7.4" ,
32
32
"source-map-loader" : " ^4.0.0" ,
33
33
"swc-loader" : " ^0.2.3" ,
34
- "terser" : " ^5.14.2" ,
35
34
"unionfs" : " ^4.4.0" ,
36
- "webpack" : " ^5.73 .0"
35
+ "webpack" : " ^5.75 .0"
37
36
},
38
37
"bugs" : {
39
38
"url" : " https://github.com/temporalio/sdk-typescript/issues"
You can’t perform that action at this time.
0 commit comments