@agentiffai/design 1.5.4 → 1.5.5
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/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -7543,6 +7543,7 @@ var WorkflowSandboxDemo = ({
|
|
|
7543
7543
|
() => scenario.artifacts.map((artifact, index) => ({
|
|
7544
7544
|
platform: platformFromArtifact(artifact, index),
|
|
7545
7545
|
content: artifact.body,
|
|
7546
|
+
imageUrl: artifact.imageUrl,
|
|
7546
7547
|
hashtags: hashtagsFromArtifact(artifact),
|
|
7547
7548
|
characterCount: artifact.body.length,
|
|
7548
7549
|
withinLimit: true,
|