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
|
@@ -726,17 +726,12 @@
|
|
|
726
726
|
{
|
|
727
727
|
"name": "AI",
|
|
728
728
|
"description": "AI integration",
|
|
729
|
-
"source": "
|
|
729
|
+
"source": "../server/src/integrations"
|
|
730
730
|
},
|
|
731
731
|
{
|
|
732
732
|
"name": "ProductCatalog",
|
|
733
733
|
"description": "ProductCatalog integration",
|
|
734
|
-
"source": "
|
|
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
|
}
|