Release v2.1.11
build-windows-exe / build (push) Failing after 9s

This commit is contained in:
2026-08-15 14:55:06 +01:00
parent 0d67a4eb25
commit ea283dd490
6 changed files with 506 additions and 1535 deletions
+2 -7
View File
@@ -1,6 +1,6 @@
{
"name": "google-sheets-rate-assistant",
"version": "2.1.10",
"version": "2.1.11",
"description": "Pull Google Sheets data and export to CSV with configurable schedules and rate limiting.",
"main": "index.js",
"bin": "index.js",
@@ -14,11 +14,6 @@
"p-throttle": "^8.1.0"
},
"devDependencies": {
"pkg": "^5.8.1"
},
"pkg": {
"assets": [
"node_modules/csv-stringify/dist/cjs/sync.cjs"
]
"esbuild": "^0.25.9"
}
}