satyamark-react 0.0.6 → 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 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 or yarn:
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/dist/index.js CHANGED
@@ -146,7 +146,7 @@ function receiveData(data) {
146
146
  try {
147
147
  cb(data);
148
148
  } catch (err) {
149
- console.error("listener error", err);
149
+ console.log("listener error", err);
150
150
  }
151
151
  }
152
152
  }
package/dist/index.mjs CHANGED
@@ -104,7 +104,7 @@ function receiveData(data) {
104
104
  try {
105
105
  cb(data);
106
106
  } catch (err) {
107
- console.error("listener error", err);
107
+ console.log("listener error", err);
108
108
  }
109
109
  }
110
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "satyamark-react",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
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",