@octopusdeploy/step-inputs
Advanced tools
Comparing version 1.0.0 to 1.0.1
# @octopusdeploy/step-inputs | ||
## 1.0.1 | ||
### Patch Changes | ||
- 73ffed9: Ensures change set publish publishes tags | ||
## 1.0.0 | ||
@@ -4,0 +10,0 @@ |
@@ -7,3 +7,3 @@ "use strict"; | ||
const value = 100; | ||
expect(BoundValue_1.isBoundValue(value)).toBe(false); | ||
expect((0, BoundValue_1.isBoundValue)(value)).toBe(false); | ||
}); | ||
@@ -15,3 +15,3 @@ test("Returns true when a bound value", () => { | ||
}; | ||
expect(BoundValue_1.isBoundValue(value)).toBe(true); | ||
expect((0, BoundValue_1.isBoundValue)(value)).toBe(true); | ||
}); | ||
@@ -22,3 +22,3 @@ }); | ||
const value = 100; | ||
expect(BoundValue_1.isNotBoundValue(value)).toBe(true); | ||
expect((0, BoundValue_1.isNotBoundValue)(value)).toBe(true); | ||
}); | ||
@@ -30,5 +30,5 @@ test("Returns false when a bound value", () => { | ||
}; | ||
expect(BoundValue_1.isNotBoundValue(value)).toBe(false); | ||
expect((0, BoundValue_1.isNotBoundValue)(value)).toBe(false); | ||
}); | ||
}); | ||
//# sourceMappingURL=BoundValue.spec.js.map |
{ | ||
"name": "@octopusdeploy/step-inputs", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "The step UI", | ||
@@ -17,9 +17,9 @@ "types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@types/jest": "^26.0.23", | ||
"@types/jest": "26.0.24", | ||
"jest": "26.6.3", | ||
"jest-expect-message": "1.0.2", | ||
"jest-extended": "0.11.5", | ||
"jest-runner-eslint": "0.10.0", | ||
"typescript": "^4.2.4", | ||
"ts-jest": "26.5.4" | ||
"jest-runner-eslint": "0.11.1", | ||
"typescript": "4.4.4", | ||
"ts-jest": "26.5.6" | ||
}, | ||
@@ -26,0 +26,0 @@ "scripts": { |
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
46869