@octopusdeploy/step-inputs
Advanced tools
Comparing version 0.3.0 to 0.3.1
# @octopusdeploy/step-inputs | ||
## 0.3.1 | ||
### Patch Changes | ||
- a435e5a: Add missing main property in package.json which can cause failures to resolve the package | ||
## 0.3.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@octopusdeploy/step-inputs", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "The step UI", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/index.js", | ||
"repository": { | ||
@@ -10,5 +11,2 @@ "type": "git", | ||
}, | ||
"scripts": { | ||
"build": "tsc --declaration" | ||
}, | ||
"keywords": [ | ||
@@ -21,3 +19,6 @@ "ui" | ||
"typescript": "^4.2.4" | ||
}, | ||
"scripts": { | ||
"build": "tsc --declaration" | ||
} | ||
} | ||
} |
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
29351