@tmagic/stage 1.1.0-beta.10 → 1.1.0-beta.13

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,5 +1,5 @@
1
1
  {
2
- "version": "1.1.0-beta.10",
2
+ "version": "1.1.0-beta.13",
3
3
  "name": "@tmagic/stage",
4
4
  "sideEffects": [
5
5
  "dist/*"
@@ -29,9 +29,9 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@scena/guides": "^0.17.0",
32
- "@tmagic/core": "1.1.0-beta.10",
33
- "@tmagic/schema": "1.1.0-beta.10",
34
- "@tmagic/utils": "1.1.0-beta.10",
32
+ "@tmagic/core": "1.1.0-beta.13",
33
+ "@tmagic/schema": "1.1.0-beta.13",
34
+ "@tmagic/utils": "1.1.0-beta.13",
35
35
  "events": "^3.3.0",
36
36
  "keycon": "^1.1.2",
37
37
  "lodash-es": "^4.17.21",
package/src/types.ts CHANGED
@@ -119,7 +119,7 @@ export interface SortEventData {
119
119
  export interface UpdateData {
120
120
  config: MNode;
121
121
  parent?: MContainer;
122
- parentId: Id;
122
+ parentId?: Id;
123
123
  root: MApp;
124
124
  }
125
125
 
package/types/types.d.ts CHANGED
@@ -86,7 +86,7 @@ export interface SortEventData {
86
86
  export interface UpdateData {
87
87
  config: MNode;
88
88
  parent?: MContainer;
89
- parentId: Id;
89
+ parentId?: Id;
90
90
  root: MApp;
91
91
  }
92
92
  export interface RemoveData {