sizebay-core-sdk 1.10.0 → 1.10.1-dev.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -460,4 +460,4 @@ ClothType.TOP // For shirts, blouses, jackets
460
460
  ClothType.BOTTOM // For pants, skirts, shorts
461
461
  ClothType.FULL_BODY // For dresses, jumpsuits
462
462
  ClothType.SHOE_ACCESSORY // For shoes, accessories
463
- ```
463
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sizebay-core-sdk",
3
- "version": "1.10.0",
3
+ "version": "1.10.1-dev.1",
4
4
  "description": "A SDK designed for integrating multiple services (such as event tracking, AI services, etc.) into your application.",
5
5
  "main": "dist/sizebay-core-sdk.umd.js",
6
6
  "module": "dist/sizebay-core-sdk.es.js",