@jamwidgets/astro 0.3.2 → 0.3.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jamwidgets/astro",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "Astro components and content loader for Jamwidgets (forms, comments, reactions, posts)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -57,7 +57,7 @@
57
57
  ],
58
58
  "license": "MIT",
59
59
  "dependencies": {
60
- "@jamwidgets/core": "^0.3.1"
60
+ "@jamwidgets/core": "^0.3.3"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "astro": "^5.0.0 || ^6.0.0 || ^7.0.0"
@@ -5,7 +5,7 @@
5
5
  * Rendered at the bottom of a drop-in widget. It hydrates hidden and only
6
6
  * reveals itself when the site is on the Free tier (no custom branding) — the
7
7
  * gate is the `hasCustomBranding` flag from `GET /api/v1/site`. Paid tiers
8
- * (Pro/Team) keep it hidden, and if the config fetch fails we stay hidden so a
8
+ * Team sites keep it hidden, and if the config fetch fails we stay hidden so a
9
9
  * paying site is never wrongly branded.
10
10
  *
11
11
  * Included by the block widgets (Comments, Form, Subscribe, Poll, Feedback,