Comparing version 0.10.0-next.7 to 1.0.0
@@ -96,8 +96,4 @@ "use strict"; | ||
* configuration. | ||
* | ||
* While we define "retries" here, the executor wants to know the number of | ||
* "attempts", so we add 1 to whatever value the user provides, e.g. 2 | ||
* retries means 3 attempts. | ||
*/ | ||
const retries = typeof attempts === "undefined" ? undefined : { attempts: attempts + 1 }; | ||
const retries = typeof attempts === "undefined" ? undefined : { attempts }; | ||
return Object.assign(Object.assign({}, opts), { id: fnId, name: this.name, triggers: [__classPrivateFieldGet(this, _InngestFunction_trigger, "f")], steps: { | ||
@@ -104,0 +100,0 @@ [InngestFunction.stepId]: { |
{ | ||
"name": "inngest", | ||
"version": "0.10.0-next.7", | ||
"version": "1.0.0", | ||
"description": "Official SDK for Inngest.com", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.10.0-next.7"; | ||
export declare const version = "1.0.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = "0.10.0-next.7"; | ||
exports.version = "1.0.0"; | ||
//# sourceMappingURL=version.js.map |
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
504088
4830