@uniformdev/mesh-sdk 20.73.0 → 20.74.1
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 +0 -5
- package/dist/index.d.ts +0 -5
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -2548,11 +2548,6 @@ type MoveNodeOptions = {
|
|
|
2548
2548
|
/** Options for deleteNode */
|
|
2549
2549
|
type DeleteNodeOptions = {
|
|
2550
2550
|
nodeId: string;
|
|
2551
|
-
/**
|
|
2552
|
-
* When true, deletes a block entry without slot-parent bookkeeping.
|
|
2553
|
-
* Pass this when removing nodes from a block parameter.
|
|
2554
|
-
*/
|
|
2555
|
-
isBlock?: boolean;
|
|
2556
2551
|
};
|
|
2557
2552
|
/**
|
|
2558
2553
|
* Common fields for {@link EditorStateApi.setPropertyLocalizability}.
|
package/dist/index.d.ts
CHANGED
|
@@ -2548,11 +2548,6 @@ type MoveNodeOptions = {
|
|
|
2548
2548
|
/** Options for deleteNode */
|
|
2549
2549
|
type DeleteNodeOptions = {
|
|
2550
2550
|
nodeId: string;
|
|
2551
|
-
/**
|
|
2552
|
-
* When true, deletes a block entry without slot-parent bookkeeping.
|
|
2553
|
-
* Pass this when removing nodes from a block parameter.
|
|
2554
|
-
*/
|
|
2555
|
-
isBlock?: boolean;
|
|
2556
2551
|
};
|
|
2557
2552
|
/**
|
|
2558
2553
|
* Common fields for {@link EditorStateApi.setPropertyLocalizability}.
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.74.1",
|
|
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.
|
|
55
|
-
"@uniformdev/canvas": "20.
|
|
56
|
-
"@uniformdev/context": "20.
|
|
57
|
-
"@uniformdev/project-map": "20.
|
|
54
|
+
"@uniformdev/assets": "20.74.1",
|
|
55
|
+
"@uniformdev/canvas": "20.74.1",
|
|
56
|
+
"@uniformdev/context": "20.74.1",
|
|
57
|
+
"@uniformdev/project-map": "20.74.1",
|
|
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": "
|
|
68
|
+
"gitHead": "92f9b8945a45169eaa57d41dbb7ba8d3a32564cd"
|
|
69
69
|
}
|