jspreadsheet 12.0.0-beta.3 → 12.0.0-beta.5
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.js +600 -602
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jspreadsheet",
|
|
3
|
-
"title": "Jspreadsheet Pro
|
|
3
|
+
"title": "Jspreadsheet Pro v12",
|
|
4
4
|
"description": "Jspreadsheet is a lightweight, vanilla javascript data grid 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>",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
},
|
|
50
50
|
"main": "dist/index.js",
|
|
51
51
|
"types": "dist/index.d.ts",
|
|
52
|
-
"version": "12.0.0-beta.
|
|
52
|
+
"version": "12.0.0-beta.5"
|
|
53
53
|
}
|