@ecommaps/client 1.2.2 → 1.3.0

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/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -129,6 +129,16 @@ To build a complete store:
129
129
 
130
130
  ---
131
131
 
132
+ ## 🌍 Universal Compatibility
133
+
134
+ The Ecommaps SDK is built using standard Fetch API and is environment-agnostic. It works seamlessly across:
135
+ - **Web Frameworks**: React, Next.js, Vue, Nuxt, Svelte, Angular.
136
+ - **Mobile**: React Native, Expo, Ionic.
137
+ - **Server-side**: Node.js, Bun, Deno, Edge Functions (Vercel, Cloudflare).
138
+ - **AI Agents**: Highly optimized for AI-driven development and autonomous agents.
139
+
140
+ ---
141
+
132
142
  ## 📄 License
133
143
 
134
144
  Distributed under the ISC License. © 2026 ecommaps.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecommaps/client",
3
- "version": "1.2.2",
3
+ "version": "1.3.0",
4
4
  "description": "The official JS SDK for Ecommaps Headless Storefronts.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",