This commit is contained in:
timothycarambat
2024-07-03 10:47:26 -07:00
parent 2a041a0d43
commit 1b666e5242
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@mintplex-labs/bree",
"description": "A fork of BreeJS/bree. A Node.js and JavaScript task scheduler with cron, dates, ms, later, and human-friendly support. Works in Node v12.17.0+, uses worker threads or process forks, and supports async/await, retries, throttling, concurrency, and cancelable promises (graceful shutdown). Simple, fast, and lightweight. Customized for AnythingLLM.",
"version": "9.2.3",
"version": "9.2.4",
"author": "Mintplex Labs Inc <team@mintplexlabs.com>",
"bugs": {
"url": "https://github.com/Mintplex-Labs/bree/issues",
@@ -158,4 +158,4 @@
"test-coverage": "cross-env NODE_ENV=test nyc npm run test"
},
"types": "src/index.d.ts"
}
}