@niledatabase/react 2.1.2-alpha.1 → 2.2.0-alpha.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.
Files changed (1) hide show
  1. package/package.json +15 -4
package/package.json CHANGED
@@ -1,8 +1,19 @@
1
1
  {
2
2
  "name": "@niledatabase/react",
3
- "version": "2.1.2-alpha.1",
3
+ "version": "2.2.0-alpha.1",
4
4
  "license": "MIT",
5
- "main": "dist/index.js",
5
+ "exports": {
6
+ ".": {
7
+ "require": "./dist/index.js",
8
+ "default": "./dist/react.esm.js"
9
+ },
10
+ "./src": {
11
+ "default": "./src/index.ts"
12
+ }
13
+ },
14
+ "main": "./dist/index.js",
15
+ "module": "./dist/react.esm.js",
16
+ "types": "./dist/index.d.ts",
6
17
  "files": [
7
18
  "dist"
8
19
  ],
@@ -100,7 +111,7 @@
100
111
  "@mui/utils": "^5.15.14",
101
112
  "@mui/x-data-grid": "^7.0.0",
102
113
  "@mui/x-date-pickers": "^7.0.0",
103
- "@niledatabase/browser": "^2.1.2-alpha.1",
114
+ "@niledatabase/browser": "^2.2.0-alpha.1",
104
115
  "@storybook/test": "^8.0.0",
105
116
  "@tanstack/react-query": "^4.36.1",
106
117
  "dts-cli": "^2.0.3",
@@ -111,5 +122,5 @@
111
122
  "react-hook-form": "^7.48.2",
112
123
  "react-is": "^18.2.0"
113
124
  },
114
- "gitHead": "8d5c5cba04d8407cb7be059c756efadd81ec7b41"
125
+ "gitHead": "44e147ed4d46746b60847e1cf22a8274e346d562"
115
126
  }