@uniformdev/assets 20.20.0 → 20.20.3

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/LICENSE.txt CHANGED
@@ -1,2 +1,2 @@
1
- © 2024 Uniform Systems, Inc. All Rights Reserved.
1
+ © 2025 Uniform Systems, Inc. All Rights Reserved.
2
2
  See details of Uniform Systems, Inc. Master Subscription Agreement here: https://uniform.dev/eula
package/dist/index.d.mts CHANGED
@@ -12,6 +12,8 @@ interface components$1 {
12
12
  name: string;
13
13
  /** @description Appears next to the parameter in the Composition editor */
14
14
  helpText?: string;
15
+ /** @description Context provided to AI when generating content for this parameter. May also be shown to humans. */
16
+ guidance?: string;
15
17
  /** @description Type name of the parameter (provided by a Uniform integration) */
16
18
  type: string;
17
19
  /** @description If true, this property can have locale-specific values. If false or not defined,
package/dist/index.d.ts CHANGED
@@ -12,6 +12,8 @@ interface components$1 {
12
12
  name: string;
13
13
  /** @description Appears next to the parameter in the Composition editor */
14
14
  helpText?: string;
15
+ /** @description Context provided to AI when generating content for this parameter. May also be shown to humans. */
16
+ guidance?: string;
15
17
  /** @description Type name of the parameter (provided by a Uniform integration) */
16
18
  type: string;
17
19
  /** @description If true, this property can have locale-specific values. If false or not defined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/assets",
3
- "version": "20.20.0",
3
+ "version": "20.20.3",
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.20.0"
39
+ "@uniformdev/context": "20.20.3"
40
40
  },
41
41
  "devDependencies": {
42
42
  "ts-xor": "^1.3.0"
43
43
  },
44
- "gitHead": "c4b253470400de173d6745e67a817ecb2a25f068"
44
+ "gitHead": "3e58ece2c26439f3ee48d2ff445898a3be59b349"
45
45
  }