@supernova-studio/client 0.4.4 → 0.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supernova-studio/client",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "Supernova Data Models",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.js",
@@ -144,6 +144,9 @@ const newSchema = {
144
144
  content: "(paragraph|image)+",
145
145
  isolating: true,
146
146
  attrs: {
147
+ id: {
148
+ default: null,
149
+ },
147
150
  textAlign: {
148
151
  default: "left",
149
152
  },
@@ -204,6 +207,9 @@ const newSchema = {
204
207
  content: "(paragraph|image)+",
205
208
  isolating: true,
206
209
  attrs: {
210
+ id: {
211
+ default: null,
212
+ },
207
213
  textAlign: {
208
214
  default: "left",
209
215
  },