@apolitical/component-library 2.1.6 → 2.1.7-4126.0

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/index.mjs CHANGED
@@ -8446,13 +8446,13 @@ const xe = "discussion_form_", dr = ({
8446
8446
  break;
8447
8447
  case "response":
8448
8448
  O = await u.create(
8449
- { question: t.slugs.question },
8449
+ { questionSlug: t.slugs.question },
8450
8450
  { body: m, authorId: d && d.id, contentPath: S }
8451
8451
  );
8452
8452
  break;
8453
8453
  case "reply":
8454
8454
  O = await u.create(
8455
- { question: t.slugs.question, answer: t.slugs.answer },
8455
+ { questionSlug: t.slugs.question, answerSlug: t.slugs.answer },
8456
8456
  { body: m, authorId: d && d.id, contentPath: S }
8457
8457
  );
8458
8458
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "2.1.6",
3
+ "version": "2.1.7-4126.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {