ts-sidekiq 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,16 @@
1
1
  # ts-sidekiq
2
2
 
3
3
  - [Recharts](https://recharts.org/)
4
+
5
+ ## Client Components
6
+
7
+ - SidekiqDashboard
8
+ - SidekiqRetry
9
+ - SidekiqQueue
10
+
11
+ ## Server Functions
12
+
13
+ - getSidekiqData
14
+ - getQueueJobs
15
+ - getRetryJobsDetails
16
+ - removeJobFromRetry
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-sidekiq",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "manage sidekiq",
5
5
  "main": "build/server.js",
6
6
  "browser": "build/index.js",