@temporalio/common
Advanced tools
Comparing version 1.8.4 to 1.8.5
@@ -39,4 +39,2 @@ import { FailureConverter } from './failure-converter'; | ||
* If no path is provided, {@link defaultFailureConverter} is used. | ||
* | ||
* @experimental | ||
*/ | ||
@@ -43,0 +41,0 @@ failureConverterPath?: string; |
@@ -12,4 +12,2 @@ import { ProtoFailure, TemporalFailure } from '../failure'; | ||
* to maintain cross-language Failure serialization compatibility. | ||
* | ||
* @experimental | ||
*/ | ||
@@ -52,4 +50,2 @@ export interface FailureConverter { | ||
* {@link ClientOptions.dataConverter | Client options}. | ||
* | ||
* @experimental | ||
*/ | ||
@@ -56,0 +52,0 @@ export declare class DefaultFailureConverter implements FailureConverter { |
@@ -41,4 +41,2 @@ "use strict"; | ||
* {@link ClientOptions.dataConverter | Client options}. | ||
* | ||
* @experimental | ||
*/ | ||
@@ -45,0 +43,0 @@ class DefaultFailureConverter { |
@@ -7,4 +7,3 @@ "use strict"; | ||
exports.optionalDateToTs = exports.optionalTsToDate = exports.tsToDate = exports.msToNumber = exports.msOptionalToNumber = exports.msOptionalToTs = exports.msToTs = exports.msNumberToTs = exports.tsToMs = exports.optionalTsToMs = void 0; | ||
// eslint-disable-next-line import/no-named-as-default | ||
const long_1 = __importDefault(require("long")); | ||
const long_1 = __importDefault(require("long")); // eslint-disable-line import/no-named-as-default | ||
const ms_1 = __importDefault(require("ms")); | ||
@@ -11,0 +10,0 @@ const errors_1 = require("./errors"); |
{ | ||
"name": "@temporalio/common", | ||
"version": "1.8.4", | ||
"version": "1.8.5", | ||
"description": "Common library for code that's used across the Client, Worker, and/or Workflow", | ||
@@ -16,7 +16,7 @@ "main": "lib/index.js", | ||
"@opentelemetry/api": "^1.4.1", | ||
"@temporalio/proto": "1.8.4", | ||
"@temporalio/proto": "1.8.5", | ||
"long": "^5.2.0", | ||
"ms": "^3.0.0-canary.1", | ||
"proto3-json-serializer": "^1.0.3", | ||
"protobufjs": "^7.0.0" | ||
"protobufjs": "^7.2.5" | ||
}, | ||
@@ -39,3 +39,3 @@ "bugs": { | ||
], | ||
"gitHead": "7e65cf816b1deef72973dc64ccbf2c93916a3eb1" | ||
"gitHead": "1a03096ceb2d63345c3f2c190d975c2a54c7b4a5" | ||
} |
@@ -41,4 +41,2 @@ import { DefaultFailureConverter, FailureConverter } from './failure-converter'; | ||
* If no path is provided, {@link defaultFailureConverter} is used. | ||
* | ||
* @experimental | ||
*/ | ||
@@ -45,0 +43,0 @@ failureConverterPath?: string; |
@@ -50,4 +50,2 @@ import { | ||
* to maintain cross-language Failure serialization compatibility. | ||
* | ||
* @experimental | ||
*/ | ||
@@ -93,4 +91,2 @@ export interface FailureConverter { | ||
* {@link ClientOptions.dataConverter | Client options}. | ||
* | ||
* @experimental | ||
*/ | ||
@@ -97,0 +93,0 @@ export class DefaultFailureConverter implements FailureConverter { |
@@ -1,3 +0,2 @@ | ||
// eslint-disable-next-line import/no-named-as-default | ||
import Long from 'long'; | ||
import Long from 'long'; // eslint-disable-line import/no-named-as-default | ||
import ms, { StringValue } from 'ms'; | ||
@@ -4,0 +3,0 @@ import type { google } from '@temporalio/proto'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
381244
7405
+ Added@temporalio/proto@1.8.5(transitive)
- Removed@temporalio/proto@1.8.4(transitive)
Updated@temporalio/proto@1.8.5
Updatedprotobufjs@^7.2.5