@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.
- package/dist/browser.cjs +2 -2
- package/dist/browser.cjs.map +1 -1
- package/dist/browser.js +2 -2
- package/dist/browser.js.map +1 -1
- package/dist/cdn/perspective.global.js +3 -3
- package/dist/cdn/perspective.global.js.map +1 -1
- package/dist/constants.cjs +1 -1
- package/dist/constants.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/attribution.ts +2 -1
package/dist/index.js
CHANGED
|
@@ -56,7 +56,7 @@ if (hasDom()) {
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
// src/constants.ts
|
|
59
|
-
var SDK_VERSION = "1.7.
|
|
59
|
+
var SDK_VERSION = "1.7.1";
|
|
60
60
|
var FEATURES = {
|
|
61
61
|
RESIZE: 1 << 0,
|
|
62
62
|
// 0b0001
|
|
@@ -1232,7 +1232,7 @@ var JSON_LD = {
|
|
|
1232
1232
|
"@type": "SoftwareApplication",
|
|
1233
1233
|
"@id": `${PERSPECTIVE_URL}/#widget`,
|
|
1234
1234
|
name: "Perspective AI",
|
|
1235
|
-
description: "
|
|
1235
|
+
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.",
|
|
1236
1236
|
url: PERSPECTIVE_URL,
|
|
1237
1237
|
applicationCategory: "BusinessApplication",
|
|
1238
1238
|
softwareVersion: SDK_VERSION,
|