Skip to content

Commit

Permalink
Remove msgpackr (#100)
Browse files Browse the repository at this point in the history
* chore(): removed msgpackr

* chore(): updated dist
  • Loading branch information
Rossb0b authored Mar 17, 2024
1 parent e5c831e commit 37128fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 182 deletions.
2 changes: 1 addition & 1 deletion dist/class/stream/Stream.class.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export declare class Stream extends EventEmitter {
protected frequency: number;
protected count?: number;
constructor(options: StreamOptions);
get redis(): import("ioredis/built/Redis").default;
get redis(): import("ioredis").default;
streamExist(): Promise<boolean>;
/**
*
Expand Down
180 changes: 1 addition & 179 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"dependencies": {
"dayjs": "^1.11.10",
"ioredis": "^5.3.2",
"lodash.isempty": "^4.4.0",
"msgpackr": "^1.10.0"
"lodash.isempty": "^4.4.0"
}
}

0 comments on commit 37128fd

Please sign in to comment.