@stackone/core 2.3.0 → 2.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.
package/dist/index.d.mts CHANGED
@@ -1031,7 +1031,7 @@ type AuthenticationField = {
1031
1031
  tooltip?: string;
1032
1032
  };
1033
1033
  type SupportConfig = {
1034
- link: string;
1034
+ link?: string;
1035
1035
  description?: string;
1036
1036
  };
1037
1037
  type TestActionConfig = {
package/dist/index.d.ts CHANGED
@@ -1031,7 +1031,7 @@ type AuthenticationField = {
1031
1031
  tooltip?: string;
1032
1032
  };
1033
1033
  type SupportConfig = {
1034
- link: string;
1034
+ link?: string;
1035
1035
  description?: string;
1036
1036
  };
1037
1037
  type TestActionConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackone/core",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",