We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00d0a0d + 1c5ad2a commit d16d366Copy full SHA for d16d366
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hollowdb",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"description": "A decentralized privacy-preserving key-value database",
5
"license": "MIT",
6
"homepage": "https://github.com/firstbatchxyz/hollowdb#readme",
@@ -23,19 +23,13 @@
23
"targets": {
24
"cjs": {
25
"outputFormat": "commonjs",
26
- "isLibrary": false,
27
- "context": "node",
28
- "scopeHoist": false,
29
- "includeNodeModules": false,
30
- "optimize": false
+ "isLibrary": true,
+ "context": "node"
31
},
32
"mjs": {
33
"outputFormat": "esmodule",
34
35
36
37
38
39
}
40
41
"engines": {
0 commit comments