gaboesquivel 3.9.4 → 3.9.6
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +17 -9
- package/dist/index.mjs +17 -9
- package/package.json +23 -18
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1177,15 +1177,18 @@ var projects = [
|
|
|
1177
1177
|
related: [
|
|
1178
1178
|
{
|
|
1179
1179
|
url: "https://gaboesquivel.com/blog/2016-06-nodeschool-international-day",
|
|
1180
|
-
title: "NodeSchool International Day"
|
|
1180
|
+
title: "NodeSchool International Day",
|
|
1181
|
+
publishedAt: "2016-06-01"
|
|
1181
1182
|
},
|
|
1182
1183
|
{
|
|
1183
1184
|
url: "https://gaboesquivel.com/blog/2015-5-paintball.js-recap",
|
|
1184
|
-
title: "Paintball.js Recap"
|
|
1185
|
+
title: "Paintball.js Recap",
|
|
1186
|
+
publishedAt: "2015-05-01"
|
|
1185
1187
|
},
|
|
1186
1188
|
{
|
|
1187
1189
|
url: "https://gaboesquivel.com/blog/2014-01-developing-software-in-costa-rica",
|
|
1188
|
-
title: "Developing Software in Costa Rica"
|
|
1190
|
+
title: "Developing Software in Costa Rica",
|
|
1191
|
+
publishedAt: "2014-01-01"
|
|
1189
1192
|
}
|
|
1190
1193
|
]
|
|
1191
1194
|
},
|
|
@@ -1218,19 +1221,23 @@ var projects = [
|
|
|
1218
1221
|
related: [
|
|
1219
1222
|
{
|
|
1220
1223
|
url: "https://gaboesquivel.com/blog/2019-03-ticoblockchain-2019-recap",
|
|
1221
|
-
title: "TicoBlockchain 2019 Recap"
|
|
1224
|
+
title: "TicoBlockchain 2019 Recap",
|
|
1225
|
+
publishedAt: "2019-03-01"
|
|
1222
1226
|
},
|
|
1223
1227
|
{
|
|
1224
1228
|
url: "https://gaboesquivel.com/blog/2019-01-international-crypto-conference-in-costa-rica",
|
|
1225
|
-
title: "International Crypto Conference in Costa Rica"
|
|
1229
|
+
title: "International Crypto Conference in Costa Rica",
|
|
1230
|
+
publishedAt: "2019-01-01"
|
|
1226
1231
|
},
|
|
1227
1232
|
{
|
|
1228
1233
|
url: "https://gaboesquivel.com/blog/2018-07-costa-rica-crypto-cantina",
|
|
1229
|
-
title: "Costa Rica Crypto Cantina"
|
|
1234
|
+
title: "Costa Rica Crypto Cantina",
|
|
1235
|
+
publishedAt: "2018-07-01"
|
|
1230
1236
|
},
|
|
1231
1237
|
{
|
|
1232
1238
|
url: "https://gaboesquivel.com/blog/2018-06-blockchain-technology-in-costa-rica",
|
|
1233
|
-
title: "Blockchain Technology in Costa Rica"
|
|
1239
|
+
title: "Blockchain Technology in Costa Rica",
|
|
1240
|
+
publishedAt: "2018-06-01"
|
|
1234
1241
|
}
|
|
1235
1242
|
]
|
|
1236
1243
|
},
|
|
@@ -1264,7 +1271,8 @@ var projects = [
|
|
|
1264
1271
|
related: [
|
|
1265
1272
|
{
|
|
1266
1273
|
url: "https://gaboesquivel.com/blog/2018-07-costa-rica-crypto-cantina",
|
|
1267
|
-
title: "Costa Rica Crypto Cantina"
|
|
1274
|
+
title: "Costa Rica Crypto Cantina",
|
|
1275
|
+
publishedAt: "2018-07-01"
|
|
1268
1276
|
}
|
|
1269
1277
|
]
|
|
1270
1278
|
}
|
|
@@ -1667,7 +1675,7 @@ var techStack = [
|
|
|
1667
1675
|
},
|
|
1668
1676
|
{
|
|
1669
1677
|
name: "TanStack Query",
|
|
1670
|
-
slug: "tanstack",
|
|
1678
|
+
slug: "tanstack-query",
|
|
1671
1679
|
tag: "TanStack Query",
|
|
1672
1680
|
image: "/images/tech/tanstack.png",
|
|
1673
1681
|
description: "Powerful asynchronous state management for fetching, caching, and updating data in React applications.",
|
package/dist/index.mjs
CHANGED
|
@@ -1145,15 +1145,18 @@ var projects = [
|
|
|
1145
1145
|
related: [
|
|
1146
1146
|
{
|
|
1147
1147
|
url: "https://gaboesquivel.com/blog/2016-06-nodeschool-international-day",
|
|
1148
|
-
title: "NodeSchool International Day"
|
|
1148
|
+
title: "NodeSchool International Day",
|
|
1149
|
+
publishedAt: "2016-06-01"
|
|
1149
1150
|
},
|
|
1150
1151
|
{
|
|
1151
1152
|
url: "https://gaboesquivel.com/blog/2015-5-paintball.js-recap",
|
|
1152
|
-
title: "Paintball.js Recap"
|
|
1153
|
+
title: "Paintball.js Recap",
|
|
1154
|
+
publishedAt: "2015-05-01"
|
|
1153
1155
|
},
|
|
1154
1156
|
{
|
|
1155
1157
|
url: "https://gaboesquivel.com/blog/2014-01-developing-software-in-costa-rica",
|
|
1156
|
-
title: "Developing Software in Costa Rica"
|
|
1158
|
+
title: "Developing Software in Costa Rica",
|
|
1159
|
+
publishedAt: "2014-01-01"
|
|
1157
1160
|
}
|
|
1158
1161
|
]
|
|
1159
1162
|
},
|
|
@@ -1186,19 +1189,23 @@ var projects = [
|
|
|
1186
1189
|
related: [
|
|
1187
1190
|
{
|
|
1188
1191
|
url: "https://gaboesquivel.com/blog/2019-03-ticoblockchain-2019-recap",
|
|
1189
|
-
title: "TicoBlockchain 2019 Recap"
|
|
1192
|
+
title: "TicoBlockchain 2019 Recap",
|
|
1193
|
+
publishedAt: "2019-03-01"
|
|
1190
1194
|
},
|
|
1191
1195
|
{
|
|
1192
1196
|
url: "https://gaboesquivel.com/blog/2019-01-international-crypto-conference-in-costa-rica",
|
|
1193
|
-
title: "International Crypto Conference in Costa Rica"
|
|
1197
|
+
title: "International Crypto Conference in Costa Rica",
|
|
1198
|
+
publishedAt: "2019-01-01"
|
|
1194
1199
|
},
|
|
1195
1200
|
{
|
|
1196
1201
|
url: "https://gaboesquivel.com/blog/2018-07-costa-rica-crypto-cantina",
|
|
1197
|
-
title: "Costa Rica Crypto Cantina"
|
|
1202
|
+
title: "Costa Rica Crypto Cantina",
|
|
1203
|
+
publishedAt: "2018-07-01"
|
|
1198
1204
|
},
|
|
1199
1205
|
{
|
|
1200
1206
|
url: "https://gaboesquivel.com/blog/2018-06-blockchain-technology-in-costa-rica",
|
|
1201
|
-
title: "Blockchain Technology in Costa Rica"
|
|
1207
|
+
title: "Blockchain Technology in Costa Rica",
|
|
1208
|
+
publishedAt: "2018-06-01"
|
|
1202
1209
|
}
|
|
1203
1210
|
]
|
|
1204
1211
|
},
|
|
@@ -1232,7 +1239,8 @@ var projects = [
|
|
|
1232
1239
|
related: [
|
|
1233
1240
|
{
|
|
1234
1241
|
url: "https://gaboesquivel.com/blog/2018-07-costa-rica-crypto-cantina",
|
|
1235
|
-
title: "Costa Rica Crypto Cantina"
|
|
1242
|
+
title: "Costa Rica Crypto Cantina",
|
|
1243
|
+
publishedAt: "2018-07-01"
|
|
1236
1244
|
}
|
|
1237
1245
|
]
|
|
1238
1246
|
}
|
|
@@ -1635,7 +1643,7 @@ var techStack = [
|
|
|
1635
1643
|
},
|
|
1636
1644
|
{
|
|
1637
1645
|
name: "TanStack Query",
|
|
1638
|
-
slug: "tanstack",
|
|
1646
|
+
slug: "tanstack-query",
|
|
1639
1647
|
tag: "TanStack Query",
|
|
1640
1648
|
image: "/images/tech/tanstack.png",
|
|
1641
1649
|
description: "Powerful asynchronous state management for fetching, caching, and updating data in React applications.",
|
package/package.json
CHANGED
|
@@ -1,20 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
2
|
+
"name": "gaboesquivel",
|
|
3
|
+
"version": "3.9.6",
|
|
4
|
+
"description": "Gabo Esquivel - Software Engineer",
|
|
5
|
+
"author": "Gabo Esquivel",
|
|
6
|
+
"main": "./dist/index.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"build": "tsup src/index.ts --format cjs,esm --dts",
|
|
10
|
+
"dev": "tsup src/index.ts --format cjs,esm --dts --watch",
|
|
11
|
+
"prepublishOnly": "npm run build",
|
|
12
|
+
"hooks:pre-commit": "biome check --write --staged --no-errors-on-unmatched && git update-index --again",
|
|
13
|
+
"lint": "biome check .",
|
|
14
|
+
"lint:fix": "biome check . --write"
|
|
15
|
+
},
|
|
16
|
+
"devDependencies": {
|
|
17
|
+
"simple-git-hooks": "2.11.1",
|
|
18
|
+
"tsup": "^8.4.0",
|
|
19
|
+
"typescript": "^5.8.2"
|
|
20
|
+
},
|
|
21
|
+
"simple-git-hooks": {
|
|
22
|
+
"pre-commit": "bun run hooks:pre-commit"
|
|
23
|
+
},
|
|
24
|
+
"files": ["dist"]
|
|
20
25
|
}
|