@taskctrl/canvas-grid 0.1.1 → 0.1.2
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taskctrl/canvas-grid",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Tree-structured, virtualized data grid rendered on stacked HTML canvas layers for React",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "TaskCtrl AS",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"types": "dist/index.d.ts",
|
|
15
15
|
"exports": {
|
|
16
16
|
".": {
|
|
17
|
+
"types": "./dist/index.d.ts",
|
|
17
18
|
"import": "./dist/canvas-grid.es.js",
|
|
18
|
-
"require": "./dist/canvas-grid.cjs.js"
|
|
19
|
-
"types": "./dist/index.d.ts"
|
|
19
|
+
"require": "./dist/canvas-grid.cjs.js"
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
"files": [
|