@bigbinary/neeto-playwright-commons 1.9.18 → 1.9.19

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.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -4662,7 +4662,7 @@ interface Overrides {
4662
4662
  projectOverrides?: Record<string, unknown>[];
4663
4663
  currentsOverrides: CurrentsOverrides & Record<string, unknown>;
4664
4664
  playdashStagingOverrides?: PlaydashOverrides & Record<string, unknown>;
4665
- playdashProductionOverrides: PlaydashOverrides & Record<string, unknown>;
4665
+ playdashProductionOverrides?: PlaydashOverrides & Record<string, unknown>;
4666
4666
  }
4667
4667
  /**
4668
4668
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-playwright-commons",
3
- "version": "1.9.18",
3
+ "version": "1.9.19",
4
4
  "description": "A package encapsulating common playwright code across neeto projects.",
5
5
  "repository": "git@github.com:bigbinary/neeto-playwright-commons.git",
6
6
  "license": "apache-2.0",