@oku-ui/slot
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -1,10 +0,1 @@ | ||
import * as vue from 'vue'; | ||
declare const OkuSlot: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, { | ||
[key: string]: any; | ||
}> | null, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{}>>, {}, {}>; | ||
declare const OkuSlottable: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, { | ||
[key: string]: any; | ||
}>[] | null, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{}>>, {}, {}>; | ||
export { OkuSlot, OkuSlottable }; | ||
export { OkuSlot, OkuSlottable, } from './slot'; |
{ | ||
"name": "@oku-ui/slot", | ||
"type": "module", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"license": "MIT", | ||
@@ -48,4 +48,6 @@ "source": "src/index.ts", | ||
"release": "pnpm build && pnpm bumpp --commit='version(slot): release %s' --no-tag && pnpm publish", | ||
"release:beta": "pnpm release --tag beta", | ||
"release:alpha": "pnpm release --tag alpha", | ||
"clean": "rimraf ./dist && rimraf ./node_modules" | ||
} | ||
} |
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
6874
9
93