@slickgrid-universal/custom-tooltip-plugin 9.10.0 → 9.11.0
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/package.json +4 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slickgrid-universal/custom-tooltip-plugin",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.11.0",
|
|
4
4
|
"description": "A plugin to add Custom Tooltip when hovering a cell, it subscribes to the cell",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,14 +30,9 @@
|
|
|
30
30
|
"bugs": {
|
|
31
31
|
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
|
|
32
32
|
},
|
|
33
|
-
"browserslist": [
|
|
34
|
-
"last 2 versions",
|
|
35
|
-
"> 1%",
|
|
36
|
-
"not dead"
|
|
37
|
-
],
|
|
38
33
|
"dependencies": {
|
|
39
|
-
"@slickgrid-universal/common": "9.
|
|
40
|
-
"@slickgrid-universal/utils": "9.
|
|
34
|
+
"@slickgrid-universal/common": "9.11.0",
|
|
35
|
+
"@slickgrid-universal/utils": "9.11.0"
|
|
41
36
|
},
|
|
42
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "da43b7628f1c55f9178ec389e5c4b2b89f586599"
|
|
43
38
|
}
|