@vxrn/mdx 1.1.417 → 1.1.418

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,22 +1,7 @@
1
1
  {
2
2
  "name": "@vxrn/mdx",
3
- "version": "1.1.417",
4
- "types": "./types/index.d.ts",
5
- "main": "dist/index.js",
3
+ "version": "1.1.418",
6
4
  "type": "commonjs",
7
- "files": [
8
- "src",
9
- "types",
10
- "dist"
11
- ],
12
- "scripts": {
13
- "build": "tamagui-build --bundle --bundle-modules",
14
- "watch": "yarn build --watch",
15
- "lint": "biome check src",
16
- "lint:fix": "biome check --write src",
17
- "clean": "tamagui-build clean",
18
- "clean:build": "tamagui-build clean:build"
19
- },
20
5
  "exports": {
21
6
  "./package.json": "./package.json",
22
7
  ".": {
@@ -28,8 +13,24 @@
28
13
  "default": "./dist/index.native.js"
29
14
  }
30
15
  },
16
+ "main": "dist/index.js",
17
+ "types": "./types/index.d.ts",
18
+ "files": [
19
+ "src",
20
+ "types",
21
+ "dist"
22
+ ],
23
+ "scripts": {
24
+ "build": "tamagui-build --bundle --bundle-modules",
25
+ "clean": "tamagui-build clean",
26
+ "clean:build": "tamagui-build clean:build",
27
+ "lint": "biome check src",
28
+ "lint:fix": "biome check --write src",
29
+ "watch": "yarn build --watch"
30
+ },
31
31
  "dependencies": {
32
32
  "compare-versions": "^4.1.3",
33
+ "glob": "^7.2.3",
33
34
  "gray-matter": "^4.0.3",
34
35
  "hast-util-to-html": "^8.0.3",
35
36
  "hast-util-to-string": "^2.0.0",