lightnet 3.12.1 → 3.12.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # lightnet
2
2
 
3
+ ## 3.12.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#359](https://github.com/LightNetDev/LightNet/pull/359) [`1e71adf`](https://github.com/LightNetDev/LightNet/commit/1e71adfd03c218efeb06a20b73132a688a7d0ce3) Thanks [@smn-cds](https://github.com/smn-cds)! - Remove internal image path collection
8
+
3
9
  ## 3.12.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "LightNet makes it easy to run your own digital media library.",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
- "version": "3.12.1",
6
+ "version": "3.12.2",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://github.com/LightNetDev/lightnet",
@@ -315,13 +315,6 @@ export const LIGHTNET_COLLECTIONS = {
315
315
  }),
316
316
  schema: mediaTypeSchema,
317
317
  }),
318
- "internal-media-image-path": defineCollection({
319
- loader: glob({
320
- pattern: "*.json",
321
- base: "./src/content/media",
322
- }),
323
- schema: z.object({ image: z.string() }),
324
- }),
325
318
  }
326
319
 
327
320
  export const mediaItemEntrySchema = z.object({