create-auto-app 0.9.4 → 0.9.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-auto-app",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "description": "Create Auto Engineer apps with no configuration",
5
5
  "type": "module",
6
6
  "bin": {
@@ -726,17 +726,12 @@
726
726
  {
727
727
  "name": "AI",
728
728
  "description": "AI integration",
729
- "source": "@auto-engineer/ai-integration"
729
+ "source": "../server/src/integrations"
730
730
  },
731
731
  {
732
732
  "name": "ProductCatalog",
733
733
  "description": "ProductCatalog integration",
734
- "source": "@auto-engineer/productcatalog-integration"
735
- },
736
- {
737
- "name": "Cart",
738
- "description": "Cart integration",
739
- "source": "@auto-engineer/cart-integration"
734
+ "source": "../server/src/integrations"
740
735
  }
741
736
  ]
742
737
  }