@uniformdev/canvas 19.91.0 → 19.92.3-alpha.7
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
@@ -3103,6 +3103,8 @@ interface components$4 {
|
|
3103
3103
|
_slug?: string;
|
3104
3104
|
/** @description Name of the author of the most recent change. */
|
3105
3105
|
_author?: string;
|
3106
|
+
/** @description Name of the original creator. */
|
3107
|
+
_creator?: string;
|
3106
3108
|
/** @description Indicates this content entry should be sourced from a pattern library pattern. */
|
3107
3109
|
_pattern?: string;
|
3108
3110
|
/** @description Array of locales which have data defined on the entry. If empty, the current default locale implicitly has data. */
|
@@ -11015,6 +11017,8 @@ interface external$3 {
|
|
11015
11017
|
_slug?: string;
|
11016
11018
|
/** @description Name of the author of the most recent change. */
|
11017
11019
|
_author?: string;
|
11020
|
+
/** @description Name of the original creator. */
|
11021
|
+
_creator?: string;
|
11018
11022
|
/** @description Indicates this content entry should be sourced from a pattern library pattern. */
|
11019
11023
|
_pattern?: string;
|
11020
11024
|
/** @description Array of locales which have data defined on the entry. If empty, the current default locale implicitly has data. */
|
package/dist/index.d.ts
CHANGED
@@ -3103,6 +3103,8 @@ interface components$4 {
|
|
3103
3103
|
_slug?: string;
|
3104
3104
|
/** @description Name of the author of the most recent change. */
|
3105
3105
|
_author?: string;
|
3106
|
+
/** @description Name of the original creator. */
|
3107
|
+
_creator?: string;
|
3106
3108
|
/** @description Indicates this content entry should be sourced from a pattern library pattern. */
|
3107
3109
|
_pattern?: string;
|
3108
3110
|
/** @description Array of locales which have data defined on the entry. If empty, the current default locale implicitly has data. */
|
@@ -11015,6 +11017,8 @@ interface external$3 {
|
|
11015
11017
|
_slug?: string;
|
11016
11018
|
/** @description Name of the author of the most recent change. */
|
11017
11019
|
_author?: string;
|
11020
|
+
/** @description Name of the original creator. */
|
11021
|
+
_creator?: string;
|
11018
11022
|
/** @description Indicates this content entry should be sourced from a pattern library pattern. */
|
11019
11023
|
_pattern?: string;
|
11020
11024
|
/** @description Array of locales which have data defined on the entry. If empty, the current default locale implicitly has data. */
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "19.
|
3
|
+
"version": "19.92.3-alpha.7+a4ee2d638",
|
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,8 +38,8 @@
|
|
38
38
|
"pusher-js": "8.2.0"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@uniformdev/assets": "19.
|
42
|
-
"@uniformdev/context": "19.
|
41
|
+
"@uniformdev/assets": "19.92.3-alpha.7+a4ee2d638",
|
42
|
+
"@uniformdev/context": "19.92.3-alpha.7+a4ee2d638",
|
43
43
|
"immer": "10.0.3"
|
44
44
|
},
|
45
45
|
"files": [
|
@@ -48,5 +48,5 @@
|
|
48
48
|
"publishConfig": {
|
49
49
|
"access": "public"
|
50
50
|
},
|
51
|
-
"gitHead": "
|
51
|
+
"gitHead": "a4ee2d638902c3fb978d7c7344a1dbc52ec25912"
|
52
52
|
}
|