issues-helper
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -993,2 +993,3 @@ import _objectSpread from '@babel/runtime/helpers/esm/objectSpread2'; | ||
export default IssueCoreEngine; | ||
export { IssueCoreEngine }; |
@@ -1183,1 +1183,2 @@ 'use strict'; | ||
exports.IssueCoreEngine = IssueCoreEngine; | ||
exports.default = IssueCoreEngine; |
@@ -0,2 +1,4 @@ | ||
import { IssueCoreEngine } from './issues'; | ||
export * from './issues'; | ||
export * from './types'; | ||
export default IssueCoreEngine; |
@@ -5,3 +5,3 @@ { | ||
"description": "Simple API of GitHub issues.", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "build": "father-build" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
74044
1987
0