@pi-r/chrome 0.12.4 → 0.12.5

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 +5 -5
package/index.js CHANGED
@@ -3480,7 +3480,7 @@ class ChromeDocument extends Document {
3480
3480
  }
3481
3481
  }
3482
3482
  if ((!this.productionRelease || this.productionIncremental) && !modifiedFlag(file.flags)) {
3483
- options.cacheData = { uri: !file.exported ? uri : undefined, etag: !file.modified ? file.etag : undefined, encoding: file.encoding };
3483
+ options.cacheData = Object.freeze({ uri: !file.exported ? uri : undefined, etag: !file.modified ? file.etag : undefined, encoding: file.encoding });
3484
3484
  }
3485
3485
  return options;
3486
3486
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-r/chrome",
3
- "version": "0.12.4",
3
+ "version": "0.12.5",
4
4
  "description": "Chrome document constructor for E-mc.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -17,10 +17,10 @@
17
17
  "license": "MIT",
18
18
  "homepage": "https://github.com/anpham6/pi-r#readme",
19
19
  "dependencies": {
20
- "@e-mc/cloud": "^0.14.5",
21
- "@e-mc/core": "^0.14.5",
22
- "@e-mc/document": "^0.14.5",
23
- "@e-mc/types": "^0.14.5",
20
+ "@e-mc/cloud": "^0.14.6",
21
+ "@e-mc/core": "^0.14.6",
22
+ "@e-mc/document": "^0.14.6",
23
+ "@e-mc/types": "^0.14.6",
24
24
  "image-size": "^2.0.2"
25
25
  }
26
26
  }