@vitest/snapshot 4.1.4 → 4.1.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/dist/index.js +1 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -533,6 +533,7 @@ class SnapshotState {
533
533
  this._snapshotFormat = {
534
534
  printBasicPrototype: false,
535
535
  escapeString: false,
536
+ maxOutputLength: 2 ** 27,
536
537
  ...options.snapshotFormat
537
538
  };
538
539
  this._environment = options.snapshotEnvironment;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vitest/snapshot",
3
3
  "type": "module",
4
- "version": "4.1.4",
4
+ "version": "4.1.5",
5
5
  "description": "Vitest snapshot manager",
6
6
  "license": "MIT",
7
7
  "funding": "https://opencollective.com/vitest",
@@ -45,8 +45,8 @@
45
45
  "dependencies": {
46
46
  "magic-string": "^0.30.21",
47
47
  "pathe": "^2.0.3",
48
- "@vitest/pretty-format": "4.1.4",
49
- "@vitest/utils": "4.1.4"
48
+ "@vitest/pretty-format": "4.1.5",
49
+ "@vitest/utils": "4.1.5"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/natural-compare": "^1.4.3",