mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 05:31:31 +03:00
37b1a54ec6
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [idb](https://togithub.com/jakearchibald/idb) | [`^7.1.1` -> `^8.0.0`](https://renovatebot.com/diffs/npm/idb/7.1.1/8.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/idb/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/idb/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/idb/7.1.1/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/idb/7.1.1/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jakearchibald/idb (idb)</summary> ### [`v8.0.0`](https://togithub.com/jakearchibald/idb/compare/v7.1.1...v8.0.0) [Compare Source](https://togithub.com/jakearchibald/idb/compare/v7.1.1...v8.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSJ9-->
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"name": "@toeverything/y-indexeddb",
|
|
"type": "module",
|
|
"version": "0.10.3-canary.2",
|
|
"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": {
|
|
"idb": "^8.0.0",
|
|
"nanoid": "^5.0.3",
|
|
"y-provider": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/blocks": "0.0.0-20231130092516-0f858b95-nightly",
|
|
"@blocksuite/store": "0.0.0-20231130092516-0f858b95-nightly",
|
|
"fake-indexeddb": "^5.0.0",
|
|
"vite": "^4.4.11",
|
|
"vite-plugin-dts": "3.6.0",
|
|
"vitest": "0.34.6",
|
|
"y-indexeddb": "^9.0.11",
|
|
"yjs": "^13.6.10"
|
|
},
|
|
"peerDependencies": {
|
|
"yjs": "^13"
|
|
}
|
|
}
|