@uniformdev/assets 20.13.0 → 20.13.2
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -146,7 +146,7 @@ interface components$1 {
|
|
|
146
146
|
categoryId?: string | null;
|
|
147
147
|
/** @description Description of the component definition */
|
|
148
148
|
description?: string;
|
|
149
|
-
/** @description
|
|
149
|
+
/** @description Preview image URL for the component definition (shown in the UI) */
|
|
150
150
|
previewImageUrl?: string;
|
|
151
151
|
/**
|
|
152
152
|
* @description if this component uses team permissions or custom permissions
|
package/dist/index.d.ts
CHANGED
|
@@ -146,7 +146,7 @@ interface components$1 {
|
|
|
146
146
|
categoryId?: string | null;
|
|
147
147
|
/** @description Description of the component definition */
|
|
148
148
|
description?: string;
|
|
149
|
-
/** @description
|
|
149
|
+
/** @description Preview image URL for the component definition (shown in the UI) */
|
|
150
150
|
previewImageUrl?: string;
|
|
151
151
|
/**
|
|
152
152
|
* @description if this component uses team permissions or custom permissions
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/assets",
|
|
3
|
-
"version": "20.13.
|
|
3
|
+
"version": "20.13.2",
|
|
4
4
|
"description": "Uniform Assets",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@uniformdev/context": "20.13.
|
|
39
|
+
"@uniformdev/context": "20.13.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"ts-xor": "^1.3.0"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "a9f1943df4e10e77972224d0e2d679e4fcda25c6"
|
|
45
45
|
}
|