@defer/client
Advanced tools
Comparing version 1.3.0 to 1.3.1-alpha-20230502162243-6964331
@@ -142,3 +142,7 @@ "use strict"; | ||
} | ||
ret.__metadata = { version: constants_js_1.INTERNAL_VERSION, retry: retryPolicy }; | ||
ret.__metadata = { | ||
version: constants_js_1.INTERNAL_VERSION, | ||
retry: retryPolicy, | ||
concurrency: options?.concurrency, | ||
}; | ||
return ret; | ||
@@ -145,0 +149,0 @@ }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = "1.3.0"; | ||
exports.default = "1.3.1-alpha-20230502162243-6964331"; |
@@ -133,3 +133,7 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
} | ||
ret.__metadata = { version: INTERNAL_VERSION, retry: retryPolicy }; | ||
ret.__metadata = { | ||
version: INTERNAL_VERSION, | ||
retry: retryPolicy, | ||
concurrency: options?.concurrency, | ||
}; | ||
return ret; | ||
@@ -136,0 +140,0 @@ }; |
@@ -1,1 +0,1 @@ | ||
export default "1.3.0"; | ||
export default "1.3.1-alpha-20230502162243-6964331"; |
{ | ||
"name": "@defer/client", | ||
"version": "1.3.0", | ||
"version": "1.3.1-alpha-20230502162243-6964331", | ||
"description": "Zero infrastructure NodeJS background jobs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -25,3 +25,3 @@ import { Units } from "parse-duration"; | ||
retry?: RetryPolicy; | ||
concurrency?: Concurrency; | ||
concurrency?: Concurrency | undefined; | ||
}; | ||
@@ -28,0 +28,0 @@ } |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.3.0"; | ||
declare const _default: "1.3.1-alpha-20230502162243-6964331"; | ||
export default _default; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
42956
1017
0
2