@live-change/draft-service 0.8.110 → 0.8.111

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/draft.js +3 -0
  2. package/package.json +6 -6
package/draft.js CHANGED
@@ -12,6 +12,9 @@ const Draft = definition.model({
12
12
  extendedWith: ['action', 'target']
13
13
  },
14
14
  properties: {
15
+ source: { // used for comparison of data that is being edited
16
+ type: Object
17
+ },
15
18
  data: {
16
19
  type: Object,
17
20
  validation: ['nonEmpty']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/draft-service",
3
- "version": "0.8.110",
3
+ "version": "0.8.111",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,11 +21,11 @@
21
21
  "url": "https://www.viamage.com/"
22
22
  },
23
23
  "dependencies": {
24
- "@live-change/access-control-service": "^0.8.110",
25
- "@live-change/framework": "^0.8.110",
26
- "@live-change/relations-plugin": "^0.8.110",
27
- "@live-change/user-service": "^0.8.110"
24
+ "@live-change/access-control-service": "^0.8.111",
25
+ "@live-change/framework": "^0.8.111",
26
+ "@live-change/relations-plugin": "^0.8.111",
27
+ "@live-change/user-service": "^0.8.111"
28
28
  },
29
- "gitHead": "8af31d640f43b00b2874f2c70fa4d4486541adfe",
29
+ "gitHead": "9b96afb2fc61ab3d2a5d143924e2c56d411280b4",
30
30
  "type": "module"
31
31
  }