@benev/slate
Advanced tools
Comparing version 0.0.0-dev.2 to 0.0.0-dev.4
{ | ||
"name": "@benev/slate", | ||
"version": "0.0.0-dev.2", | ||
"version": "0.0.0-dev.4", | ||
"description": "frontend web stuff", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
"npm-run-all": "^4.1.5", | ||
"rollup": "^3.28.1", | ||
"rollup": "^3.29.1", | ||
"terser": "^5.19.4", | ||
@@ -37,0 +37,0 @@ "typescript": "^5.2.2" |
@@ -31,2 +31,3 @@ | ||
export * from "./view/shale.js" | ||
export * from "./view/parts/types.js" | ||
@@ -24,1 +24,2 @@ export * from "./base/addons/attributes.js"; | ||
export * from "./view/shale.js"; | ||
export * from "./view/parts/types.js"; |
@@ -24,2 +24,3 @@ export * from "./base/addons/attributes.js"; | ||
export * from "./view/shale.js"; | ||
export * from "./view/parts/types.js"; | ||
//# sourceMappingURL=index.js.map |
@@ -355,3 +355,3 @@ import { Flat } from "./flatstate/flat.js"; | ||
export type MyComponentInstance = ComponentInstance<typeof MyComponent>; | ||
export declare const MyView: (context: Context) => import("./view/parts/types.js").View<[count: number]>; | ||
export declare const MyView2: (context: Context) => import("./view/parts/types.js").View<[]>; | ||
export declare const MyView: (context: Context) => import("./index.js").View<[count: number]>; | ||
export declare const MyView2: (context: Context) => import("./index.js").View<[]>; |
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
217663
4336