redis-smq-rest-api 9.0.10-next.2 → 9.0.10-next.4

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
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [9.0.10-next.4](https://github.com/weyoss/redis-smq/compare/v9.0.10-next.3...v9.0.10-next.4) (2026-01-16)
7
+
8
+ ### 📝 Documentation
9
+
10
+ - adjust badges position to enhance page styling ([ef3e2fe](https://github.com/weyoss/redis-smq/commit/ef3e2fe19a1f61fb0cbd861090686c7ccfe3bbbe))
11
+ - refine notifications for master and next branch clarity ([63fef1b](https://github.com/weyoss/redis-smq/commit/63fef1bd430680e0de7eba7fe2b8c8f82e821bb9))
12
+
13
+ ## [9.0.10-next.3](https://github.com/weyoss/redis-smq/compare/v9.0.10-next.2...v9.0.10-next.3) (2026-01-16)
14
+
15
+ **Note:** Version bump only for package redis-smq-rest-api
16
+
6
17
  ## [9.0.10-next.2](https://github.com/weyoss/redis-smq/compare/v9.0.10-next.1...v9.0.10-next.2) (2026-01-10)
7
18
 
8
19
  **Note:** Version bump only for package redis-smq-rest-api
package/README.md CHANGED
@@ -1,16 +1,10 @@
1
1
  # RedisSMQ REST API
2
2
 
3
- > [!NOTE]
4
- > You are viewing the documentation for the "next" branch. These docs describe unreleased changes published under the npm "next" dist-tag.
5
- > For the latest stable documentation, see:
6
- >
7
- > - Master (stable) README: https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-rest-api
8
- > - Latest release notes/tags: https://github.com/weyoss/redis-smq/releases/latest
9
- > - Install stable packages with @latest; pre-release with @next.
10
-
11
3
  [![Pre-release (next)](https://img.shields.io/npm/v/redis-smq-rest-api/next?style=flat-square&label=redis-smq-rest-api%40next)](https://github.com/weyoss/redis-smq/releases)
12
4
  [![Code Coverage (next)](https://img.shields.io/codecov/c/github/weyoss/redis-smq/next?flag=redis-smq-rest-api&style=flat-square)](https://app.codecov.io/github/weyoss/redis-smq/tree/next/packages/redis-smq-rest-api)
13
5
 
6
+ > 💡 You are on the "next" branch, featuring the latest updates and upcoming features. For stable releases, please refer to the "master" branch. See https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-rest-api.
7
+
14
8
  RedisSMQ REST API provides an HTTP interface enabling any web-capable application to interact with the RedisSMQ message
15
9
  queue using a RESTful API.
16
10
 
@@ -29,7 +23,7 @@ queue using a RESTful API.
29
23
  npm install redis-smq@next redis-smq-common@next redis-smq-rest-api@next --save
30
24
  ```
31
25
 
32
- Don't forget to install a Redis client. Choose either node-redis or ioredis:
26
+ Don't forget to install a Redis client:
33
27
 
34
28
  ```shell
35
29
  npm install @redis/client --save
@@ -1,10 +1,10 @@
1
1
  # RedisSMQ REST API
2
2
 
3
- __IS_NEXT_NOTE__
4
-
5
3
  __NPM_BADGE__
6
4
  __CODECOV_BADGE__
7
5
 
6
+ __IS_NEXT_NOTE__
7
+
8
8
  RedisSMQ REST API provides an HTTP interface enabling any web-capable application to interact with the RedisSMQ message
9
9
  queue using a RESTful API.
10
10
 
@@ -23,7 +23,7 @@ queue using a RESTful API.
23
23
  npm install redis-smq__TAG_SUFFIX__ redis-smq-common__TAG_SUFFIX__ redis-smq-rest-api__TAG_SUFFIX__ --save
24
24
  ```
25
25
 
26
- Don't forget to install a Redis client. Choose either node-redis or ioredis:
26
+ Don't forget to install a Redis client:
27
27
 
28
28
  ```shell
29
29
  npm install @redis/client --save
@@ -13,6 +13,7 @@ export declare class MessagesService {
13
13
  produceAsync: (msg: ProducibleMessage) => Promise<string[]>;
14
14
  runAsync: (() => Promise<false>) | (() => Promise<true>);
15
15
  shutdownAsync: (() => Promise<undefined>) | (() => Promise<void>);
16
+ ensureIsRunningAsync: (() => Promise<undefined>) | (() => Promise<void>);
16
17
  onAsync: ((event: keyof import("redis-smq").TProducerEvent) => Promise<undefined>) | ((event: keyof import("redis-smq").TProducerEvent) => Promise<string>) | ((event: keyof import("redis-smq").TProducerEvent) => Promise<import("redis-smq").IQueueParsedParams>);
17
18
  onceAsync: ((event: keyof import("redis-smq").TProducerEvent) => Promise<undefined>) | ((event: keyof import("redis-smq").TProducerEvent) => Promise<string>) | ((event: keyof import("redis-smq").TProducerEvent) => Promise<import("redis-smq").IQueueParsedParams>);
18
19
  removeListenerAsync: ((event: keyof import("redis-smq").TProducerEvent) => Promise<undefined>) | ((event: keyof import("redis-smq").TProducerEvent) => Promise<string>) | ((event: keyof import("redis-smq").TProducerEvent) => Promise<import("redis-smq").IQueueParsedParams>);
@@ -1 +1 @@
1
- {"version":3,"file":"MessagesService.d.ts","sourceRoot":"","sources":["../../../../src/services/MessagesService.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAIxE,qBAAa,eAAe;IAC1B,SAAS,CAAC,cAAc;;;;;;;;uBAAC;IACzB,SAAS,CAAC,QAAQ;;;;;;;iBAAC;gBAEP,cAAc,EAAE,cAAc,EAAE,QAAQ,EAAE,QAAQ;IAKxD,gBAAgB,CAAC,UAAU,EAAE,MAAM,EAAE;IAIrC,cAAc,CAAC,SAAS,EAAE,MAAM;IAIhC,kBAAkB,CAAC,SAAS,EAAE,MAAM;IAIpC,iBAAiB,CAAC,SAAS,EAAE,MAAM;IAInC,mBAAmB,CAAC,UAAU,EAAE,MAAM,EAAE;IAIxC,gBAAgB,CAAC,SAAS,EAAE,MAAM;IAIlC,cAAc,CAAC,OAAO,EAAE,iBAAiB;CAIhD"}
1
+ {"version":3,"file":"MessagesService.d.ts","sourceRoot":"","sources":["../../../../src/services/MessagesService.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAIxE,qBAAa,eAAe;IAC1B,SAAS,CAAC,cAAc;;;;;;;;uBAAC;IACzB,SAAS,CAAC,QAAQ;;;;;;;;iBAAC;gBAEP,cAAc,EAAE,cAAc,EAAE,QAAQ,EAAE,QAAQ;IAKxD,gBAAgB,CAAC,UAAU,EAAE,MAAM,EAAE;IAIrC,cAAc,CAAC,SAAS,EAAE,MAAM;IAIhC,kBAAkB,CAAC,SAAS,EAAE,MAAM;IAIpC,iBAAiB,CAAC,SAAS,EAAE,MAAM;IAInC,mBAAmB,CAAC,UAAU,EAAE,MAAM,EAAE;IAIxC,gBAAgB,CAAC,SAAS,EAAE,MAAM;IAIlC,cAAc,CAAC,OAAO,EAAE,iBAAiB;CAIhD"}
@@ -13,6 +13,7 @@ export declare class MessagesService {
13
13
  produceAsync: (msg: ProducibleMessage) => Promise<string[]>;
14
14
  runAsync: (() => Promise<false>) | (() => Promise<true>);
15
15
  shutdownAsync: (() => Promise<undefined>) | (() => Promise<void>);
16
+ ensureIsRunningAsync: (() => Promise<undefined>) | (() => Promise<void>);
16
17
  onAsync: ((event: keyof import("redis-smq").TProducerEvent) => Promise<undefined>) | ((event: keyof import("redis-smq").TProducerEvent) => Promise<string>) | ((event: keyof import("redis-smq").TProducerEvent) => Promise<import("redis-smq").IQueueParsedParams>);
17
18
  onceAsync: ((event: keyof import("redis-smq").TProducerEvent) => Promise<undefined>) | ((event: keyof import("redis-smq").TProducerEvent) => Promise<string>) | ((event: keyof import("redis-smq").TProducerEvent) => Promise<import("redis-smq").IQueueParsedParams>);
18
19
  removeListenerAsync: ((event: keyof import("redis-smq").TProducerEvent) => Promise<undefined>) | ((event: keyof import("redis-smq").TProducerEvent) => Promise<string>) | ((event: keyof import("redis-smq").TProducerEvent) => Promise<import("redis-smq").IQueueParsedParams>);
@@ -1 +1 @@
1
- {"version":3,"file":"MessagesService.d.ts","sourceRoot":"","sources":["../../../../src/services/MessagesService.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAIxE,qBAAa,eAAe;IAC1B,SAAS,CAAC,cAAc;;;;;;;;uBAAC;IACzB,SAAS,CAAC,QAAQ;;;;;;;iBAAC;gBAEP,cAAc,EAAE,cAAc,EAAE,QAAQ,EAAE,QAAQ;IAKxD,gBAAgB,CAAC,UAAU,EAAE,MAAM,EAAE;IAIrC,cAAc,CAAC,SAAS,EAAE,MAAM;IAIhC,kBAAkB,CAAC,SAAS,EAAE,MAAM;IAIpC,iBAAiB,CAAC,SAAS,EAAE,MAAM;IAInC,mBAAmB,CAAC,UAAU,EAAE,MAAM,EAAE;IAIxC,gBAAgB,CAAC,SAAS,EAAE,MAAM;IAIlC,cAAc,CAAC,OAAO,EAAE,iBAAiB;CAIhD"}
1
+ {"version":3,"file":"MessagesService.d.ts","sourceRoot":"","sources":["../../../../src/services/MessagesService.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAIxE,qBAAa,eAAe;IAC1B,SAAS,CAAC,cAAc;;;;;;;;uBAAC;IACzB,SAAS,CAAC,QAAQ;;;;;;;;iBAAC;gBAEP,cAAc,EAAE,cAAc,EAAE,QAAQ,EAAE,QAAQ;IAKxD,gBAAgB,CAAC,UAAU,EAAE,MAAM,EAAE;IAIrC,cAAc,CAAC,SAAS,EAAE,MAAM;IAIhC,kBAAkB,CAAC,SAAS,EAAE,MAAM;IAIpC,iBAAiB,CAAC,SAAS,EAAE,MAAM;IAInC,mBAAmB,CAAC,UAAU,EAAE,MAAM,EAAE;IAIxC,gBAAgB,CAAC,SAAS,EAAE,MAAM;IAIlC,cAAc,CAAC,OAAO,EAAE,iBAAiB;CAIhD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redis-smq-rest-api",
3
- "version": "9.0.10-next.2",
3
+ "version": "9.0.10-next.4",
4
4
  "description": "REST API for RedisSMQ: OpenAPI 3 schema and Swagger UI for managing queues, messages, and consumers.",
5
5
  "author": "Weyoss <weyoss@outlook.com>",
6
6
  "license": "MIT",
@@ -68,8 +68,8 @@
68
68
  "peerDependencies": {
69
69
  "@redis/client": "^5",
70
70
  "ioredis": "^5",
71
- "redis-smq": "^9.0.10-next.2",
72
- "redis-smq-common": "^9.0.10-next.2"
71
+ "redis-smq": "^9.0.10-next.4",
72
+ "redis-smq-common": "^9.0.10-next.4"
73
73
  },
74
74
  "peerDependenciesMeta": {
75
75
  "@redis/client": {