satyamark-react 0.0.6 → 0.0.7
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 +1 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,16 +32,12 @@ SatyaMark is a React library that provides real-time verification for text and i
|
|
|
32
32
|
|
|
33
33
|
## Installation
|
|
34
34
|
|
|
35
|
-
Install via npm
|
|
35
|
+
Install via npm:
|
|
36
36
|
|
|
37
37
|
```bash
|
|
38
38
|
npm install satyamark-react
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
```bash
|
|
42
|
-
yarn add satyamark-react
|
|
43
|
-
```
|
|
44
|
-
|
|
45
41
|
**Peer Dependencies:**
|
|
46
42
|
- React 18+ (compatible with React 19)
|
|
47
43
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "satyamark-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "Official React SDK for SatyaMark — a lightweight UI library to embed transparent content verification marks, confidence indicators, and trust signals into React applications.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "DK",
|