@springmicro/auth 0.2.0-alpha.3 → 0.2.0-alpha.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -52,6 +52,7 @@ pnpm run build
52
52
  ### Install in repo (locally)
53
53
 
54
54
  ```bash
55
+ # testing it out in a demo project
55
56
  cd astro-demo-project
56
57
  pnpm run astro add react
57
58
  pnpm run astro add auth-astro
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@springmicro/auth",
3
- "version": "0.2.0-alpha.3",
3
+ "version": "0.2.0-alpha.4",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -54,5 +54,5 @@
54
54
  "react-social-login-buttons": "^4.1.0",
55
55
  "uuid": "^9.0.1"
56
56
  },
57
- "gitHead": "0854b518932e657d4c08fb5877c725a9425b36e9"
57
+ "gitHead": "235b44295dc41168e78c6bc31f286ae7c4587a6c"
58
58
  }