@sinco/react 1.1.2-rc.36 → 1.1.2-rc.39

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.esm.js +3888 -6643
  2. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.2-rc.36",
3
+ "version": "1.1.2-rc.39",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -16,7 +16,7 @@
16
16
  "@mui/x-data-grid": "^6.6.0"
17
17
  },
18
18
  "sideEffects": false,
19
- "module": "./index.js",
19
+ "module": "./index.esm.js",
20
20
  "type": "module",
21
- "main": "./index.js"
21
+ "main": "./index.esm.js"
22
22
  }