@strivacity/sdk-react 2.1.0 → 2.1.1
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/CHANGELOG.md +10 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 2.1.1 (2025-11-19)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- type module removed from package.json files ([9b2fb1f](https://github.com/Strivacity/sdk-js/commit/9b2fb1f))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated sdk-core to 2.1.1
|
|
10
|
+
|
|
1
11
|
## 2.1.0 (2025-11-10)
|
|
2
12
|
|
|
3
13
|
### 🚀 Features
|
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strivacity/sdk-react",
|
|
3
|
-
"version": "2.1.
|
|
4
|
-
"type": "module",
|
|
3
|
+
"version": "2.1.1",
|
|
5
4
|
"license": "MIT",
|
|
6
5
|
"description": "Strivacity React SDK client",
|
|
7
6
|
"author": "strivacity <opensource@strivacity.com>",
|
|
8
7
|
"dependencies": {
|
|
9
|
-
"@strivacity/sdk-core": "2.1.
|
|
8
|
+
"@strivacity/sdk-core": "2.1.1"
|
|
10
9
|
},
|
|
11
10
|
"peerDependencies": {
|
|
12
11
|
"react": ">=18"
|