@swype-org/react-sdk 0.2.1-betatest.d455d11 → 0.2.23

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/README.md CHANGED
@@ -1 +1,19 @@
1
- Deploy
1
+ # @swype-org/react-sdk
2
+
3
+ Blink React SDK — drop-in payment widget and hooks for integrating Blink payments.
4
+
5
+ ## npm releases and production API
6
+
7
+ Published versions on npm are released as part of the **production** deploy workflow (after **core-api** is deployed to production). Pushing SDK changes to `main` alone does not publish a new npm version.
8
+
9
+ Pin a specific version in your app (for example `"@swype-org/react-sdk": "0.1.x"`) instead of relying on floating `latest` in production.
10
+
11
+ ## Local development
12
+
13
+ To use the package from a git checkout without waiting for npm:
14
+
15
+ ```bash
16
+ npm install file:../path/to/swype-sdk
17
+ ```
18
+
19
+ Or link the monorepo package with your package manager’s workspace or `npm link` flow.