@jspreadsheet/react 9.5.4 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -17,6 +17,6 @@ interface Worksheet {
|
|
|
17
17
|
declare function Spreadsheet<Spreadsheet>(props: Spreadsheet): any;
|
|
18
18
|
declare function Worksheet<Worksheet>(props: Worksheet): any;
|
|
19
19
|
|
|
20
|
-
import jspreadsheet from
|
|
20
|
+
import jspreadsheet from "jspreadsheet";
|
|
21
21
|
|
|
22
22
|
export { Spreadsheet, Worksheet, jspreadsheet };
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"description": "Jspreadsheet is a lightweight, vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Contact <contact@jspreadsheet.com>",
|
|
7
|
-
"url": "https://jspreadsheet.com/
|
|
7
|
+
"url": "https://jspreadsheet.com/v10"
|
|
8
8
|
},
|
|
9
9
|
"keywords": [
|
|
10
10
|
"spreadsheet",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"react"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"jspreadsheet": "^
|
|
23
|
+
"jspreadsheet": "^10.0.2-beta.4"
|
|
24
24
|
},
|
|
25
25
|
"main": "dist/index.js",
|
|
26
26
|
"types": "dist/index.d.ts",
|
|
27
|
-
"version": "
|
|
27
|
+
"version": "10.0.1"
|
|
28
28
|
}
|