@omnia/workplace 6.12.68-preview → 6.12.69-preview

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.
@@ -6,5 +6,6 @@ export declare abstract class SearchTokenProvider {
6
6
  abstract readonly title: string;
7
7
  abstract readonly providerId: GuidValue;
8
8
  abstract readonly tokens: string[];
9
+ abstract readonly tokenRegex?: RegExp;
9
10
  resolveSearchTokens: (tokensToResolve: Array<string>) => Promise<SearchTokensReplacement>;
10
11
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "6.12.68-preview",
4
+ "version": "6.12.69-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"