@tuwaio/pulsar-react 0.1.0 → 0.2.0
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 +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -22,13 +22,13 @@ To use this package, you need the complete Pulsar stack, including `@wagmi/core`
|
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
24
|
# Using pnpm
|
|
25
|
-
pnpm add @tuwaio/pulsar-react
|
|
25
|
+
pnpm add @tuwaio/pulsar-react react
|
|
26
26
|
|
|
27
27
|
# Using npm
|
|
28
|
-
npm install @tuwaio/pulsar-react
|
|
28
|
+
npm install @tuwaio/pulsar-react react
|
|
29
29
|
|
|
30
30
|
# Using yarn
|
|
31
|
-
yarn add @tuwaio/pulsar-react
|
|
31
|
+
yarn add @tuwaio/pulsar-react react
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/pulsar-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"react": "19.x.x"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@types/react": "^19.2.
|
|
44
|
+
"@types/react": "^19.2.7",
|
|
45
45
|
"react": "^19.2.0",
|
|
46
|
-
"tsup": "^8.5.
|
|
46
|
+
"tsup": "^8.5.1",
|
|
47
47
|
"typescript": "^5.9.3"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|