@strivacity/sdk-next 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. 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-next",
3
- "version": "2.1.0",
4
- "type": "module",
3
+ "version": "2.1.1",
5
4
  "license": "MIT",
6
5
  "description": "Strivacity Next.js SDK client",
7
6
  "author": "strivacity <opensource@strivacity.com>",
8
7
  "dependencies": {
9
- "@strivacity/sdk-core": "2.1.0"
8
+ "@strivacity/sdk-core": "2.1.1"
10
9
  },
11
10
  "peerDependencies": {
12
11
  "next": ">=13"