@rozoai/intent-pay 0.0.7 → 0.0.8
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 +24 -26
- package/build/index.js +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,29 +1,3 @@
|
|
|
1
|
-
# How to release `connectkit` package
|
|
2
|
-
|
|
3
|
-
## Setup
|
|
4
|
-
|
|
5
|
-
Make sure `pnpm` is installed.
|
|
6
|
-
|
|
7
|
-
```sh
|
|
8
|
-
pnpm -v
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
If not, install it.
|
|
12
|
-
|
|
13
|
-
```sh
|
|
14
|
-
npm install -g pnpm
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
## Release
|
|
18
|
-
|
|
19
|
-
```sh
|
|
20
|
-
pnpm run release
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
Choose the version.
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
1
|
<a href="https://paydocs.daimo.com">
|
|
28
2
|
<img src="https://pbs.twimg.com/profile_banners/1666972322828541954/1733698695/1500x500">
|
|
29
3
|
</a>
|
|
@@ -101,3 +75,27 @@ See [LICENSE](https://github.com/daimo-eth/pay/blob/master/packages/connectkit/L
|
|
|
101
75
|
Rozo Intent Pay SDK is a fork of [Daimo](https://github.com/daimo-eth/pay) developed by [Daimo](https://daimo.com). We're grateful to them for making cross chain payment fast, simple and open-source.
|
|
102
76
|
|
|
103
77
|
Daimo Pay SDK is a fork of [Connectkit](https://github.com/family/connectkit) developed by [Family](https://family.co). We're grateful to them for making Connectkit fast, beatiful and open-source.
|
|
78
|
+
|
|
79
|
+
# How to release `connectkit` package
|
|
80
|
+
|
|
81
|
+
## Setup
|
|
82
|
+
|
|
83
|
+
Make sure `pnpm` is installed.
|
|
84
|
+
|
|
85
|
+
```sh
|
|
86
|
+
pnpm -v
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
If not, install it.
|
|
90
|
+
|
|
91
|
+
```sh
|
|
92
|
+
npm install -g pnpm
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
## Release
|
|
96
|
+
|
|
97
|
+
```sh
|
|
98
|
+
pnpm run release
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
Choose the version on the prompt.
|
package/build/index.js
CHANGED
|
@@ -22,9 +22,9 @@ import { VersionedTransaction } from '@solana/web3.js';
|
|
|
22
22
|
import { normalize } from 'viem/ens';
|
|
23
23
|
|
|
24
24
|
var name = "@rozoai/intent-pay";
|
|
25
|
-
var version = "0.0.
|
|
25
|
+
var version = "0.0.8";
|
|
26
26
|
var author = "Daimo";
|
|
27
|
-
var homepage = "https://
|
|
27
|
+
var homepage = "https://github.com/RozoAI/intent-pay";
|
|
28
28
|
var license = "BSD-2-Clause license";
|
|
29
29
|
var description = "Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.";
|
|
30
30
|
var main = "./src/index.ts";
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rozoai/intent-pay",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.8",
|
|
5
5
|
"author": "Daimo",
|
|
6
|
-
"homepage": "https://
|
|
6
|
+
"homepage": "https://github.com/RozoAI/intent-pay",
|
|
7
7
|
"license": "BSD-2-Clause license",
|
|
8
8
|
"description": "Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.",
|
|
9
9
|
"main": "./src/index.ts",
|