@rozoai/intent-pay 0.1.19-beta.3 → 0.1.19

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
@@ -31,6 +31,8 @@ For a complete list of supported tokens and chains, see the [Supported Tokens an
31
31
 
32
32
  You can find the full Rozo Pay documentation at [docs.rozo.ai](https://docs.rozo.ai).
33
33
 
34
+ For in-repo SDK prop reference, see [RozoPayButton Props](../../docs/ROZO_PAY_BUTTON_PROPS.md).
35
+
34
36
  ## Examples
35
37
 
36
38
  Check out complete examples and code snippets at [Complete Examples](https://docs.rozo.ai/integration/rozointentpay/examples), including:
@@ -1,5 +1,5 @@
1
1
  var name = "@rozoai/intent-pay";
2
- var version = "0.1.19-beta.3";
2
+ var version = "0.1.19";
3
3
  var author = "RozoAI";
4
4
  var homepage = "https://github.com/RozoAI/intent-pay";
5
5
  var license = "BSD-2-Clause";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rozoai/intent-pay",
3
3
  "private": false,
4
- "version": "0.1.19-beta.3",
4
+ "version": "0.1.19",
5
5
  "author": "RozoAI",
6
6
  "homepage": "https://github.com/RozoAI/intent-pay",
7
7
  "license": "BSD-2-Clause",