@aaronellington/vite-plugin-inkwell 0.0.6 → 0.0.7

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 (2) hide show
  1. package/global.d.ts +1 -2
  2. package/package.json +1 -1
package/global.d.ts CHANGED
@@ -1,6 +1,5 @@
1
- import type { ContentItem } from "./dist/types.js"
2
-
3
1
  declare module "inkwell:*" {
2
+ import type { ContentItem } from "@aaronellington/vite-plugin-inkwell"
4
3
  const collection: ContentItem[]
5
4
  export default collection
6
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aaronellington/vite-plugin-inkwell",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "A Vite plugin that transforms directories of markdown files into typed, lazy-loaded content collections with frontmatter parsing, asset hashing, and HMR.",
5
5
  "license": "MIT",
6
6
  "author": "Aaron Ellington",