@swan-admin/swan-ai-measurements 1.1.13 → 1.1.14

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 +8 -12
  2. package/package.json +1 -1
package/Readme.md CHANGED
@@ -1,19 +1,16 @@
1
- SWAN Node.js Library
2
- -------------------
1
+ ## SWAN Node.js Library
2
+
3
3
  Swan is an AI Fitting Room that lets shoppers size & try on clothes virtually. For clothing brands and online retailers, Swan powers completely personalised sales – increasing conversion & reducing expensive returns.
4
4
 
5
- Documentation
6
- ------------
5
+ ## Documentation
7
6
 
8
- See the<a href="https://www.swanvision.ai/docs">SWAN API docs</a> for Node.js.
7
+ See the <a href="https://www.swanvision.ai/docs">SWAN API docs</a> for Node.js.
9
8
 
9
+ ## Requirements
10
10
 
11
- Requirements
12
- -------------------
13
11
  Node 20 or higher.
14
12
 
15
- Usage
16
- -------------------
13
+ ## Usage
17
14
 
18
15
  ##### Installation
19
16
 
@@ -31,7 +28,6 @@ Usage
31
28
 
32
29
  swan.measurement.getMeasurementResult(scanId)
33
30
 
31
+ ## Support
34
32
 
35
- Support
36
- ------------------
37
- New features and bug fixes are released on the latest major version of the SWAN package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.
33
+ New features and bug fixes are released on the latest major version of the SWAN package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swan-admin/swan-ai-measurements",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "provides ai measurement suggestion",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",