@mui/internal-code-infra 0.0.4-canary.2 → 0.0.4-canary.4
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 +9 -6
- package/src/build-env.d.ts +13 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/internal-code-infra",
|
|
3
|
-
"version": "0.0.4-canary.
|
|
3
|
+
"version": "0.0.4-canary.4",
|
|
4
4
|
"description": "Infra scripts and configs to be used across MUI repos.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,6 +43,9 @@
|
|
|
43
43
|
"./brokenLinksChecker": {
|
|
44
44
|
"types": "./build/brokenLinksChecker/index.d.mts",
|
|
45
45
|
"default": "./src/brokenLinksChecker/index.mjs"
|
|
46
|
+
},
|
|
47
|
+
"./build-env": {
|
|
48
|
+
"types": "./src/build-env.d.ts"
|
|
46
49
|
}
|
|
47
50
|
},
|
|
48
51
|
"bin": {
|
|
@@ -113,9 +116,9 @@
|
|
|
113
116
|
"typescript-eslint": "^8.56.1",
|
|
114
117
|
"unified": "^11.0.5",
|
|
115
118
|
"yargs": "^18.0.0",
|
|
116
|
-
"@mui/internal-babel-plugin-display-name": "1.0.4-canary.
|
|
117
|
-
"@mui/internal-babel-plugin-
|
|
118
|
-
"@mui/internal-babel-plugin-
|
|
119
|
+
"@mui/internal-babel-plugin-display-name": "1.0.4-canary.14",
|
|
120
|
+
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.24",
|
|
121
|
+
"@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.33"
|
|
119
122
|
},
|
|
120
123
|
"peerDependencies": {
|
|
121
124
|
"@next/eslint-plugin-next": "*",
|
|
@@ -161,10 +164,10 @@
|
|
|
161
164
|
"publishConfig": {
|
|
162
165
|
"access": "public"
|
|
163
166
|
},
|
|
164
|
-
"gitSha": "
|
|
167
|
+
"gitSha": "96a7c608aa3603924622f70e8fe30cf084d59909",
|
|
165
168
|
"scripts": {
|
|
166
169
|
"build": "tsgo -p tsconfig.build.json",
|
|
167
|
-
"typescript": "tsgo -
|
|
170
|
+
"typescript": "tsgo -noEmit",
|
|
168
171
|
"test": "pnpm -w test --project @mui/internal-code-infra",
|
|
169
172
|
"test:copy": "rm -rf build && node bin/code-infra.mjs copy-files --glob \"src/cli/*.mjs\" --glob \"src/eslint/**/*.mjs:esm\""
|
|
170
173
|
}
|