@budibase/shared-core 3.21.2 → 3.22.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.
package/dist/utils.d.ts CHANGED
@@ -12,3 +12,4 @@ export declare function trimOtherProps(object: any, allowedProps: string[]): Rec
12
12
  export declare function isSupportedUserSearch(query: SearchFilters): query is SearchFilters;
13
13
  export declare function processSearchFilters(filterArray?: LegacyFilter[]): Required<UISearchFilter> | undefined;
14
14
  export declare function toMap<TKey extends keyof TItem, TItem extends {}>(key: TKey, list: TItem[]): Record<string, TItem>;
15
+ export declare const nameToUrl: (workspaceName: string) => string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@budibase/shared-core",
3
- "version": "3.21.2",
3
+ "version": "3.22.0",
4
4
  "description": "Shared data utils",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -37,5 +37,5 @@
37
37
  }
38
38
  }
39
39
  },
40
- "gitHead": "c040bbfadf1faab16b7e07a56037204de3e0a311"
40
+ "gitHead": "5ccef259f2972ae8625f9c576b8e1d28c9f1fbfc"
41
41
  }