mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-14 21:52:39 +03:00
4b24722f3d
## Features ## Bugfix - https://github.com/toeverything/BlockSuite/pull/6761 @regischen - https://github.com/toeverything/BlockSuite/pull/6760 @fundon ## Refactor ## Misc
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "@toeverything/y-indexeddb",
|
|
"type": "module",
|
|
"version": "0.14.0",
|
|
"description": "IndexedDB database adapter for Yjs",
|
|
"repository": "toeverything/AFFiNE",
|
|
"author": "toeverything",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"indexeddb",
|
|
"yjs",
|
|
"yjs-adapter"
|
|
],
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs",
|
|
"default": "./dist/index.umd.cjs"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@blocksuite/global": "0.14.0-canary-202404151235-655ec84",
|
|
"idb": "^8.0.0",
|
|
"nanoid": "^5.0.7",
|
|
"y-provider": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/blocks": "0.14.0-canary-202404151235-655ec84",
|
|
"@blocksuite/store": "0.14.0-canary-202404151235-655ec84",
|
|
"fake-indexeddb": "^5.0.2",
|
|
"vite": "^5.2.8",
|
|
"vite-plugin-dts": "3.8.1",
|
|
"vitest": "1.4.0",
|
|
"y-indexeddb": "^9.0.12",
|
|
"yjs": "^13.6.14"
|
|
},
|
|
"peerDependencies": {
|
|
"yjs": "^13"
|
|
}
|
|
}
|