@qualcomm-ui/mdx-vite 2.6.2 → 2.6.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/dist/cli.js +18 -7
- package/dist/cli.js.map +2 -2
- package/dist/docs-plugin/__tests__/markdown-indexer.spec.d.ts.map +1 -0
- package/dist/docs-plugin/__tests__/remark-slug.spec.d.ts.map +1 -0
- package/dist/docs-plugin/__tests__/remix-flat-routes.spec.d.ts.map +1 -0
- package/dist/docs-plugin/__tests__/remix.spec.d.ts.map +1 -0
- package/dist/docs-plugin/__tests__/utils.d.ts.map +1 -0
- package/dist/docs-plugin/__tests__/utils.spec.d.ts +2 -0
- package/dist/docs-plugin/__tests__/utils.spec.d.ts.map +1 -0
- package/dist/docs-plugin/__tests__/vite-generouted.spec.d.ts.map +1 -0
- package/dist/docs-plugin/internal/search-indexer.d.ts.map +1 -1
- package/dist/docs-plugin/internal/services/markdown/markdown-file-reader.d.ts.map +1 -1
- package/dist/docs-plugin/shiki/utils.d.ts.map +1 -1
- package/dist/index.js +25 -11
- package/dist/index.js.map +2 -2
- package/dist/tsbuildinfo +1 -1
- package/package.json +14 -14
- package/dist/docs-plugin/tests/markdown-indexer.spec.d.ts.map +0 -1
- package/dist/docs-plugin/tests/remark-slug.spec.d.ts.map +0 -1
- package/dist/docs-plugin/tests/remix-flat-routes.spec.d.ts.map +0 -1
- package/dist/docs-plugin/tests/remix.spec.d.ts.map +0 -1
- package/dist/docs-plugin/tests/utils.d.ts.map +0 -1
- package/dist/docs-plugin/tests/vite-generouted.spec.d.ts.map +0 -1
- /package/dist/docs-plugin/{tests → __tests__}/markdown-indexer.spec.d.ts +0 -0
- /package/dist/docs-plugin/{tests → __tests__}/remark-slug.spec.d.ts +0 -0
- /package/dist/docs-plugin/{tests → __tests__}/remix-flat-routes.spec.d.ts +0 -0
- /package/dist/docs-plugin/{tests → __tests__}/remix.spec.d.ts +0 -0
- /package/dist/docs-plugin/{tests → __tests__}/utils.d.ts +0 -0
- /package/dist/docs-plugin/{tests → __tests__}/vite-generouted.spec.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,14 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qualcomm-ui/mdx-vite",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.4",
|
|
4
4
|
"description": "Vite documentation plugin for applications that use MDX",
|
|
5
|
-
"repository": "https://github.com/qualcomm/qualcomm-ui",
|
|
6
5
|
"author": "Ryan Bower",
|
|
7
6
|
"license": "BSD-3-Clause-Clear",
|
|
7
|
+
"repository": "https://github.com/qualcomm/qualcomm-ui",
|
|
8
|
+
"publishConfig": {
|
|
9
|
+
"access": "public"
|
|
10
|
+
},
|
|
8
11
|
"type": "module",
|
|
9
12
|
"bin": {
|
|
10
13
|
"qui-mdx-vite": "./lib/cli.js"
|
|
11
14
|
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist",
|
|
17
|
+
"lib"
|
|
18
|
+
],
|
|
19
|
+
"types": "./dist/index.d.ts",
|
|
12
20
|
"exports": {
|
|
13
21
|
".": {
|
|
14
22
|
"types": "./dist/index.d.ts",
|
|
@@ -25,17 +33,6 @@
|
|
|
25
33
|
"types": "./dist/react-demo-plugin/virtual.d.ts"
|
|
26
34
|
}
|
|
27
35
|
},
|
|
28
|
-
"types": "./dist/index.d.ts",
|
|
29
|
-
"files": [
|
|
30
|
-
"dist",
|
|
31
|
-
"lib"
|
|
32
|
-
],
|
|
33
|
-
"publishConfig": {
|
|
34
|
-
"access": "public"
|
|
35
|
-
},
|
|
36
|
-
"engines": {
|
|
37
|
-
"node": ">=20"
|
|
38
|
-
},
|
|
39
36
|
"dependencies": {
|
|
40
37
|
"@shikijs/rehype": "^3.13.0",
|
|
41
38
|
"@shikijs/transformers": "^3.13.0",
|
|
@@ -85,9 +82,12 @@
|
|
|
85
82
|
"vite": ">=7 <8"
|
|
86
83
|
},
|
|
87
84
|
"optionalDependencies": {
|
|
88
|
-
"@qualcomm-ui/tailwind-plugin": "^1.
|
|
85
|
+
"@qualcomm-ui/tailwind-plugin": "^1.4.0",
|
|
89
86
|
"postcss": "^8.5.6",
|
|
90
87
|
"postcss-selector-parser": "^7.1.1",
|
|
91
88
|
"tailwindcss": "^4.1.17"
|
|
89
|
+
},
|
|
90
|
+
"engines": {
|
|
91
|
+
"node": ">=20"
|
|
92
92
|
}
|
|
93
93
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"markdown-indexer.spec.d.ts","sourceRoot":"","sources":["../../../src/docs-plugin/tests/markdown-indexer.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"remark-slug.spec.d.ts","sourceRoot":"","sources":["../../../src/docs-plugin/tests/remark-slug.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"remix-flat-routes.spec.d.ts","sourceRoot":"","sources":["../../../src/docs-plugin/tests/remix-flat-routes.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"remix.spec.d.ts","sourceRoot":"","sources":["../../../src/docs-plugin/tests/remix.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/docs-plugin/tests/utils.ts"],"names":[],"mappings":"AAEA,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAE/C;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,GAAG,IAAI,CAE/D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vite-generouted.spec.d.ts","sourceRoot":"","sources":["../../../src/docs-plugin/tests/vite-generouted.spec.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|