@ampt/data
Advanced tools
Comparing version 0.0.1-beta.9 to 0.0.1-beta.10
{ | ||
"name": "@ampt/data", | ||
"version": "0.0.1-beta.9", | ||
"version": "0.0.1-beta.10", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "types": "types/index.d.ts", |
@@ -97,3 +97,3 @@ export type getOptions = { | ||
type DataEventHandler = (event: { previous?: any; item: any }) => void | ||
type DataEventHandler = (event: { previous?: any; item: any; name: ValidListeners }) => void | ||
@@ -100,0 +100,0 @@ export declare interface Data { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1004852
25618