Commit 90ea8c1
authored
(#8649) - fix build and test warnings
updates rollup-plugin-node-resolve config fields "jsnext" and "main" to "mainFields".
replace package.json's field "jsnext:main" to modern standard "module".
replace deprecated Buffer() constructor call with equivalent Buffer.from()/Buffer.alloc().
replace module "buffer-from" with Buffer.from (obsolete, since node versions below 14 aren't supported by PouchDB).1 parent 5f59f24 commit 90ea8c1
File tree
41 files changed
+43
-50
lines changed- bin
- packages/node_modules
- pouchdb-abstract-mapreduce
- pouchdb-adapter-http
- pouchdb-adapter-idb
- pouchdb-adapter-indexeddb
- pouchdb-adapter-leveldb-core
- src
- pouchdb-adapter-leveldb
- pouchdb-adapter-localstorage
- pouchdb-adapter-memory
- pouchdb-adapter-utils
- pouchdb-binary-utils
- src
- pouchdb-browser
- pouchdb-changes-filter
- pouchdb-checkpointer
- pouchdb-collate
- pouchdb-collections
- pouchdb-core
- pouchdb-errors
- pouchdb-fetch
- pouchdb-find
- pouchdb-generate-replication-id
- pouchdb-json
- pouchdb-mapreduce-utils
- pouchdb-mapreduce
- pouchdb-md5
- pouchdb-merge
- pouchdb-node
- pouchdb-replication
- pouchdb-selector-core
- pouchdb-utils
- pouchdb
- sublevel-pouchdb
- tests
- component
- integration
- performance
- unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+43
-50
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
| 79 | + | |
| 80 | + | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
785 | 784 | | |
786 | 785 | | |
787 | 786 | | |
788 | | - | |
| 787 | + | |
789 | 788 | | |
790 | 789 | | |
791 | 790 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
0 commit comments