@uniformdev/project-map 19.2.0 → 19.3.0

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -412,10 +412,10 @@ interface components {
412
412
  description?: string;
413
413
  };
414
414
  ProjectMapNodeData: {
415
+ /** @description While performing a search if a node is a hit, this property will return true. If it's supporting structure, like a parent of a search hit, it will return false */
416
+ isSearchHit?: boolean;
415
417
  /** @description Query strings that are allowed to be passed to the node */
416
418
  queryStrings?: components["schemas"]["ProjectMapNodeAllowedQueryString"][];
417
- } & {
418
- [key: string]: unknown;
419
419
  };
420
420
  ProjectMapNodeAllowedQueryString: {
421
421
  /** @description The name of the query string parameter */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/project-map",
3
- "version": "19.2.0",
3
+ "version": "19.3.0",
4
4
  "description": "Uniform Project Map",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -32,11 +32,11 @@
32
32
  "/dist"
33
33
  ],
34
34
  "dependencies": {
35
- "@uniformdev/canvas": "19.2.0",
36
- "@uniformdev/context": "19.2.0"
35
+ "@uniformdev/canvas": "19.3.0",
36
+ "@uniformdev/context": "19.3.0"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "9eb2423cd12a5db527f9f3a9d46b47ac2a0e7eb3"
41
+ "gitHead": "57552ffe10ca66f905d8908c82dde39935fb1803"
42
42
  }