@mui/internal-babel-plugin-minify-errors 2.0.8-canary.25 → 2.0.8-canary.27

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/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { PluginObj, PluginPass } from '@babel/core';
1
+ import type { PluginObj, PluginPass, types as BabelTypes } from '@babel/core';
2
2
 
3
3
  export interface Options {
4
4
  errorCodesPath?: string;
@@ -9,7 +9,7 @@ export interface Options {
9
9
  }
10
10
 
11
11
  declare function plugin(
12
- babel: { types: typeof import('@babel/core').types },
12
+ babel: { types: typeof BabelTypes },
13
13
  options: Options,
14
14
  ): PluginObj<PluginPass>;
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/internal-babel-plugin-minify-errors",
3
- "version": "2.0.8-canary.25",
3
+ "version": "2.0.8-canary.27",
4
4
  "author": "MUI Team",
5
5
  "description": "This is an internal package not meant for general use.",
6
6
  "license": "MIT",
@@ -43,7 +43,7 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitSha": "22bc6b0900b737de25dbbbe0225bd32fc26523e6",
46
+ "gitSha": "b5ecb08ed447855ed858e123d924a08949b6ad6d",
47
47
  "scripts": {
48
48
  "test": "pnpm -w test --project @mui/internal-babel-plugin-minify-errors",
49
49
  "typescript": "tsgo -noEmit"
package/tsconfig.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "compilerOptions": {
3
3
  "target": "ES2022",
4
- "module": "commonjs",
5
- "moduleResolution": "node",
4
+ "module": "node16",
5
+ "moduleResolution": "node16",
6
6
  "allowJs": true,
7
7
  "checkJs": true,
8
8
  "skipLibCheck": true,