@koralabs/kora-labs-common 5.0.3 → 5.0.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.
@@ -62,7 +62,7 @@ export interface IPersonalizationPortal {
62
62
  type: string;
63
63
  domain?: string | null;
64
64
  custom_settings?: string[] | null;
65
- gallery_settings?: string | null;
65
+ gallery_setting?: string | null;
66
66
  text_setting?: string | null;
67
67
  }
68
68
  export declare enum ScriptType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koralabs/kora-labs-common",
3
- "version": "5.0.3",
3
+ "version": "5.0.5",
4
4
  "description": "Kora Labs Common Utilities",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -427,8 +427,8 @@ exports.words = [
427
427
  },
428
428
  {
429
429
  word: 'bastard',
430
- algorithms: ['badword'],
431
- position: 'any'
430
+ algorithms: ['modifier'],
431
+ modType: ['hatespeech']
432
432
  },
433
433
  {
434
434
  word: 'batter',
@@ -918,7 +918,8 @@ exports.words = [
918
918
  },
919
919
  {
920
920
  word: 'butt',
921
- algorithms: ['badword', 'suggestive'],
921
+ algorithms: ['modifier', 'suggestive'],
922
+ modType: ['suggestive'],
922
923
  position: 'beginswith'
923
924
  },
924
925
  {
@@ -1034,7 +1035,8 @@ exports.words = [
1034
1035
  {
1035
1036
  word: 'char',
1036
1037
  algorithms: ['modifier'],
1037
- modType: ['hatespeech']
1038
+ modType: ['hatespeech'],
1039
+ exceptions: ['charles', 'charlie']
1038
1040
  },
1039
1041
  {
1040
1042
  word: 'chatte',
@@ -1933,6 +1935,11 @@ exports.words = [
1933
1935
  algorithms: ['badword', 'hatespeech'],
1934
1936
  position: 'exact'
1935
1937
  },
1938
+ {
1939
+ word: 'faggot',
1940
+ algorithms: ['badword', 'hatespeech'],
1941
+ position: 'exact'
1942
+ },
1936
1943
  {
1937
1944
  word: 'fanculo',
1938
1945
  algorithms: ['badword'],
@@ -3254,7 +3261,8 @@ exports.words = [
3254
3261
  {
3255
3262
  word: 'jam',
3256
3263
  algorithms: ['modifier'],
3257
- modType: ['suggestive']
3264
+ modType: ['suggestive'],
3265
+ exceptions: ['james', 'jamie', 'jameson']
3258
3266
  },
3259
3267
  {
3260
3268
  word: 'jamaica',
@@ -5409,7 +5417,8 @@ exports.words = [
5409
5417
  },
5410
5418
  {
5411
5419
  word: 'poop',
5412
- algorithms: ['badword', 'suggestive'],
5420
+ algorithms: ['modifier', 'suggestive'],
5421
+ modType: ['suggestive'],
5413
5422
  position: 'beginswith'
5414
5423
  },
5415
5424
  {