@mui/internal-code-infra 0.0.4-canary.43 → 0.0.4-canary.45
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
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.45",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "Infra scripts and configs to be used across MUI repos.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"publishConfig": {
|
|
192
192
|
"access": "public"
|
|
193
193
|
},
|
|
194
|
-
"gitSha": "
|
|
194
|
+
"gitSha": "fb2e995849648cc3f6e43ed4ad10b7bad0750d7c",
|
|
195
195
|
"scripts": {
|
|
196
196
|
"build": "tsgo -p tsconfig.build.json",
|
|
197
197
|
"typescript": "tsgo -noEmit",
|
package/src/cli/packageJson.d.ts
CHANGED
|
@@ -308,7 +308,7 @@ declare namespace PackageJson {
|
|
|
308
308
|
browser?: string | Partial<Record<string, string | false>>;
|
|
309
309
|
|
|
310
310
|
/**
|
|
311
|
-
Denote which files in your project are "pure" and therefore safe for
|
|
311
|
+
Denote which files in your project are "pure" and therefore safe for webpack to prune if unused.
|
|
312
312
|
|
|
313
313
|
[Read more.](https://webpack.js.org/guides/tree-shaking/)
|
|
314
314
|
*/
|
|
@@ -34,7 +34,7 @@ swap:
|
|
|
34
34
|
'Codesandbox ': 'CodeSandbox '
|
|
35
35
|
code sandbox: CodeSandbox
|
|
36
36
|
Stackblitz: StackBlitz
|
|
37
|
-
Webpack: webpack # https://
|
|
37
|
+
Webpack: webpack # https://x.com/wSokra/status/855800490713649152
|
|
38
38
|
app router: App Router # Next.js
|
|
39
39
|
pages router: Pages Router # Next.js
|
|
40
40
|
page router: Pages Router # Next.js
|