File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -325,6 +325,10 @@ Returned promise resolves to a `boolean` indicating the existence of the lock.
325
325
When there is a new repo migration and the version of repo is increased, don't
326
326
forget to propagate the changes into the test repo (` test/test-repo ` ).
327
327
328
+ ** For tools that run mainly in the browser environment, be aware that disabling automatic
329
+ migrations leaves the user with no way to run the migrations because there is no CLI in the browser. In such
330
+ a case, you should provide a way to trigger migrations manually.**
331
+
328
332
## Contribute
329
333
330
334
There are some ways you can make this module better:
Original file line number Diff line number Diff line change 65
65
"err-code" : " ^1.1.2" ,
66
66
"interface-datastore" : " ~0.7.0" ,
67
67
"ipfs-block" : " ~0.8.1" ,
68
- "ipfs-repo-migrations" : " AuHau /js-ipfs-repo-migrations#dev" ,
68
+ "ipfs-repo-migrations" : " ipfs /js-ipfs-repo-migrations#dev" ,
69
69
"just-safe-get" : " ^1.3.0" ,
70
70
"just-safe-set" : " ^2.1.0" ,
71
71
"lodash.has" : " ^4.5.2" ,
You can’t perform that action at this time.
0 commit comments