Skip to content

Commit

Permalink
Replaced deprecated deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
fenying committed Jan 7, 2020
1 parent a57b879 commit 1b39857
Show file tree
Hide file tree
Showing 19 changed files with 47 additions and 346 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"typescript.tsdk": "node_modules\\typescript\\lib"
"typescript.tsdk": "node_modules/typescript/lib"
}
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes Logs

## v1.0.2

- Migrate deps from `@litert/events` to `@litert/observable`.

## v1.0.1

- Refactored the code to improve the performance and maintainability.

## v0.1.8

- Removed KEEP-ALIVE.
Expand Down
331 changes: 12 additions & 319 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@litert/redis",
"version": "1.0.1-dev-20190908",
"version": "1.0.2",
"description": "A redis protocol implement for Node.js.",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"typings": "./lib/index.d.ts",
"dependencies": {
"@litert/core": "^1.0.3",
"@litert/events": "^0.2.0"
"@litert/observable": "^0.1.0"
},
"devDependencies": {
"@types/node": "^12.0.8",
Expand Down
2 changes: 1 addition & 1 deletion src/examples/debug.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2019 Angus.Fenying <[email protected]>
* Copyright 2020 Angus.Fenying <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/BaseClient.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2019 Angus.Fenying <[email protected]>
* Copyright 2020 Angus.Fenying <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 1b39857

Please sign in to comment.