@bigbinary/neeto-playwright-commons 1.11.0 → 1.11.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.
- package/index.d.ts +0 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -5029,9 +5029,6 @@ declare const currencyUtils: {
|
|
|
5029
5029
|
withSymbolAndCode: (amount: number, currency: string, options: Record<string, unknown>) => string;
|
|
5030
5030
|
};
|
|
5031
5031
|
};
|
|
5032
|
-
interface CurrentsOverrides {
|
|
5033
|
-
projectId: string;
|
|
5034
|
-
}
|
|
5035
5032
|
interface PlaydashOverrides {
|
|
5036
5033
|
projectKey: string;
|
|
5037
5034
|
}
|
|
@@ -5040,7 +5037,6 @@ interface Overrides {
|
|
|
5040
5037
|
useOverrides?: Record<string, unknown>;
|
|
5041
5038
|
useCustomProjects?: boolean;
|
|
5042
5039
|
projectOverrides?: Record<string, unknown>[];
|
|
5043
|
-
currentsOverrides: CurrentsOverrides & Record<string, unknown>;
|
|
5044
5040
|
playdashStagingOverrides?: PlaydashOverrides & Record<string, unknown>;
|
|
5045
5041
|
playdashProductionOverrides?: PlaydashOverrides & Record<string, unknown>;
|
|
5046
5042
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-playwright-commons",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.1",
|
|
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",
|