virtuallist-antd
Advanced tools
Comparing version 0.1.11 to 0.1.12
{ | ||
"name": "virtuallist-antd", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "virtualList for antd-table, 实现antd-table的虚拟列表, antd-table无限滚动, infinite scrolling for antd-table", | ||
@@ -8,3 +8,3 @@ "main": "build/index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "rollup -c" | ||
"build": "rollup -c --output.format iife --output.name Virtuallist" | ||
}, | ||
@@ -11,0 +11,0 @@ "keywords": [ |
@@ -11,4 +11,4 @@ { | ||
"jsx": "react", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ | ||
// "declaration": true, /* Generates corresponding '.d.ts' file. */ | ||
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ | ||
"declaration": true, /* Generates corresponding '.d.ts' file. */ | ||
"declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ | ||
"sourceMap": true, /* Generates corresponding '.map' file. */ | ||
@@ -15,0 +15,0 @@ // "outFile": "./", /* Concatenate and emit output to single file. */ |
Sorry, the diff of this file is too big to display
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
316194
0