@uniformdev/canvas 19.197.1-alpha.1 → 19.198.0
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
@@ -10442,10 +10442,10 @@ interface paths$4 {
|
|
10442
10442
|
/** @description Matches entity by their ID
|
10443
10443
|
* */
|
10444
10444
|
id: string;
|
10445
|
-
/** @description Entity type (i.e. composition, entry,
|
10445
|
+
/** @description Entity type (i.e. composition, entry, ...).
|
10446
10446
|
* NOTE: New values may be added to this list without being considered a breaking API change
|
10447
10447
|
* */
|
10448
|
-
definitionType: "composition" | "entry"
|
10448
|
+
definitionType: "composition" | "entry";
|
10449
10449
|
/** @description Number of records to skip
|
10450
10450
|
* */
|
10451
10451
|
offset?: number;
|
package/dist/index.d.ts
CHANGED
@@ -10442,10 +10442,10 @@ interface paths$4 {
|
|
10442
10442
|
/** @description Matches entity by their ID
|
10443
10443
|
* */
|
10444
10444
|
id: string;
|
10445
|
-
/** @description Entity type (i.e. composition, entry,
|
10445
|
+
/** @description Entity type (i.e. composition, entry, ...).
|
10446
10446
|
* NOTE: New values may be added to this list without being considered a breaking API change
|
10447
10447
|
* */
|
10448
|
-
definitionType: "composition" | "entry"
|
10448
|
+
definitionType: "composition" | "entry";
|
10449
10449
|
/** @description Number of records to skip
|
10450
10450
|
* */
|
10451
10451
|
offset?: number;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "19.
|
3
|
+
"version": "19.198.0",
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -38,9 +38,9 @@
|
|
38
38
|
"pusher-js": "8.2.0"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@uniformdev/assets": "19.
|
42
|
-
"@uniformdev/context": "19.
|
43
|
-
"@uniformdev/richtext": "19.
|
41
|
+
"@uniformdev/assets": "19.198.0",
|
42
|
+
"@uniformdev/context": "19.198.0",
|
43
|
+
"@uniformdev/richtext": "19.198.0",
|
44
44
|
"immer": "10.1.1"
|
45
45
|
},
|
46
46
|
"files": [
|
@@ -49,5 +49,5 @@
|
|
49
49
|
"publishConfig": {
|
50
50
|
"access": "public"
|
51
51
|
},
|
52
|
-
"gitHead": "
|
52
|
+
"gitHead": "8baf8f6fe2bb8ae6787cf79985d8d200d1640e50"
|
53
53
|
}
|