@vscode/markdown-editor 0.0.2-76 → 0.0.2-78

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": "@vscode/markdown-editor",
3
- "version": "0.0.2-76",
3
+ "version": "0.0.2-78",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -71,7 +71,7 @@
71
71
  "build:fixture-dependencies": "pnpm run build:dependencies && pnpm --filter @vscode/component-explorer-vite-plugin... build && pnpm --filter @vscode/sample-web-editor build",
72
72
  "build:fixtures": "vite build --config vite.fixture.config.ts --outDir dist-explorer --emptyOutDir",
73
73
  "build:explorer": "pnpm run build:fixture-dependencies && pnpm run build:fixtures",
74
- "serve:e2e-fixtures": "vite preview --config vite.fixture.config.ts --outDir dist-explorer --port 5179 --strictPort",
74
+ "serve:e2e-fixtures": "vite preview --config vite.fixture.config.ts --outDir dist-explorer",
75
75
  "dev": "vite build --watch",
76
76
  "pack": "pnpm run build && pnpm pack",
77
77
  "test": "vitest --run",
@@ -111,5 +111,5 @@
111
111
  "vitest": "^4.1.0",
112
112
  "zod": "^4.3.6"
113
113
  },
114
- "gitHead": "a5cb64b2e48a3cac392e26ed31ce9cd693c3db2f"
114
+ "gitHead": "fc8d212b9cc8ad6594b05861ef5be95a6a6ce834"
115
115
  }