gaboesquivel 3.8.1 → 3.8.2

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 CHANGED
@@ -160,7 +160,9 @@ var projects = [
160
160
  "Tailwind",
161
161
  "Tanstack",
162
162
  "Zod",
163
- "nuqs"
163
+ "nuqs",
164
+ "OpenAI",
165
+ "AI SDK"
164
166
  ],
165
167
  type: ["web3", "ai", "oss", "full-time", "lead", "defi", "featured"],
166
168
  link: "https://bitlauncher.ai",
@@ -193,6 +195,7 @@ var projects = [
193
195
  "GraphQL",
194
196
  "PostgreSQL",
195
197
  "TypeScript",
198
+ "OpenAI",
196
199
  "AI SDK",
197
200
  "LLMs",
198
201
  "Docker",
package/dist/index.mjs CHANGED
@@ -129,7 +129,9 @@ var projects = [
129
129
  "Tailwind",
130
130
  "Tanstack",
131
131
  "Zod",
132
- "nuqs"
132
+ "nuqs",
133
+ "OpenAI",
134
+ "AI SDK"
133
135
  ],
134
136
  type: ["web3", "ai", "oss", "full-time", "lead", "defi", "featured"],
135
137
  link: "https://bitlauncher.ai",
@@ -162,6 +164,7 @@ var projects = [
162
164
  "GraphQL",
163
165
  "PostgreSQL",
164
166
  "TypeScript",
167
+ "OpenAI",
165
168
  "AI SDK",
166
169
  "LLMs",
167
170
  "Docker",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gaboesquivel",
3
- "version": "3.8.1",
3
+ "version": "3.8.2",
4
4
  "description": "Gabo Esquivel - Software Engineer",
5
5
  "author": "Gabo Esquivel",
6
6
  "main": "./dist/index.js",