@strav/herald 1.0.0-alpha.43 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strav/herald",
3
- "version": "1.0.0-alpha.43",
3
+ "version": "1.0.2",
4
4
  "description": "Strav micro-publishing — provider-agnostic abstraction for publishing posts to social platforms (Google Business Profile, Meta/Facebook + Instagram, WordPress). Normalized PublishInput + capability-flagged drivers + inbound webhook registry for engagement events (reviews, comments, reactions). Drivers ship as subpath imports (`@strav/herald/gbp`, `@strav/herald/meta`, `@strav/herald/wordpress`). X (Twitter), TikTok, LinkedIn, Threads come in later releases.",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -24,15 +24,15 @@
24
24
  "access": "public"
25
25
  },
26
26
  "dependencies": {
27
- "@strav/database": "1.0.0-alpha.43",
28
- "@strav/http": "1.0.0-alpha.43",
29
- "@strav/kernel": "1.0.0-alpha.43"
27
+ "@strav/database": "1.0.2",
28
+ "@strav/http": "1.0.2",
29
+ "@strav/kernel": "1.0.2"
30
30
  },
31
31
  "devDependencies": {
32
- "@strav/social": "1.0.0-alpha.43"
32
+ "@strav/social": "1.0.2"
33
33
  },
34
34
  "peerDependencies": {
35
- "@strav/social": "1.0.0-alpha.43",
35
+ "@strav/social": "1.0.2",
36
36
  "@types/bun": ">=1.3.14"
37
37
  },
38
38
  "peerDependenciesMeta": {