Skip to content

Commit b139c99

Browse files
committed
Depend on @deepstream/protobuf as a dev dependency since it includes types needed by typescript
1 parent fce9517 commit b139c99

File tree

3 files changed

+126
-13
lines changed

3 files changed

+126
-13
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.0.2] - 2019-07-31
2+
3+
### Fix
4+
5+
Depend on @deepstream/protobuf as a dev dependency since it includes types needed by typescript
6+
17
## [2.0.1] - 2019-07-31
28

39
### Fix
@@ -11,17 +17,17 @@ Depend on @deepstream/types that doesn't have protobuf and ts-essentials as a pr
1117
Using the new V4 API, allowing versions to be stored seperately from the data for faster withdrawal times.
1218

1319
## [1.2.2] - 2019-05-30
14-
20+
1521
### Fix
1622
- Correcting index file in package.json
1723

1824
## [1.2.1] - 2019-05-30
19-
25+
2026
### Enhancements
2127
- Adding error logging to capture a potential issue with write acks
2228

2329
## [1.2.0] - 2018-08-20
24-
30+
2531
### Enhancements
2632
- Using pipeline to speedup reads and writes (at a risk of too much GC that node 10 should fix!)
2733

package-lock.json

Lines changed: 115 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@
2323
},
2424
"homepage": "http://deepstream.io",
2525
"dependencies": {
26-
"@deepstream/types": "^1.0.1",
26+
"@deepstream/types": "^1.0.2",
2727
"ioredis": "^4.9.0"
2828
},
2929
"devDependencies": {
30+
"@deepstream/protobuf": "^1.0.0",
3031
"@types/chai": "^4.1.7",
3132
"@types/ioredis": "^4.0.12",
3233
"@types/mocha": "^5.2.7",

0 commit comments

Comments
 (0)