@peerbit/any-store-opfs
Advanced tools
Comparing version 1.0.4 to 1.0.5-58dee0c
158
package.json
{ | ||
"name": "@peerbit/any-store-opfs", | ||
"version": "1.0.4", | ||
"description": "OPFS worker", | ||
"sideEffects": true, | ||
"type": "module", | ||
"types": "./dist/src/index.d.ts", | ||
"files": [ | ||
"src", | ||
"dist", | ||
"!dist/test", | ||
"!**/*.tsbuildinfo" | ||
], | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"*", | ||
"dist/*", | ||
"dist/src/*", | ||
"dist/src/*/index" | ||
], | ||
"src/*": [ | ||
"*", | ||
"dist/*", | ||
"dist/src/*", | ||
"dist/src/*/index" | ||
] | ||
} | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./dist/src/index.d.ts", | ||
"import": "./dist/src/index.js" | ||
}, | ||
"./opfs-store": { | ||
"types": "./dist/src/opfs-store.d.ts", | ||
"import": "./dist/src/opfs-store.js" | ||
} | ||
}, | ||
"eslintConfig": { | ||
"extends": "peerbit", | ||
"parserOptions": { | ||
"project": true, | ||
"sourceType": "module" | ||
}, | ||
"ignorePatterns": [ | ||
"!.aegir.js", | ||
"test/ts-use", | ||
"*.d.ts" | ||
] | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dao-xyz/peerbit" | ||
}, | ||
"homepage": "https://github.com/dao-xyz/peerbit", | ||
"bugs": "https://github.com/dao-xyz/peerbit/issues", | ||
"scripts": { | ||
"clean": "aegir clean", | ||
"build": "aegir build", | ||
"test": "", | ||
"lint": "aegir lint" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@peerbit/crypto": "^2.3.4", | ||
"@peerbit/logger": "1.0.3", | ||
"@peerbit/time": "2.0.7", | ||
"@peerbit/any-store-interface": "^1.0.0", | ||
"uuid": "^10.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/uuid": "^9.0.8" | ||
}, | ||
"localMaintainers": [ | ||
"dao.xyz" | ||
] | ||
"name": "@peerbit/any-store-opfs", | ||
"version": "1.0.5-58dee0c", | ||
"description": "OPFS worker", | ||
"sideEffects": true, | ||
"type": "module", | ||
"types": "./dist/src/index.d.ts", | ||
"files": [ | ||
"src", | ||
"dist", | ||
"!dist/test", | ||
"!**/*.tsbuildinfo" | ||
], | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"*", | ||
"dist/*", | ||
"dist/src/*", | ||
"dist/src/*/index" | ||
], | ||
"src/*": [ | ||
"*", | ||
"dist/*", | ||
"dist/src/*", | ||
"dist/src/*/index" | ||
] | ||
} | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./dist/src/index.d.ts", | ||
"import": "./dist/src/index.js" | ||
}, | ||
"./opfs-store": { | ||
"types": "./dist/src/opfs-store.d.ts", | ||
"import": "./dist/src/opfs-store.js" | ||
} | ||
}, | ||
"eslintConfig": { | ||
"extends": "peerbit", | ||
"parserOptions": { | ||
"project": true, | ||
"sourceType": "module" | ||
}, | ||
"ignorePatterns": [ | ||
"!.aegir.js", | ||
"test/ts-use", | ||
"*.d.ts" | ||
] | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dao-xyz/peerbit" | ||
}, | ||
"homepage": "https://github.com/dao-xyz/peerbit", | ||
"bugs": "https://github.com/dao-xyz/peerbit/issues", | ||
"scripts": { | ||
"clean": "aegir clean", | ||
"build": "aegir build", | ||
"test": "", | ||
"lint": "aegir lint" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@peerbit/crypto": "2.3.5-58dee0c", | ||
"@peerbit/logger": "1.0.3-58dee0c", | ||
"@peerbit/time": "2.0.8-58dee0c", | ||
"@peerbit/any-store-interface": "1.0.0-58dee0c", | ||
"uuid": "^10.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/uuid": "^9.0.8" | ||
}, | ||
"localMaintainers": [ | ||
"dao.xyz" | ||
] | ||
} |
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
842126
4067
3
+ Added@peerbit/any-store-interface@1.0.0-58dee0c(transitive)
+ Added@peerbit/cache@2.1.2-58dee0c(transitive)
+ Added@peerbit/crypto@2.3.5-58dee0c(transitive)
+ Added@peerbit/logger@1.0.3-58dee0c(transitive)
+ Added@peerbit/time@2.0.8-58dee0c(transitive)
- Removed@peerbit/any-store-interface@1.0.0(transitive)
- Removed@peerbit/cache@2.1.2(transitive)
- Removed@peerbit/crypto@2.3.5(transitive)
- Removed@peerbit/logger@1.0.3(transitive)
- Removed@peerbit/time@2.0.7(transitive)
Updated@peerbit/time@2.0.8-58dee0c