@verma-consulting/common-library 0.1.48 → 0.1.49
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.js +21 -21
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +21 -21
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2076,6 +2076,15 @@ var constants = {
|
|
|
2076
2076
|
logo: "img/integrations/gemini.png",
|
|
2077
2077
|
new: true
|
|
2078
2078
|
},
|
|
2079
|
+
{
|
|
2080
|
+
name: "Co-Pilot",
|
|
2081
|
+
category: "AI",
|
|
2082
|
+
type: "co_pilot",
|
|
2083
|
+
description: "Co-Pilot is an AI assistant that helps you code, search, and get answers across your development workflow.",
|
|
2084
|
+
title: "Integrate Co-Pilot to your platform",
|
|
2085
|
+
logo: "img/integrations/co_pilot.png",
|
|
2086
|
+
new: true
|
|
2087
|
+
},
|
|
2079
2088
|
{
|
|
2080
2089
|
name: "Claude",
|
|
2081
2090
|
category: "AI",
|
|
@@ -2093,14 +2102,19 @@ var constants = {
|
|
|
2093
2102
|
title: "Integrate DeepSeek to your platform",
|
|
2094
2103
|
logo: "img/integrations/deepseek.png",
|
|
2095
2104
|
new: true
|
|
2096
|
-
}
|
|
2105
|
+
}
|
|
2106
|
+
]
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
name: "Commerce",
|
|
2110
|
+
list: [
|
|
2097
2111
|
{
|
|
2098
|
-
name: "
|
|
2099
|
-
category: "
|
|
2100
|
-
type: "
|
|
2101
|
-
description: "
|
|
2102
|
-
title: "Integrate
|
|
2103
|
-
logo: "img/integrations/
|
|
2112
|
+
name: "Shopify",
|
|
2113
|
+
category: "Commerce",
|
|
2114
|
+
type: "shopify",
|
|
2115
|
+
description: "Cloud-based commerce platform that allows businesses to sell products online and in-person.",
|
|
2116
|
+
title: "Integrate with shopify to connect client usage to platform",
|
|
2117
|
+
logo: "img/integrations/shopify.png",
|
|
2104
2118
|
new: true
|
|
2105
2119
|
}
|
|
2106
2120
|
]
|
|
@@ -2128,20 +2142,6 @@ var constants = {
|
|
|
2128
2142
|
}
|
|
2129
2143
|
]
|
|
2130
2144
|
},
|
|
2131
|
-
{
|
|
2132
|
-
name: "Commerce",
|
|
2133
|
-
list: [
|
|
2134
|
-
{
|
|
2135
|
-
name: "Shopify",
|
|
2136
|
-
category: "Commerce",
|
|
2137
|
-
type: "shopify",
|
|
2138
|
-
description: "Cloud-based commerce platform that allows businesses to sell products online and in-person.",
|
|
2139
|
-
title: "Integrate with shopify to connect client usage to platform",
|
|
2140
|
-
logo: "img/integrations/shopify.png",
|
|
2141
|
-
new: true
|
|
2142
|
-
}
|
|
2143
|
-
]
|
|
2144
|
-
},
|
|
2145
2145
|
{
|
|
2146
2146
|
name: "Search",
|
|
2147
2147
|
list: [
|