@temporalio/core-bridge 1.0.0-rc.1 → 1.0.0

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/LICENSE.md CHANGED
@@ -2,7 +2,7 @@ Temporal TypeScript SDK
2
2
 
3
3
  MIT License
4
4
 
5
- Copyright (c) 2021 Temporal Technologies, Inc. All Rights Reserved
5
+ Copyright (c) 2021 Temporal Technologies Inc. All Rights Reserved
6
6
 
7
7
  Permission is hereby granted, free of charge, to any person obtaining a copy
8
8
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temporalio/core-bridge",
3
- "version": "1.0.0-rc.1",
3
+ "version": "1.0.0",
4
4
  "description": "Temporal.io SDK Core<>Node bridge",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -16,11 +16,11 @@
16
16
  "core",
17
17
  "worker"
18
18
  ],
19
- "author": "Roey Berman <roey@temporal.io>",
19
+ "author": "Temporal Technologies Inc. <sdk@temporal.io>",
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
22
  "@opentelemetry/api": "^1.1.0",
23
- "@temporalio/internal-non-workflow-common": "^1.0.0-rc.1",
23
+ "@temporalio/internal-non-workflow-common": "^1.0.0",
24
24
  "arg": "^5.0.2",
25
25
  "cargo-cp-artifact": "^0.1.6",
26
26
  "which": "^2.0.2"
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "723de0fbc7a04e68084ec99453578e7027eb3803"
46
+ "gitHead": "c4fc4dc608bf58701c11b6ae02d1d63b4457718d"
47
47
  }