redis-smq-common 3.0.0-rc.3 → 3.0.0-rc.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
 
2
2
 
3
+ ## [3.0.0-rc.5](https://github.com/weyoss/redis-smq-common/compare/v3.0.0-rc.4...v3.0.0-rc.5) (2023-11-19)
4
+
5
+
6
+ ### Documentation
7
+
8
+ * remove logs.md and redis.md, update README.md ([be2ebd8](https://github.com/weyoss/redis-smq-common/commit/be2ebd8ef0b8acbbcb37572363528dfcf968679a))
9
+
10
+ ## [3.0.0-rc.4](https://github.com/weyoss/redis-smq-common/compare/v3.0.0-rc.3...v3.0.0-rc.4) (2023-11-19)
11
+
12
+
13
+ ### Misc
14
+
15
+ * add typescript declaration file entry ([453f103](https://github.com/weyoss/redis-smq-common/commit/453f1036cb0c89cf10372c14d44b336b19add370))
16
+ * update .npmignore ([6b41b6d](https://github.com/weyoss/redis-smq-common/commit/6b41b6dad1c9d587001b331f29d401d653c066b3))
17
+
3
18
  ## [3.0.0-rc.3](https://github.com/weyoss/redis-smq-common/compare/v2.0.0...v3.0.0-rc.3) (2023-11-19)
4
19
 
5
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redis-smq-common",
3
- "version": "3.0.0-rc.3",
3
+ "version": "3.0.0-rc.5",
4
4
  "description": "RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.",
5
5
  "author": "Weyoss <weyoss@protonmail.com>",
6
6
  "license": "MIT",
@@ -33,6 +33,7 @@
33
33
  "type": "module",
34
34
  "main": "dist/index.cjs",
35
35
  "module": "dist/index.js",
36
+ "types": "dist/index.d.ts",
36
37
  "dependencies": {
37
38
  "@redis/client": "1.1.0",
38
39
  "@types/bunyan": "1.8.7",
package/docs/README.md DELETED
@@ -1,13 +0,0 @@
1
- > [RedisSMQ Common Library](../README.md) / Docs
2
-
3
- # Docs
4
-
5
- ## API
6
-
7
- See for [API](./api/README.md) referencce for details
8
-
9
- ## Misc
10
-
11
- * [Logs](./logs.md)
12
-
13
- * [Redis](redis.md)