@tinacms/mdx 0.0.0-9fb1402-20251124051232 → 0.0.0-a23fec8-20251217045135

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.
@@ -3,11 +3,11 @@
3
3
 
4
4
 
5
5
  */
6
- import type * as Md from 'mdast';
7
- import type * as Plate from './plate';
8
6
  import type { RichTextType } from '@tinacms/schema-tools';
9
- import type { MdxJsxTextElement, MdxJsxFlowElement } from 'mdast-util-mdx-jsx';
7
+ import type * as Md from 'mdast';
10
8
  import type { ContainerDirective } from 'mdast-util-directive';
9
+ import type { MdxJsxFlowElement, MdxJsxTextElement } from 'mdast-util-mdx-jsx';
10
+ import type * as Plate from './plate';
11
11
  export type { Position, PositionItem } from './plate';
12
12
  declare module 'mdast' {
13
13
  interface StaticPhrasingContentMap {
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@tinacms/mdx",
3
- "version": "0.0.0-9fb1402-20251124051232",
4
- "typings": "dist/index.d.ts",
3
+ "version": "0.0.0-a23fec8-20251217045135",
4
+ "type": "module",
5
5
  "main": "dist/index.js",
6
- "browser": "dist/index.browser.mjs",
7
- "module": "dist/index.mjs",
6
+ "types": "dist/index.d.ts",
7
+ "browser": "dist/index.browser.js",
8
8
  "files": [
9
9
  "package.json",
10
10
  "dist"
11
11
  ],
12
12
  "exports": {
13
13
  ".": {
14
- "browser": "./dist/index.browser.mjs",
15
- "import": "./dist/index.mjs",
16
- "require": "./dist/index.js"
14
+ "types": "./dist/index.d.ts",
15
+ "browser": "./dist/index.browser.js",
16
+ "default": "./dist/index.js"
17
17
  }
18
18
  },
19
19
  "license": "Apache-2.0",
@@ -30,7 +30,6 @@
30
30
  "acorn": "8.8.2",
31
31
  "ccount": "2.0.1",
32
32
  "estree-util-is-identifier-name": "2.1.0",
33
- "lodash.flatten": "4.4.0",
34
33
  "mdast-util-compact": "4.1.1",
35
34
  "mdast-util-directive": "2.2.4",
36
35
  "mdast-util-from-markdown": "1.3.0",
@@ -56,7 +55,7 @@
56
55
  "unist-util-visit": "4.1.2",
57
56
  "uvu": "0.5.6",
58
57
  "vfile-message": "3.1.4",
59
- "@tinacms/schema-tools": "0.0.0-9fb1402-20251124051232"
58
+ "@tinacms/schema-tools": "0.0.0-a23fec8-20251217045135"
60
59
  },
61
60
  "publishConfig": {
62
61
  "registry": "https://registry.npmjs.org"
@@ -67,7 +66,6 @@
67
66
  },
68
67
  "devDependencies": {
69
68
  "@types/estree": "1.0.0",
70
- "@types/lodash.flatten": "^4.4.9",
71
69
  "@types/mdast": "^3.0.15",
72
70
  "@types/node": "^22.13.1",
73
71
  "@types/prettier": "^2.7.3",
@@ -80,7 +78,7 @@
80
78
  "typescript": "^5.7.3",
81
79
  "vite": "^4.5.9",
82
80
  "vitest": "^0.32.4",
83
- "@tinacms/scripts": "0.0.0-9fb1402-20251124051232"
81
+ "@tinacms/scripts": "1.4.2"
84
82
  },
85
83
  "scripts": {
86
84
  "types": "tsc",