Comparing version 0.0.1 to 0.0.2
@@ -1,2 +0,2 @@ | ||
import { ComponentType, ComponentProps } from 'react'; | ||
import React, { ComponentType, ComponentProps } from 'react'; | ||
@@ -19,5 +19,5 @@ interface PlainObject<T = any> { | ||
declare const connect: (Comp: ComponentType, modalMap: { | ||
[key: string]: ComponentType<{}>; | ||
[key: string]: React.ComponentType<{}>; | ||
}) => (props: ComponentProps<any>) => JSX.Element; | ||
export { connect, useModal }; |
{ | ||
"name": "ukyou", | ||
"version": "0.0.1", | ||
"main": "dist/index.js", | ||
"version": "0.0.2", | ||
"main": "dist/esm/index.js", | ||
"typings": "dist/index.d.ts", | ||
@@ -37,2 +37,5 @@ "author": "wayne", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
@@ -39,0 +42,0 @@ "build": "pnpm tsup", |
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
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
16070
4
124
1