@qredex/react 1.1.2 → 1.1.3
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 +2 -2
package/README.md
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
██ ██ ████▄▄█▀█▄ ▄████ ▄█▀█▄▀██ ██▀
|
|
6
6
|
██ ▄ ██ ██ ██▄█▀ ██ ██ ██▄█▀ ███
|
|
7
7
|
▀█████▄▄█▀ ▄▀█▄▄▄▄█▀███▄▀█▄▄▄▄██ ██▄
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
▀█
|
|
9
|
+
|
|
10
10
|
Copyright (C) 2026 — 2026, Qredex, LTD. All Rights Reserved.
|
|
11
11
|
|
|
12
12
|
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
If you need additional information or have any questions, please email: copyright@qredex.com
|
|
22
22
|
-->
|
|
23
23
|
|
|
24
|
-
#
|
|
24
|
+
# `@qredex/react`
|
|
25
25
|
|
|
26
26
|
Thin React bindings for `@qredex/agent`.
|
|
27
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qredex/react",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "React wrapper for Qredex Agent",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"build": "tsc -p tsconfig.json"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@qredex/agent": "^1.1.
|
|
25
|
+
"@qredex/agent": "^1.1.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@qredex/agent": "file:../.."
|