@innovastudio/contentbox 1.6.155 → 1.6.156
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/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@innovastudio/contentbox",
|
3
3
|
"type": "module",
|
4
|
-
"version": "1.6.
|
4
|
+
"version": "1.6.156",
|
5
5
|
"description": "",
|
6
6
|
"main": "public/contentbox/contentbox.esm.js",
|
7
7
|
"types": "index.d.ts",
|
@@ -59,7 +59,7 @@
|
|
59
59
|
"ws": "^8.13.0"
|
60
60
|
},
|
61
61
|
"dependencies": {
|
62
|
-
"@innovastudio/contentbuilder": "^1.5.
|
62
|
+
"@innovastudio/contentbuilder": "^1.5.152",
|
63
63
|
"js-beautify": "^1.14.0",
|
64
64
|
"sortablejs": "^1.15.2"
|
65
65
|
}
|
@@ -113919,6 +113919,7 @@ ${answer}
|
|
113919
113919
|
temperature,
|
113920
113920
|
topP,
|
113921
113921
|
num,
|
113922
|
+
customData: this.builder.settings.customData,
|
113922
113923
|
metadata: this.builder.settings.metadata || {}
|
113923
113924
|
};
|
113924
113925
|
|
@@ -125129,10 +125130,9 @@ Please obtain a license at: https://innovastudio.com/contentbox`);
|
|
125129
125130
|
let inputCheckStatus = {
|
125130
125131
|
model: modelId,
|
125131
125132
|
endpoint: statusEndpoint,
|
125132
|
-
request_id: requestId
|
125133
|
-
|
125133
|
+
request_id: requestId,
|
125134
|
+
customData: this.customData
|
125134
125135
|
};
|
125135
|
-
|
125136
125136
|
let status;
|
125137
125137
|
do {
|
125138
125138
|
const response = await fetch(this.checkRequestStatusUrl_Fal, {
|
@@ -134741,9 +134741,6 @@ class Util {
|
|
134741
134741
|
libraryInstance.init();
|
134742
134742
|
</script>
|
134743
134743
|
|
134744
|
-
<!-- Optional: smooth scrolling -->
|
134745
|
-
<script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.10/SmoothScroll.min.js"></script>
|
134746
|
-
|
134747
134744
|
</body>
|
134748
134745
|
</html>
|
134749
134746
|
`;
|