@uniformdev/mesh-sdk 20.72.3-alpha.25 → 20.72.3-alpha.40

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/dist/index.d.mts CHANGED
@@ -2558,11 +2558,6 @@ type MoveNodeOptions = {
2558
2558
  /** Options for deleteNode */
2559
2559
  type DeleteNodeOptions = {
2560
2560
  nodeId: string;
2561
- /**
2562
- * When true, deletes a block entry without slot-parent bookkeeping.
2563
- * Pass this when removing nodes from a block parameter.
2564
- */
2565
- isBlock?: boolean;
2566
2561
  };
2567
2562
  /**
2568
2563
  * Common fields for {@link EditorStateApi.setPropertyLocalizability}.
package/dist/index.d.ts CHANGED
@@ -2558,11 +2558,6 @@ type MoveNodeOptions = {
2558
2558
  /** Options for deleteNode */
2559
2559
  type DeleteNodeOptions = {
2560
2560
  nodeId: string;
2561
- /**
2562
- * When true, deletes a block entry without slot-parent bookkeeping.
2563
- * Pass this when removing nodes from a block parameter.
2564
- */
2565
- isBlock?: boolean;
2566
2561
  };
2567
2562
  /**
2568
2563
  * Common fields for {@link EditorStateApi.setPropertyLocalizability}.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "20.72.3-alpha.25+cd10fe6e1e",
3
+ "version": "20.72.3-alpha.40+ffbec41570",
4
4
  "description": "Uniform Mesh Framework SDK",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -51,10 +51,10 @@
51
51
  "access": "public"
52
52
  },
53
53
  "dependencies": {
54
- "@uniformdev/assets": "20.72.3-alpha.25+cd10fe6e1e",
55
- "@uniformdev/canvas": "20.72.3-alpha.25+cd10fe6e1e",
56
- "@uniformdev/context": "20.72.3-alpha.25+cd10fe6e1e",
57
- "@uniformdev/project-map": "20.72.3-alpha.25+cd10fe6e1e",
54
+ "@uniformdev/assets": "20.72.3-alpha.40+ffbec41570",
55
+ "@uniformdev/canvas": "20.72.3-alpha.40+ffbec41570",
56
+ "@uniformdev/context": "20.72.3-alpha.40+ffbec41570",
57
+ "@uniformdev/project-map": "20.72.3-alpha.40+ffbec41570",
58
58
  "cookie": "^1.1.1",
59
59
  "imagesloaded": "^5.0.0",
60
60
  "jose": "^6.2.2",
@@ -65,5 +65,5 @@
65
65
  "openai": "6.44.0",
66
66
  "tsup": "8.5.1"
67
67
  },
68
- "gitHead": "cd10fe6e1e8877ed1ec45290d74ac160d597e84e"
68
+ "gitHead": "ffbec41570c4266c69674871c97146bf7bf86383"
69
69
  }