gaboesquivel 3.8.0 → 3.8.1

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.d.mts CHANGED
@@ -11,7 +11,10 @@ interface Project {
11
11
  images?: string[];
12
12
  achievements: string[];
13
13
  story: string[];
14
- related?: string[];
14
+ related?: {
15
+ url: string;
16
+ title: string;
17
+ }[];
15
18
  }
16
19
  interface TechStackItem {
17
20
  name: string;
package/dist/index.d.ts CHANGED
@@ -11,7 +11,10 @@ interface Project {
11
11
  images?: string[];
12
12
  achievements: string[];
13
13
  story: string[];
14
- related?: string[];
14
+ related?: {
15
+ url: string;
16
+ title: string;
17
+ }[];
15
18
  }
16
19
  interface TechStackItem {
17
20
  name: string;
package/dist/index.js CHANGED
@@ -34,7 +34,7 @@ var projects = [
34
34
  {
35
35
  title: "Sfera Legal",
36
36
  slug: "sfera-legal",
37
- description: "In a short-term contract, I integrated an AI assistant with both voice and chat capabilities into Sfera Legal's React Native (Expo) mobile app. This assistant empowers lawyers to swiftly access case information, providing contextual legal support, document summaries, and procedural guidance.",
37
+ description: "AI assistant with both voice and chat capabilities into Sfera Legal's React Native (Expo) mobile app. This assistant empowers lawyers to swiftly access case information, providing contextual legal support, document summaries, and procedural guidance.",
38
38
  tech: [
39
39
  "TypeScript",
40
40
  "React Native",
@@ -1151,7 +1151,6 @@ var projects = [
1151
1151
  "https://gaboesquivel.com/images/work/gaboesquivel-javascript-costarica.png",
1152
1152
  "https://gaboesquivel.com/images/gabo-workshop.jpg",
1153
1153
  "https://gaboesquivel.com/images/work/nodeschool.jpg",
1154
- "https://gaboesquivel.com/images/work/gaboesquivel-workshop.jpg",
1155
1154
  "https://gaboesquivel.com/images/work/nodeschool-1.jpg",
1156
1155
  "https://gaboesquivel.com/images/2016/05/paintballjs.jpg",
1157
1156
  "https://gaboesquivel.com/images/work/gaboesquivel-presentation.jpg"
@@ -1168,9 +1167,18 @@ var projects = [
1168
1167
  "Costa Rica JS became more than just a technical community; it was a catalyst for professional growth and networking in the region's tech sector. The impact of this initiative continues to resonate in Central America's developer ecosystem."
1169
1168
  ],
1170
1169
  related: [
1171
- "https://gaboesquivel.com/blog/2016-06-nodeschool-international-day",
1172
- "https://gaboesquivel.com/blog/2015-5-paintball.js-recap",
1173
- "https://gaboesquivel.com/blog/2014-01-developing-software-in-costa-rica"
1170
+ {
1171
+ url: "https://gaboesquivel.com/blog/2016-06-nodeschool-international-day",
1172
+ title: "NodeSchool International Day"
1173
+ },
1174
+ {
1175
+ url: "https://gaboesquivel.com/blog/2015-5-paintball.js-recap",
1176
+ title: "Paintball.js Recap"
1177
+ },
1178
+ {
1179
+ url: "https://gaboesquivel.com/blog/2014-01-developing-software-in-costa-rica",
1180
+ title: "Developing Software in Costa Rica"
1181
+ }
1174
1182
  ]
1175
1183
  },
1176
1184
  {
@@ -1200,10 +1208,22 @@ var projects = [
1200
1208
  "AsoBlockchain actively participates in policy discussions and regulatory frameworks, representing our members' interests while promoting responsible blockchain adoption. The organization continues to play a crucial role in shaping Costa Rica's blockchain landscape through educational programs, industry partnerships, and community initiatives."
1201
1209
  ],
1202
1210
  related: [
1203
- "https://gaboesquivel.com/blog/2019-03-ticoblockchain-2019-recap",
1204
- "https://gaboesquivel.com/blog/2019-01-international-crypto-conference-in-costa-rica",
1205
- "https://gaboesquivel.com/blog/2018-07-costa-rica-crypto-cantina",
1206
- "https://gaboesquivel.com/blog/2018-06-blockchain-technology-in-costa-rica"
1211
+ {
1212
+ url: "https://gaboesquivel.com/blog/2019-03-ticoblockchain-2019-recap",
1213
+ title: "TicoBlockchain 2019 Recap"
1214
+ },
1215
+ {
1216
+ url: "https://gaboesquivel.com/blog/2019-01-international-crypto-conference-in-costa-rica",
1217
+ title: "International Crypto Conference in Costa Rica"
1218
+ },
1219
+ {
1220
+ url: "https://gaboesquivel.com/blog/2018-07-costa-rica-crypto-cantina",
1221
+ title: "Costa Rica Crypto Cantina"
1222
+ },
1223
+ {
1224
+ url: "https://gaboesquivel.com/blog/2018-06-blockchain-technology-in-costa-rica",
1225
+ title: "Blockchain Technology in Costa Rica"
1226
+ }
1207
1227
  ]
1208
1228
  },
1209
1229
  {
@@ -1235,7 +1255,10 @@ var projects = [
1235
1255
  "The initiative has since evolved into CriptoCantina.org, a more structured educational platform led primarily by Karla C\xF3rdoba. The organization now focuses on promoting blockchain technology adoption through formal educational initiatives, supporting entrepreneurs, facilitating Web3 tool adoption, and helping newcomers enter the technology sector. This evolution from casual meetups to a formal educational institution demonstrates the community's commitment to advancing blockchain technology in Costa Rica."
1236
1256
  ],
1237
1257
  related: [
1238
- "https://gaboesquivel.com/blog/2018-07-costa-rica-crypto-cantina"
1258
+ {
1259
+ url: "https://gaboesquivel.com/blog/2018-07-costa-rica-crypto-cantina",
1260
+ title: "Costa Rica Crypto Cantina"
1261
+ }
1239
1262
  ]
1240
1263
  }
1241
1264
  ];
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ var projects = [
3
3
  {
4
4
  title: "Sfera Legal",
5
5
  slug: "sfera-legal",
6
- description: "In a short-term contract, I integrated an AI assistant with both voice and chat capabilities into Sfera Legal's React Native (Expo) mobile app. This assistant empowers lawyers to swiftly access case information, providing contextual legal support, document summaries, and procedural guidance.",
6
+ description: "AI assistant with both voice and chat capabilities into Sfera Legal's React Native (Expo) mobile app. This assistant empowers lawyers to swiftly access case information, providing contextual legal support, document summaries, and procedural guidance.",
7
7
  tech: [
8
8
  "TypeScript",
9
9
  "React Native",
@@ -1120,7 +1120,6 @@ var projects = [
1120
1120
  "https://gaboesquivel.com/images/work/gaboesquivel-javascript-costarica.png",
1121
1121
  "https://gaboesquivel.com/images/gabo-workshop.jpg",
1122
1122
  "https://gaboesquivel.com/images/work/nodeschool.jpg",
1123
- "https://gaboesquivel.com/images/work/gaboesquivel-workshop.jpg",
1124
1123
  "https://gaboesquivel.com/images/work/nodeschool-1.jpg",
1125
1124
  "https://gaboesquivel.com/images/2016/05/paintballjs.jpg",
1126
1125
  "https://gaboesquivel.com/images/work/gaboesquivel-presentation.jpg"
@@ -1137,9 +1136,18 @@ var projects = [
1137
1136
  "Costa Rica JS became more than just a technical community; it was a catalyst for professional growth and networking in the region's tech sector. The impact of this initiative continues to resonate in Central America's developer ecosystem."
1138
1137
  ],
1139
1138
  related: [
1140
- "https://gaboesquivel.com/blog/2016-06-nodeschool-international-day",
1141
- "https://gaboesquivel.com/blog/2015-5-paintball.js-recap",
1142
- "https://gaboesquivel.com/blog/2014-01-developing-software-in-costa-rica"
1139
+ {
1140
+ url: "https://gaboesquivel.com/blog/2016-06-nodeschool-international-day",
1141
+ title: "NodeSchool International Day"
1142
+ },
1143
+ {
1144
+ url: "https://gaboesquivel.com/blog/2015-5-paintball.js-recap",
1145
+ title: "Paintball.js Recap"
1146
+ },
1147
+ {
1148
+ url: "https://gaboesquivel.com/blog/2014-01-developing-software-in-costa-rica",
1149
+ title: "Developing Software in Costa Rica"
1150
+ }
1143
1151
  ]
1144
1152
  },
1145
1153
  {
@@ -1169,10 +1177,22 @@ var projects = [
1169
1177
  "AsoBlockchain actively participates in policy discussions and regulatory frameworks, representing our members' interests while promoting responsible blockchain adoption. The organization continues to play a crucial role in shaping Costa Rica's blockchain landscape through educational programs, industry partnerships, and community initiatives."
1170
1178
  ],
1171
1179
  related: [
1172
- "https://gaboesquivel.com/blog/2019-03-ticoblockchain-2019-recap",
1173
- "https://gaboesquivel.com/blog/2019-01-international-crypto-conference-in-costa-rica",
1174
- "https://gaboesquivel.com/blog/2018-07-costa-rica-crypto-cantina",
1175
- "https://gaboesquivel.com/blog/2018-06-blockchain-technology-in-costa-rica"
1180
+ {
1181
+ url: "https://gaboesquivel.com/blog/2019-03-ticoblockchain-2019-recap",
1182
+ title: "TicoBlockchain 2019 Recap"
1183
+ },
1184
+ {
1185
+ url: "https://gaboesquivel.com/blog/2019-01-international-crypto-conference-in-costa-rica",
1186
+ title: "International Crypto Conference in Costa Rica"
1187
+ },
1188
+ {
1189
+ url: "https://gaboesquivel.com/blog/2018-07-costa-rica-crypto-cantina",
1190
+ title: "Costa Rica Crypto Cantina"
1191
+ },
1192
+ {
1193
+ url: "https://gaboesquivel.com/blog/2018-06-blockchain-technology-in-costa-rica",
1194
+ title: "Blockchain Technology in Costa Rica"
1195
+ }
1176
1196
  ]
1177
1197
  },
1178
1198
  {
@@ -1204,7 +1224,10 @@ var projects = [
1204
1224
  "The initiative has since evolved into CriptoCantina.org, a more structured educational platform led primarily by Karla C\xF3rdoba. The organization now focuses on promoting blockchain technology adoption through formal educational initiatives, supporting entrepreneurs, facilitating Web3 tool adoption, and helping newcomers enter the technology sector. This evolution from casual meetups to a formal educational institution demonstrates the community's commitment to advancing blockchain technology in Costa Rica."
1205
1225
  ],
1206
1226
  related: [
1207
- "https://gaboesquivel.com/blog/2018-07-costa-rica-crypto-cantina"
1227
+ {
1228
+ url: "https://gaboesquivel.com/blog/2018-07-costa-rica-crypto-cantina",
1229
+ title: "Costa Rica Crypto Cantina"
1230
+ }
1208
1231
  ]
1209
1232
  }
1210
1233
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gaboesquivel",
3
- "version": "3.8.0",
3
+ "version": "3.8.1",
4
4
  "description": "Gabo Esquivel - Software Engineer",
5
5
  "author": "Gabo Esquivel",
6
6
  "main": "./dist/index.js",