@content-collections/core 0.8.0 → 0.8.1

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/README.md CHANGED
@@ -27,7 +27,7 @@ Content Collections offers a variety of adapters that seamlessly integrate with
27
27
  - [Next.js](https://www.content-collections.dev/docs/quickstart/next)
28
28
  - [Qwik](https://www.content-collections.dev/docs/quickstart/qwik)
29
29
  - [Remix (Vite)](https://www.content-collections.dev/docs/quickstart/remix-vite)
30
- - [Solid Start](https://www.content-collections.dev/docs/quickstart/solid)
30
+ - [Solid Start](https://www.content-collections.dev/docs/quickstart/solid-start)
31
31
  - [SvelteKit](https://www.content-collections.dev/docs/quickstart/svelte-kit)
32
32
  - [Vite](https://www.content-collections.dev/docs/quickstart/vite)
33
33
 
package/dist/index.js CHANGED
@@ -741,7 +741,7 @@ import { existsSync as existsSync2 } from "node:fs";
741
741
  import fs3 from "node:fs/promises";
742
742
  import path7 from "node:path";
743
743
 
744
- // ../../node_modules/.pnpm/bundle-require@5.0.0_esbuild@0.21.4/node_modules/bundle-require/dist/index.js
744
+ // ../../node_modules/.pnpm/bundle-require@5.0.0_esbuild@0.25.0/node_modules/bundle-require/dist/index.js
745
745
  import {
746
746
  build as build2,
747
747
  context
@@ -918,7 +918,7 @@ var loadTsConfigInternal = (dir = process.cwd(), name = "tsconfig.json", isExten
918
918
  };
919
919
  var loadTsConfig = (dir, name) => loadTsConfigInternal(dir, name);
920
920
 
921
- // ../../node_modules/.pnpm/bundle-require@5.0.0_esbuild@0.21.4/node_modules/bundle-require/dist/index.js
921
+ // ../../node_modules/.pnpm/bundle-require@5.0.0_esbuild@0.25.0/node_modules/bundle-require/dist/index.js
922
922
  var tsconfigPathsToRegExp = (paths) => {
923
923
  return Object.keys(paths || {}).map((key) => {
924
924
  return new RegExp(`^${key.replace(/\*/, ".*")}$`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@content-collections/core",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@parcel/watcher": "^2.4.1",
35
35
  "camelcase": "^8.0.0",
36
- "esbuild": "^0.21.4",
36
+ "esbuild": "^0.25.0",
37
37
  "gray-matter": "^4.0.3",
38
38
  "p-limit": "^6.1.0",
39
39
  "picomatch": "^4.0.2",