@perspective-ai/sdk 1.7.0 → 1.7.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.
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  // src/constants.ts
4
- var SDK_VERSION = "1.7.0";
4
+ var SDK_VERSION = "1.7.1";
5
5
  var FEATURES = {
6
6
  RESIZE: 1 << 0,
7
7
  // 0b0001
package/dist/constants.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/constants.ts
2
- var SDK_VERSION = "1.7.0";
2
+ var SDK_VERSION = "1.7.1";
3
3
  var FEATURES = {
4
4
  RESIZE: 1 << 0,
5
5
  // 0b0001
package/dist/index.cjs CHANGED
@@ -58,7 +58,7 @@ if (hasDom()) {
58
58
  }
59
59
 
60
60
  // src/constants.ts
61
- var SDK_VERSION = "1.7.0";
61
+ var SDK_VERSION = "1.7.1";
62
62
  var FEATURES = {
63
63
  RESIZE: 1 << 0,
64
64
  // 0b0001
@@ -1234,7 +1234,7 @@ var JSON_LD = {
1234
1234
  "@type": "SoftwareApplication",
1235
1235
  "@id": `${PERSPECTIVE_URL}/#widget`,
1236
1236
  name: "Perspective AI",
1237
- description: "AI-powered customer research interview widget",
1237
+ description: "Rigid forms cause drop-off, weaken qualification, and strip away context. Perspective uses adaptive AI to turn forms into conversations that capture structured data and trigger automation.",
1238
1238
  url: PERSPECTIVE_URL,
1239
1239
  applicationCategory: "BusinessApplication",
1240
1240
  softwareVersion: SDK_VERSION,