@uniformdev/assets 20.6.2-alpha.11 → 20.7.1-alpha.4
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
|
@@ -1112,7 +1112,7 @@ interface components {
|
|
|
1112
1112
|
*/
|
|
1113
1113
|
_id: string;
|
|
1114
1114
|
/** @description The name of the asset */
|
|
1115
|
-
_name
|
|
1115
|
+
_name: string;
|
|
1116
1116
|
/** @description Name of the author of the most recent change */
|
|
1117
1117
|
_author?: string;
|
|
1118
1118
|
fields?: {
|
package/dist/index.d.ts
CHANGED
|
@@ -1112,7 +1112,7 @@ interface components {
|
|
|
1112
1112
|
*/
|
|
1113
1113
|
_id: string;
|
|
1114
1114
|
/** @description The name of the asset */
|
|
1115
|
-
_name
|
|
1115
|
+
_name: string;
|
|
1116
1116
|
/** @description Name of the author of the most recent change */
|
|
1117
1117
|
_author?: string;
|
|
1118
1118
|
fields?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/assets",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.7.1-alpha.4+20185a97ff",
|
|
4
4
|
"description": "Uniform Assets",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@uniformdev/context": "20.
|
|
39
|
+
"@uniformdev/context": "20.7.1-alpha.4+20185a97ff"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "20185a97ff6c2de2f871223af12d73583fe300af"
|
|
42
42
|
}
|