@hocuspocus/extension-database 4.0.0-rc.3 → 4.0.0-rc.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis)
6
6
 
7
7
  ## Introduction
8
- Hocuspocus is an opinionated collaborative editing backend for [Tiptap](https://github.com/ueberdosis/tiptap) based on [Y.js](https://github.com/yjs/yjs), a CRDT framework with a powerful abstraction of shared data.
8
+ A generic persistence base class for [Hocuspocus](https://github.com/ueberdosis/hocuspocus). Provide your own `fetch` and `store` functions to plug any database into the collaboration backend, or extend the `Database` class to build a dedicated storage extension (as `@hocuspocus/extension-sqlite` and `@hocuspocus/extension-s3` do).
9
9
 
10
10
  ## Official Documentation
11
11
  Documentation can be found in the [GitHub repository](https://github.com/ueberdosis/hocuspocus).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hocuspocus/extension-database",
3
3
  "description": "a generic Hocuspocus persistence driver for the database",
4
- "version": "4.0.0-rc.3",
4
+ "version": "4.0.0-rc.5",
5
5
  "homepage": "https://hocuspocus.dev",
6
6
  "keywords": [
7
7
  "hocuspocus",
@@ -27,7 +27,7 @@
27
27
  "dist"
28
28
  ],
29
29
  "dependencies": {
30
- "@hocuspocus/server": "^4.0.0-rc.3"
30
+ "@hocuspocus/server": "^4.0.0-rc.5"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "yjs": "^13.6.8"
@@ -35,7 +35,7 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "842287de4e4b9ccd87a70942d6b7bfcd4e6ffde7",
38
+ "gitHead": "01af67eb9d7d31a46e7ab358dac29f235f2359ac",
39
39
  "repository": {
40
40
  "url": "https://github.com/ueberdosis/hocuspocus"
41
41
  }