@mui/internal-docs-infra 0.11.1-canary.12 → 0.11.1-canary.13

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 (1) hide show
  1. package/package.json +12 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/internal-docs-infra",
3
- "version": "0.11.1-canary.12",
3
+ "version": "0.11.1-canary.13",
4
4
  "author": "MUI Team",
5
5
  "description": "MUI Infra - internal documentation creation tools.",
6
6
  "license": "MIT",
@@ -113,6 +113,16 @@
113
113
  "default": "./abstractCreateTypes/index.mjs"
114
114
  }
115
115
  },
116
+ "./cli": {
117
+ "import": {
118
+ "types": "./cli/index.d.mts",
119
+ "default": "./cli/index.mjs"
120
+ },
121
+ "default": {
122
+ "types": "./cli/index.d.mts",
123
+ "default": "./cli/index.mjs"
124
+ }
125
+ },
116
126
  "./CodeControllerContext": {
117
127
  "import": {
118
128
  "types": "./CodeControllerContext/index.d.mts",
@@ -697,5 +707,5 @@
697
707
  "bin": {
698
708
  "docs-infra": "./cli/index.mjs"
699
709
  },
700
- "gitSha": "2255367d95552f139d2cb2eab03ad223163788b4"
710
+ "gitSha": "d4c42f7a8a179675e95cd1ea1e56c69322dbc3b3"
701
711
  }