@strifeapp/astro 1.0.9 → 1.0.10

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/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -293,7 +293,7 @@ function h(e) {
293
293
 
294
294
  this.additionalSources = {"Helper": ${a(y)}}
295
295
 
296
- ${(e.collections || ["Posts"]).map((n) => `this.map("${typeof n == "string" ? n : n.name}", (doc) => { return });`).join(`
296
+ ${(e.collections || ["Posts"]).map((n) => `this.map("${typeof n == "string" ? n : n.name}", (doc) => { return mapDocument(doc) });`).join(`
297
297
  `)}
298
298
 
299
299
  this.deploymentMode = 'Rolling';
@@ -322,7 +322,7 @@ function h(e) {
322
322
  const T = {
323
323
  type: "pfx"
324
324
  };
325
- function b(e) {
325
+ function D(e) {
326
326
  let o, t;
327
327
  return {
328
328
  name: "@strife/astro",
@@ -357,5 +357,5 @@ function b(e) {
357
357
  };
358
358
  }
359
359
  export {
360
- b as default
360
+ D as default
361
361
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strifeapp/astro",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Official Strife Astro integration",
5
5
  "keywords": [
6
6
  "astro-integration",