@strav/social 1.0.0-alpha.35 → 1.0.0-alpha.36

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strav/social",
3
- "version": "1.0.0-alpha.35",
3
+ "version": "1.0.0-alpha.36",
4
4
  "description": "Strav social-login module — provider-agnostic OAuth/OIDC client. Normalized profile + token DTOs, state + PKCE helpers, capability gating, multi-provider routing. Line / Google / Facebook adapters ship as subpath imports (`@strav/social/line`, `@strav/social/google`, `@strav/social/facebook`).",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -23,9 +23,9 @@
23
23
  "access": "public"
24
24
  },
25
25
  "dependencies": {
26
- "@strav/database": "1.0.0-alpha.35",
27
- "@strav/http": "1.0.0-alpha.35",
28
- "@strav/kernel": "1.0.0-alpha.35"
26
+ "@strav/database": "1.0.0-alpha.36",
27
+ "@strav/http": "1.0.0-alpha.36",
28
+ "@strav/kernel": "1.0.0-alpha.36"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@types/bun": ">=1.3.14"