@flarelink/client 0.2.0 → 0.2.1

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,7 +28,7 @@ const user = await flarelink.auth.getMe();
28
28
 
29
29
  ### 1. Create a Flarelink project
30
30
 
31
- Sign up at [flarelink.jaan-f97.workers.dev](https://flarelink.jaan-f97.workers.dev), connect your Cloudflare account, and click **Provision new project** in the dashboard. Flarelink uploads an auth Worker to your CF account and gives you back its URL.
31
+ Sign up at [dash.flarelink.dev](dash.flarelink.dev), connect your Cloudflare account, and click **Provision new project** in the dashboard. Flarelink uploads an auth Worker to your CF account and gives you back its URL.
32
32
 
33
33
  ### 2. Add the deployment URL to your env
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarelink/client",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Client SDK for Flarelink — auth + storage + database for the Cloudflare developer stack.",
5
5
  "license": "MIT",
6
6
  "type": "module",