@rozoai/intent-pay 0.0.18-beta.9 → 0.0.18
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 +8 -8
- package/build/package.json.js +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,11 +21,11 @@ You can find the full Rozo Pay documentation [here](https://pay.rozoai.com).
|
|
|
21
21
|
|
|
22
22
|
## Examples
|
|
23
23
|
|
|
24
|
-
Check out https://github.com/RozoAI/intent-pay/examples
|
|
24
|
+
Check out [example](https://github.com/RozoAI/intent-pay/tree/master/examples/nextjs-app)
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
## Demo
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
Check out our Demo Page [demo.rozo.ai](https://demo.rozo.ai/)
|
|
29
29
|
|
|
30
30
|
### Local Development
|
|
31
31
|
|
|
@@ -34,16 +34,16 @@ Clone the repository and build the SDK in `dev` mode:
|
|
|
34
34
|
```sh
|
|
35
35
|
git clone https://github.com/RozoAI/intent-pay.git
|
|
36
36
|
cd pay/packages/connectkit
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
pnpm i
|
|
38
|
+
pnpm run dev
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
The rollup bundler will now watch file changes in the background. Try using one of the examples for testing:
|
|
42
42
|
|
|
43
43
|
```sh
|
|
44
44
|
cd examples/nextjs
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
pnpm i
|
|
46
|
+
pnpm run dev
|
|
47
47
|
```
|
|
48
48
|
|
|
49
49
|
Any changes will be reflected on the Pay button in the example app.
|
|
@@ -58,7 +58,7 @@ Audits:
|
|
|
58
58
|
|
|
59
59
|
## Support
|
|
60
60
|
|
|
61
|
-
[Contact us](mailto:
|
|
61
|
+
[Contact us](mailto:hi@rozo.ai) if you'd like to integrate Rozo Pay.
|
|
62
62
|
|
|
63
63
|
## License
|
|
64
64
|
|
package/build/package.json.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@rozoai/intent-pay";
|
|
2
|
-
var version = "0.0.18
|
|
2
|
+
var version = "0.0.18";
|
|
3
3
|
var author = "RozoAI";
|
|
4
4
|
var homepage = "https://github.com/RozoAI/intent-pay";
|
|
5
5
|
var license = "BSD-2-Clause";
|
|
@@ -49,7 +49,7 @@ var dependencies = {
|
|
|
49
49
|
"@albedo-link/intent": "^0.13.0",
|
|
50
50
|
"@creit.tech/stellar-wallets-kit": "^1.7.6",
|
|
51
51
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
52
|
-
"@rozoai/intent-common": "0.0.18
|
|
52
|
+
"@rozoai/intent-common": "0.0.18",
|
|
53
53
|
"@solana/spl-token": "^0.4.13",
|
|
54
54
|
"@solana/wallet-adapter-base": "^0.9.23",
|
|
55
55
|
"@solana/wallet-adapter-react": "^0.15.35",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rozoai/intent-pay",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.18
|
|
4
|
+
"version": "0.0.18",
|
|
5
5
|
"author": "RozoAI",
|
|
6
6
|
"homepage": "https://github.com/RozoAI/intent-pay",
|
|
7
7
|
"license": "BSD-2-Clause",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@albedo-link/intent": "^0.13.0",
|
|
44
44
|
"@creit.tech/stellar-wallets-kit": "^1.7.6",
|
|
45
45
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
46
|
-
"@rozoai/intent-common": "0.0.18
|
|
46
|
+
"@rozoai/intent-common": "0.0.18",
|
|
47
47
|
"@solana/spl-token": "^0.4.13",
|
|
48
48
|
"@solana/wallet-adapter-base": "^0.9.23",
|
|
49
49
|
"@solana/wallet-adapter-react": "^0.15.35",
|