@temporalio/core-bridge 0.19.0-rc.0 → 0.19.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,6 +2,4 @@
2
2
 
3
3
  [![NPM](https://img.shields.io/npm/v/@temporalio/core-bridge?style=for-the-badge)](https://www.npmjs.com/package/@temporalio/core-bridge)
4
4
 
5
- Part of the [Temporal](https://temporal.io) [TypeScript SDK](https://www.npmjs.com/package/temporalio).
6
-
7
- See documentation on the [documentation site](https://docs.temporal.io/docs/typescript/introduction).
5
+ Part of [Temporal](https://temporal.io)'s [TypeScript SDK](https://docs.temporal.io/docs/typescript/introduction/).
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { TLSConfig } from '@temporalio/common';
2
1
  import { SpanContext } from '@opentelemetry/api';
2
+ import { TLSConfig } from '@temporalio/internal-non-workflow-common';
3
3
 
4
4
  export { TLSConfig };
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temporalio/core-bridge",
3
- "version": "0.19.0-rc.0",
3
+ "version": "0.19.2",
4
4
  "description": "Temporal.io SDK Core<>Node bridge",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -20,7 +20,7 @@
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
22
  "@opentelemetry/api": "^1.0.3",
23
- "@temporalio/common": "^0.19.0-rc.0",
23
+ "@temporalio/internal-non-workflow-common": "^0.19.2",
24
24
  "arg": "^5.0.1",
25
25
  "cargo-cp-artifact": "^0.1.4",
26
26
  "which": "^2.0.2"
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "f55f02d343ac6db5d556fc1c7316013a8974c559"
46
+ "gitHead": "57172075a1eb3f2292a1188d260fab0ee155349f"
47
47
  }