@live-change/prosemirror-service 0.8.148 → 0.9.0

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/index.js +2 -2
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -22,7 +22,7 @@ const readerAccessControl = {
22
22
  import { Document, StepsBucket, Snapshot, schemas, getDocument } from "./model.js"
23
23
 
24
24
  const sleep = ms => new Promise(r => setTimeout(r, ms))
25
-
25
+ /*
26
26
  definition.view({
27
27
  name: 'document',
28
28
  accessControl: readerAccessControl,
@@ -46,7 +46,7 @@ definition.view({
46
46
  //console.log("DOCUMENT DAO PATH", Document.path( document ))
47
47
  return Document.path( document )
48
48
  }
49
- })
49
+ })*/
50
50
 
51
51
  definition.view({
52
52
  name: 'steps',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/prosemirror-service",
3
- "version": "0.8.148",
3
+ "version": "0.9.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -22,12 +22,12 @@
22
22
  },
23
23
  "type": "module",
24
24
  "dependencies": {
25
- "@live-change/framework": "^0.8.148",
26
- "@live-change/relations-plugin": "^0.8.148",
25
+ "@live-change/framework": "^0.9.0",
26
+ "@live-change/relations-plugin": "^0.9.0",
27
27
  "lru-cache": "^7.12.0",
28
28
  "pluralize": "^8.0.0",
29
29
  "progress-stream": "^2.0.0",
30
30
  "prosemirror-model": "^1.18.1"
31
31
  },
32
- "gitHead": "34032c9007403b19096a1ecbaf5f99231a65ae92"
32
+ "gitHead": "b82513f5b400afcc4b8cc3ae1f9dfe4ac3a2a6eb"
33
33
  }