@meonode/mui 1.0.14 → 1.0.15

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 (2) hide show
  1. package/dist/main.js +1 -3
  2. package/package.json +1 -3
package/dist/main.js CHANGED
@@ -1,3 +1 @@
1
- export*from"./core";export*from"./lib/mui.core";// Consider adding exports for other module indexes here if you need them to be
2
- // directly accessible from 'src-gen/main'. For example:
3
- // export * from './lib/mui.x-data-grid'
1
+ export*from"./core";export*from"./lib/mui.core";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meonode/mui",
3
3
  "description": "A lightweight wrapper around `@mui/material` components for use with `@meonode/ui` and the BaseNode runtime.",
4
- "version": "1.0.14",
4
+ "version": "1.0.15",
5
5
  "type": "module",
6
6
  "sideEffects": false,
7
7
  "exports": {
@@ -69,7 +69,6 @@
69
69
  "@babel/cli": "^7.28.0",
70
70
  "@babel/core": "^7.28.0",
71
71
  "@babel/generator": "^7.28.0",
72
- "@babel/plugin-transform-json-modules": "^7.28.0",
73
72
  "@babel/preset-env": "^7.28.0",
74
73
  "@babel/preset-typescript": "^7.27.1",
75
74
  "@emotion/react": "^11.14.0",
@@ -92,7 +91,6 @@
92
91
  "@types/react": "^19.1.8",
93
92
  "@typescript-eslint/eslint-plugin": "^8.36.0",
94
93
  "@typescript-eslint/parser": "^8.36.0",
95
- "babel-plugin-module-resolver": "^5.0.2",
96
94
  "babel-preset-minify": "^0.5.2",
97
95
  "eslint": "^9.30.1",
98
96
  "eslint-plugin-jsdoc": "^51.3.4",