@wix/ditto-codegen-public 1.0.216 → 1.0.217

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.
Files changed (2) hide show
  1. package/dist/out.js +4 -4
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -105751,10 +105751,6 @@ var require_dashboardPage = __commonJS({
105751
105751
  ...userRequestSummary && { userRequestSummary },
105752
105752
  ...previousResources && { previousResources }
105753
105753
  };
105754
- eventEmitter.emitEvent("agent:start", {
105755
- extension,
105756
- name: "DashboardAgent"
105757
- });
105758
105754
  const decision = await decisionAgent.generate(decisionParams);
105759
105755
  const useAutoPatterns = decision.useAutoPatterns && decision.schema && decision.relevantCollectionId;
105760
105756
  if (!useAutoPatterns) {
@@ -105783,6 +105779,10 @@ var require_dashboardPage = __commonJS({
105783
105779
  const autoPatternsGenerator = agentsFactory.getAgent({
105784
105780
  type: "AUTO_PATTERNS_GENERATOR"
105785
105781
  });
105782
+ eventEmitter.emitEvent("agent:start", {
105783
+ extension,
105784
+ name: "DashboardAgent"
105785
+ });
105786
105786
  const files = autoPatternsGenerator.generate({
105787
105787
  collection: relevantCollection,
105788
105788
  decision,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.216",
3
+ "version": "1.0.217",
4
4
  "description": "AI-powered Wix CLI app generator - standalone executable",
5
5
  "scripts": {
6
6
  "build": "node build.mjs",
@@ -24,5 +24,5 @@
24
24
  "@wix/ditto-codegen": "1.0.0",
25
25
  "esbuild": "^0.27.2"
26
26
  },
27
- "falconPackageHash": "190d3d741549a2c74d5dded6146c77d23668d33b5533603c126b9971"
27
+ "falconPackageHash": "ee709af2d9cdbc1d2db63ad54b1d73df8bff4429eac27c0a4c14fd0a"
28
28
  }