@e-mc/file-manager 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +10 -10
package/index.js CHANGED
@@ -2175,7 +2175,7 @@ class FileManager extends core_1.Host {
2175
2175
  else if (aborted) {
2176
2176
  this.performFinalize();
2177
2177
  }
2178
- }, 100);
2178
+ }, types_1.THRESHOLD.FILEMANAGER_INTERVAL);
2179
2179
  const hasIncremental = (value) => value === 'etag' || value === 'exists';
2180
2180
  const { assets, cacheToDisk, cacheToMemory, fetchedAssets, Watch: watch } = this;
2181
2181
  const initial = this[kRecursionLimit] === RECURSION_LIMIT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-mc/file-manager",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "FileManager constructor for E-mc.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -20,14 +20,14 @@
20
20
  "license": "BSD 3-Clause",
21
21
  "homepage": "https://github.com/anpham6/e-mc#readme",
22
22
  "dependencies": {
23
- "@e-mc/cloud": "0.3.0",
24
- "@e-mc/compress": "0.3.0",
25
- "@e-mc/core": "0.3.0",
26
- "@e-mc/document": "0.3.0",
27
- "@e-mc/image": "0.3.0",
28
- "@e-mc/request": "0.3.0",
29
- "@e-mc/task": "0.3.0",
30
- "@e-mc/types": "0.3.0",
31
- "@e-mc/watch": "0.3.0"
23
+ "@e-mc/cloud": "0.3.1",
24
+ "@e-mc/compress": "0.3.1",
25
+ "@e-mc/core": "0.3.1",
26
+ "@e-mc/document": "0.3.1",
27
+ "@e-mc/image": "0.3.1",
28
+ "@e-mc/request": "0.3.1",
29
+ "@e-mc/task": "0.3.1",
30
+ "@e-mc/types": "0.3.1",
31
+ "@e-mc/watch": "0.3.1"
32
32
  }
33
33
  }