@uniformdev/context 20.7.1-alpha.68 → 20.7.1-alpha.73
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/api/api.d.mts +2 -0
- package/dist/api/api.d.ts +2 -0
- package/package.json +2 -2
package/dist/api/api.d.mts
CHANGED
@@ -961,6 +961,8 @@ interface components$3 {
|
|
961
961
|
subcategory?: string;
|
962
962
|
/** @description The dimension's name (without category) */
|
963
963
|
name: string;
|
964
|
+
/** @description Optional description of the dimension */
|
965
|
+
description?: string;
|
964
966
|
/** @description The minimum score possible for the dimension */
|
965
967
|
min: number;
|
966
968
|
/** @description The maximum score possible for the dimension */
|
package/dist/api/api.d.ts
CHANGED
@@ -961,6 +961,8 @@ interface components$3 {
|
|
961
961
|
subcategory?: string;
|
962
962
|
/** @description The dimension's name (without category) */
|
963
963
|
name: string;
|
964
|
+
/** @description Optional description of the dimension */
|
965
|
+
description?: string;
|
964
966
|
/** @description The minimum score possible for the dimension */
|
965
967
|
min: number;
|
966
968
|
/** @description The maximum score possible for the dimension */
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/context",
|
3
|
-
"version": "20.7.1-alpha.
|
3
|
+
"version": "20.7.1-alpha.73+792cc03026",
|
4
4
|
"description": "Uniform Context core package",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -67,5 +67,5 @@
|
|
67
67
|
"publishConfig": {
|
68
68
|
"access": "public"
|
69
69
|
},
|
70
|
-
"gitHead": "
|
70
|
+
"gitHead": "792cc03026d9f28c13257ea153bd7f296b11226d"
|
71
71
|
}
|