Skip to content

Commit

Permalink
fix: add comment about revert + adds co-dep
Browse files Browse the repository at this point in the history
Signed-off-by: Carson Farmer <carson.farmer@gmail.com>
  • Loading branch information
carsonfarmer committed Oct 27, 2021
1 parent a47dfdd commit 9031156
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/buckets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@
"@textile/hub-threads-client": "^5.5.0",
"@textile/security": "^0.9.1",
"@textile/threads-id": "^0.6.1",
"native-abort-controller": "^1.0.3",
"abort-controller": "^3.0.0",
"cids": "^1.1.4",
"it-drain": "^1.0.3",
"loglevel": "^1.6.8",
"native-abort-controller": "^1.0.3",
"paramap-it": "^0.1.1"
},
"devDependencies": {
Expand All @@ -44,4 +45,4 @@
"it-last": "^1.0.4"
},
"gitHead": "ef4d0eaa59f3289596f1cd039f72b7413ed920a5"
}
}
1 change: 1 addition & 0 deletions packages/buckets/src/buckets.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { expect } from 'chai'
import fs from 'fs'
import drain from 'it-drain'
import last from 'it-last'
// Can revert to 'abort-controller' if mysticatea/abort-controller#24 is resolved
import { AbortController } from 'native-abort-controller'
import path from 'path'
import { Readable } from 'stream'
Expand Down
1 change: 1 addition & 0 deletions packages/buckets/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Can revert to 'abort-controller' if mysticatea/abort-controller#24 is resolved
export { AbortController, AbortSignal } from 'native-abort-controller'
export * from './buckets'
export * from './types'
Expand Down

0 comments on commit 9031156

Please sign in to comment.