@uniformdev/project-map 19.142.0 → 19.142.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
@@ -492,7 +492,7 @@ interface components {
492
492
  /** @description The name of the query string parameter */
493
493
  name: string;
494
494
  /** @description The default value of the query string if it is not provided by an incoming route path */
495
- value: string;
495
+ value?: string;
496
496
  /** @description Help text for authors who might be setting up a preview value for this query string */
497
497
  helpText?: string;
498
498
  };
package/dist/index.d.ts CHANGED
@@ -492,7 +492,7 @@ interface components {
492
492
  /** @description The name of the query string parameter */
493
493
  name: string;
494
494
  /** @description The default value of the query string if it is not provided by an incoming route path */
495
- value: string;
495
+ value?: string;
496
496
  /** @description Help text for authors who might be setting up a preview value for this query string */
497
497
  helpText?: string;
498
498
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/project-map",
3
- "version": "19.142.0",
3
+ "version": "19.142.1",
4
4
  "description": "Uniform Project Map",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -33,11 +33,11 @@
33
33
  "/dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@uniformdev/canvas": "19.142.0",
37
- "@uniformdev/context": "19.142.0"
36
+ "@uniformdev/canvas": "19.142.1",
37
+ "@uniformdev/context": "19.142.1"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "468077a132e42dbe08f94ab1784c787000d29458"
42
+ "gitHead": "e158ea370c3f68625a3ea743298ec9ae4d2fc391"
43
43
  }