volleyballsimtypes 0.0.518 → 0.0.519

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.
@@ -1,5 +1,5 @@
1
1
  export declare const TEAM_NAME_MIN_LENGTH = 3;
2
- export declare const TEAM_NAME_MAX_LENGTH = 40;
2
+ export declare const TEAM_NAME_MAX_LENGTH = 30;
3
3
  /**
4
4
  * Allowed team-name characters: Unicode letters (any script — Latin incl. ñ and
5
5
  * Polish letters, Cyrillic, Greek, etc.), combining marks, digits, spaces, and
@@ -4,7 +4,7 @@ exports.TEAM_NAME_PATTERN = exports.TEAM_NAME_MAX_LENGTH = exports.TEAM_NAME_MIN
4
4
  exports.normalizeTeamName = normalizeTeamName;
5
5
  exports.isValidTeamName = isValidTeamName;
6
6
  exports.TEAM_NAME_MIN_LENGTH = 3;
7
- exports.TEAM_NAME_MAX_LENGTH = 40;
7
+ exports.TEAM_NAME_MAX_LENGTH = 30;
8
8
  /**
9
9
  * Allowed team-name characters: Unicode letters (any script — Latin incl. ñ and
10
10
  * Polish letters, Cyrillic, Greek, etc.), combining marks, digits, spaces, and
@@ -1,5 +1,5 @@
1
1
  export declare const TEAM_NAME_MIN_LENGTH = 3;
2
- export declare const TEAM_NAME_MAX_LENGTH = 40;
2
+ export declare const TEAM_NAME_MAX_LENGTH = 30;
3
3
  /**
4
4
  * Allowed team-name characters: Unicode letters (any script — Latin incl. ñ and
5
5
  * Polish letters, Cyrillic, Greek, etc.), combining marks, digits, spaces, and
@@ -1,5 +1,5 @@
1
1
  export const TEAM_NAME_MIN_LENGTH = 3;
2
- export const TEAM_NAME_MAX_LENGTH = 40;
2
+ export const TEAM_NAME_MAX_LENGTH = 30;
3
3
  /**
4
4
  * Allowed team-name characters: Unicode letters (any script — Latin incl. ñ and
5
5
  * Polish letters, Cyrillic, Greek, etc.), combining marks, digits, spaces, and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "volleyballsimtypes",
3
- "version": "0.0.518",
3
+ "version": "0.0.519",
4
4
  "description": "vbsim types",
5
5
  "main": "./dist/cjs/src/index.js",
6
6
  "module": "./dist/esm/src/index.js",