@uniformdev/assets 19.142.0 → 19.142.2-alpha.1

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 CHANGED
@@ -1351,7 +1351,7 @@ interface external {
1351
1351
  /** @description The name of the query string parameter */
1352
1352
  name: string;
1353
1353
  /** @description The default value of the query string if it is not provided by an incoming route path */
1354
- value: string;
1354
+ value?: string;
1355
1355
  /** @description Help text for authors who might be setting up a preview value for this query string */
1356
1356
  helpText?: string;
1357
1357
  };
package/dist/index.d.ts CHANGED
@@ -1351,7 +1351,7 @@ interface external {
1351
1351
  /** @description The name of the query string parameter */
1352
1352
  name: string;
1353
1353
  /** @description The default value of the query string if it is not provided by an incoming route path */
1354
- value: string;
1354
+ value?: string;
1355
1355
  /** @description Help text for authors who might be setting up a preview value for this query string */
1356
1356
  helpText?: string;
1357
1357
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/assets",
3
- "version": "19.142.0",
3
+ "version": "19.142.2-alpha.1+7fbfb0bb72",
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": "19.142.0"
39
+ "@uniformdev/context": "19.142.2-alpha.1+7fbfb0bb72"
40
40
  },
41
- "gitHead": "468077a132e42dbe08f94ab1784c787000d29458"
41
+ "gitHead": "7fbfb0bb725ad5a8609e6df42871267a87796a02"
42
42
  }