@koala42/redis-highway 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.
@@ -5,3 +5,4 @@ export * from './keys';
5
5
  export * from './interfaces';
6
6
  export * from './batch-worker';
7
7
  export * from './stream-message-entity';
8
+ export * from './base-worker';
package/dist/src/index.js CHANGED
@@ -21,3 +21,4 @@ __exportStar(require("./keys"), exports);
21
21
  __exportStar(require("./interfaces"), exports);
22
22
  __exportStar(require("./batch-worker"), exports);
23
23
  __exportStar(require("./stream-message-entity"), exports);
24
+ __exportStar(require("./base-worker"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koala42/redis-highway",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "High performance redis queue",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -9,8 +9,8 @@
9
9
  "url": "https://github.com/stranavad"
10
10
  },
11
11
  "type": "commonjs",
12
- "main": "dist/index.js",
13
- "types": "dist/index.d.ts",
12
+ "main": "dist/src/index.js",
13
+ "types": "dist/src/index.d.ts",
14
14
  "files": [
15
15
  "dist"
16
16
  ],
@@ -19,8 +19,7 @@
19
19
  "test": "vitest run src/queue.spec.ts",
20
20
  "test:all": "vitest run src",
21
21
  "build": "npm run clean && tsc",
22
- "prepublish": "npm run build",
23
- "publish": "npm run test && npm run clean && npm run build && npm publish --public"
22
+ "prepublish": "npm run build"
24
23
  },
25
24
  "keywords": [
26
25
  "redis",