@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/browser.cjs
CHANGED
|
@@ -38,7 +38,7 @@ __export(browser_exports, {
|
|
|
38
38
|
module.exports = __toCommonJS(browser_exports);
|
|
39
39
|
|
|
40
40
|
// src/constants.ts
|
|
41
|
-
var SDK_VERSION = "1.7.
|
|
41
|
+
var SDK_VERSION = "1.7.1";
|
|
42
42
|
var FEATURES = {
|
|
43
43
|
RESIZE: 1 << 0,
|
|
44
44
|
// 0b0001
|
|
@@ -1389,7 +1389,7 @@ var JSON_LD = {
|
|
|
1389
1389
|
"@type": "SoftwareApplication",
|
|
1390
1390
|
"@id": `${PERSPECTIVE_URL}/#widget`,
|
|
1391
1391
|
name: "Perspective AI",
|
|
1392
|
-
description: "
|
|
1392
|
+
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.",
|
|
1393
1393
|
url: PERSPECTIVE_URL,
|
|
1394
1394
|
applicationCategory: "BusinessApplication",
|
|
1395
1395
|
softwareVersion: SDK_VERSION,
|