@theia/vsx-registry 1.24.0-next.3 → 1.24.0-next.4

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.
@@ -58,7 +58,7 @@ let VSXExtensionsModel = class VSXExtensionsModel {
58
58
  this.searchCancellationTokenSource = new cancellation_1.CancellationTokenSource();
59
59
  const query = this.search.query;
60
60
  return this.doUpdateSearchResult({ query, includeAllVersions: true }, this.searchCancellationTokenSource.token);
61
- }, 150);
61
+ }, 500);
62
62
  }
63
63
  async init() {
64
64
  await Promise.all([
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@theia/vsx-registry",
3
- "version": "1.24.0-next.3+edff911beab",
3
+ "version": "1.24.0-next.4+a9202c789e2",
4
4
  "description": "Theia - VSX Registry",
5
5
  "dependencies": {
6
- "@theia/core": "1.24.0-next.3+edff911beab",
7
- "@theia/filesystem": "1.24.0-next.3+edff911beab",
8
- "@theia/ovsx-client": "1.24.0-next.3+edff911beab",
9
- "@theia/plugin-ext": "1.24.0-next.3+edff911beab",
10
- "@theia/plugin-ext-vscode": "1.24.0-next.3+edff911beab",
11
- "@theia/preferences": "1.24.0-next.3+edff911beab",
12
- "@theia/workspace": "1.24.0-next.3+edff911beab",
6
+ "@theia/core": "1.24.0-next.4+a9202c789e2",
7
+ "@theia/filesystem": "1.24.0-next.4+a9202c789e2",
8
+ "@theia/ovsx-client": "1.24.0-next.4+a9202c789e2",
9
+ "@theia/plugin-ext": "1.24.0-next.4+a9202c789e2",
10
+ "@theia/plugin-ext-vscode": "1.24.0-next.4+a9202c789e2",
11
+ "@theia/preferences": "1.24.0-next.4+a9202c789e2",
12
+ "@theia/workspace": "1.24.0-next.4+a9202c789e2",
13
13
  "@types/showdown": "^1.7.1",
14
14
  "p-debounce": "^2.1.0",
15
15
  "requestretry": "^3.1.0",
@@ -57,5 +57,5 @@
57
57
  "nyc": {
58
58
  "extends": "../../configs/nyc.json"
59
59
  },
60
- "gitHead": "edff911beab46fdbd83fc45ad021d07e07a598fe"
60
+ "gitHead": "a9202c789e2b0b5cbf48e35a85f7b00796fbf1fd"
61
61
  }
@@ -163,7 +163,7 @@ export class VSXExtensionsModel {
163
163
  this.searchCancellationTokenSource = new CancellationTokenSource();
164
164
  const query = this.search.query;
165
165
  return this.doUpdateSearchResult({ query, includeAllVersions: true }, this.searchCancellationTokenSource.token);
166
- }, 150);
166
+ }, 500);
167
167
  protected doUpdateSearchResult(param: VSXSearchParam, token: CancellationToken): Promise<void> {
168
168
  return this.doChange(async () => {
169
169
  const client = await this.clientProvider();