@x-oasis/recycler
Advanced tools
Comparing version 0.1.36 to 0.1.37
@@ -1,2 +0,2 @@ | ||
import IntegerBufferSet from '@x-oasis/integer-buffer-set'; | ||
import IntegerBufferSet, { IndicesItem } from '@x-oasis/integer-buffer-set'; | ||
import { OnRecyclerProcess, RecyclerProps, SafeRange } from './types'; | ||
@@ -32,1 +32,2 @@ export { OnRecyclerProcess, RecyclerProps }; | ||
export default Recycler; | ||
export { IndicesItem }; |
{ | ||
"name": "@x-oasis/recycler", | ||
"version": "0.1.36", | ||
"version": "0.1.37", | ||
"description": "IntegerBufferSet function", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
import IntegerBufferSet, { IndicesItem } from '@x-oasis/integer-buffer-set'; | ||
import { OnRecyclerProcess, RecyclerProps, SafeRange } from './types'; | ||
import { | ||
@@ -9,2 +8,4 @@ DEFAULT_RECYCLER_TYPE, | ||
} from './common'; | ||
import { OnRecyclerProcess, RecyclerProps, SafeRange } from './types'; | ||
export { OnRecyclerProcess, RecyclerProps }; | ||
@@ -146,1 +147,2 @@ | ||
export default Recycler; | ||
export { IndicesItem }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
48677
529