struct-fakerator 2.9.9 → 3.0.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.
Files changed (88) hide show
  1. package/README.md +156 -147
  2. package/dist/config.cjs +4 -4
  3. package/dist/config_scheme.cjs +6 -6
  4. package/dist/create_config.cjs +4 -4
  5. package/dist/create_generator_fn.cjs +6 -6
  6. package/dist/generator_fn.cjs +5 -5
  7. package/dist/index.cjs +33 -39
  8. package/dist/index.js +3 -3
  9. package/dist/type.cjs +2 -2
  10. package/dist/{type.d.ts → types/type.d.ts} +10 -1
  11. package/dist/types/utils/airline.d.ts +31 -0
  12. package/dist/{utils → types/utils}/animal.d.ts +2 -0
  13. package/dist/types/utils/book.d.ts +12 -0
  14. package/dist/{utils → types/utils}/color.d.ts +9 -9
  15. package/dist/{utils → types/utils}/finance.d.ts +7 -9
  16. package/dist/{utils → types/utils}/image.d.ts +0 -11
  17. package/dist/{utils → types/utils}/index.d.ts +2 -0
  18. package/dist/{utils → types/utils}/internet.d.ts +9 -7
  19. package/dist/{utils → types/utils}/location.d.ts +29 -16
  20. package/dist/{utils → types/utils}/number.d.ts +5 -0
  21. package/dist/{utils → types/utils}/person.d.ts +1 -1
  22. package/dist/{utils → types/utils}/science.d.ts +2 -2
  23. package/dist/{utils → types/utils}/string.d.ts +4 -0
  24. package/dist/utils/airline.cjs +21 -5
  25. package/dist/utils/airline.js +5 -1
  26. package/dist/utils/animal.cjs +10 -6
  27. package/dist/utils/animal.js +2 -1
  28. package/dist/utils/book.cjs +58 -0
  29. package/dist/utils/book.js +9 -0
  30. package/dist/utils/color.cjs +6 -6
  31. package/dist/utils/commerce.cjs +6 -6
  32. package/dist/utils/common.cjs +3 -3
  33. package/dist/utils/company.cjs +9 -9
  34. package/dist/utils/database.cjs +6 -6
  35. package/dist/utils/datatype.cjs +3 -3
  36. package/dist/utils/datetime.cjs +6 -6
  37. package/dist/utils/finance.cjs +23 -19
  38. package/dist/utils/finance.js +3 -2
  39. package/dist/utils/food.cjs +4 -4
  40. package/dist/utils/git.cjs +5 -5
  41. package/dist/utils/hacker.cjs +5 -5
  42. package/dist/utils/image.cjs +7 -15
  43. package/dist/utils/image.js +1 -3
  44. package/dist/utils/index.cjs +19 -12
  45. package/dist/utils/index.js +29 -27
  46. package/dist/utils/internet.cjs +21 -17
  47. package/dist/utils/internet.js +3 -2
  48. package/dist/utils/location.cjs +27 -15
  49. package/dist/utils/location.js +4 -1
  50. package/dist/utils/lorem.cjs +8 -8
  51. package/dist/utils/music.cjs +3 -3
  52. package/dist/utils/number.cjs +8 -4
  53. package/dist/utils/number.js +2 -1
  54. package/dist/utils/person.cjs +10 -10
  55. package/dist/utils/phone.cjs +3 -3
  56. package/dist/utils/science.cjs +3 -3
  57. package/dist/utils/string.cjs +12 -8
  58. package/dist/utils/string.js +2 -1
  59. package/dist/utils/system.cjs +11 -11
  60. package/dist/utils/utils.cjs +3 -3
  61. package/dist/utils/vehicle.cjs +3 -3
  62. package/dist/utils/word.cjs +6 -6
  63. package/package.json +26 -24
  64. package/dist/utils/airline.d.ts +0 -14
  65. /package/dist/{config.d.ts → types/config.d.ts} +0 -0
  66. /package/dist/{config_scheme.d.ts → types/config_scheme.d.ts} +0 -0
  67. /package/dist/{create_config.d.ts → types/create_config.d.ts} +0 -0
  68. /package/dist/{create_config.test.d.ts → types/create_config.test.d.ts} +0 -0
  69. /package/dist/{create_generator_fn.d.ts → types/create_generator_fn.d.ts} +0 -0
  70. /package/dist/{create_generator_fn.test.d.ts → types/create_generator_fn.test.d.ts} +0 -0
  71. /package/dist/{generator_fn.d.ts → types/generator_fn.d.ts} +0 -0
  72. /package/dist/{index.d.ts → types/index.d.ts} +0 -0
  73. /package/dist/{utils → types/utils}/commerce.d.ts +0 -0
  74. /package/dist/{utils → types/utils}/common.d.ts +0 -0
  75. /package/dist/{utils → types/utils}/company.d.ts +0 -0
  76. /package/dist/{utils → types/utils}/database.d.ts +0 -0
  77. /package/dist/{utils → types/utils}/datatype.d.ts +0 -0
  78. /package/dist/{utils → types/utils}/datetime.d.ts +0 -0
  79. /package/dist/{utils → types/utils}/food.d.ts +0 -0
  80. /package/dist/{utils → types/utils}/git.d.ts +0 -0
  81. /package/dist/{utils → types/utils}/hacker.d.ts +0 -0
  82. /package/dist/{utils → types/utils}/lorem.d.ts +0 -0
  83. /package/dist/{utils → types/utils}/music.d.ts +0 -0
  84. /package/dist/{utils → types/utils}/phone.d.ts +0 -0
  85. /package/dist/{utils → types/utils}/system.d.ts +0 -0
  86. /package/dist/{utils → types/utils}/utils.d.ts +0 -0
  87. /package/dist/{utils → types/utils}/vehicle.d.ts +0 -0
  88. /package/dist/{utils → types/utils}/word.d.ts +0 -0
@@ -13,7 +13,7 @@ var __webpack_require__ = {};
13
13
  })();
14
14
  (()=>{
15
15
  __webpack_require__.r = (exports1)=>{
16
- if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
17
  value: 'Module'
18
18
  });
19
19
  Object.defineProperty(exports1, '__esModule', {
@@ -24,35 +24,38 @@ var __webpack_require__ = {};
24
24
  var __webpack_exports__ = {};
25
25
  __webpack_require__.r(__webpack_exports__);
26
26
  __webpack_require__.d(__webpack_exports__, {
27
- Commerce: ()=>external_commerce_cjs_namespaceObject,
27
+ Internet: ()=>external_internet_cjs_namespaceObject,
28
+ makeValueConfigFn: ()=>external_utils_cjs_namespaceObject.makeValueConfigFn,
28
29
  Number: ()=>external_number_cjs_namespaceObject,
29
- Location: ()=>external_location_cjs_namespaceObject,
30
30
  Color: ()=>external_color_cjs_namespaceObject,
31
31
  Airline: ()=>external_airline_cjs_namespaceObject,
32
- DateTime: ()=>external_datetime_cjs_namespaceObject,
32
+ Datatype: ()=>external_datatype_cjs_namespaceObject,
33
33
  Hacker: ()=>external_hacker_cjs_namespaceObject,
34
34
  Lorem: ()=>external_lorem_cjs_namespaceObject,
35
+ DateTime: ()=>external_datetime_cjs_namespaceObject,
35
36
  Music: ()=>external_music_cjs_namespaceObject,
36
- Datatype: ()=>external_datatype_cjs_namespaceObject,
37
37
  Food: ()=>external_food_cjs_namespaceObject,
38
- Internet: ()=>external_internet_cjs_namespaceObject,
39
38
  String: ()=>external_string_cjs_namespaceObject,
39
+ Database: ()=>external_database_cjs_namespaceObject,
40
40
  Animal: ()=>external_animal_cjs_namespaceObject,
41
- Person: ()=>external_person_cjs_namespaceObject,
41
+ Location: ()=>external_location_cjs_namespaceObject,
42
42
  Image: ()=>external_image_cjs_namespaceObject,
43
43
  Git: ()=>external_git_cjs_namespaceObject,
44
- System: ()=>external_system_cjs_namespaceObject,
45
- utils: ()=>external_utils_cjs_namespaceObject,
44
+ Person: ()=>external_person_cjs_namespaceObject,
45
+ Commerce: ()=>external_commerce_cjs_namespaceObject,
46
46
  Company: ()=>external_company_cjs_namespaceObject,
47
- Database: ()=>external_database_cjs_namespaceObject,
48
47
  Phone: ()=>external_phone_cjs_namespaceObject,
48
+ System: ()=>external_system_cjs_namespaceObject,
49
+ utils: ()=>external_utils_cjs_namespaceObject,
49
50
  Science: ()=>external_science_cjs_namespaceObject,
51
+ Book: ()=>external_book_cjs_namespaceObject,
50
52
  Finance: ()=>external_finance_cjs_namespaceObject,
51
53
  Vehicle: ()=>external_vehicle_cjs_namespaceObject,
52
54
  Common: ()=>external_common_cjs_namespaceObject
53
55
  });
54
56
  const external_airline_cjs_namespaceObject = require("./airline.cjs");
55
57
  const external_animal_cjs_namespaceObject = require("./animal.cjs");
58
+ const external_book_cjs_namespaceObject = require("./book.cjs");
56
59
  const external_color_cjs_namespaceObject = require("./color.cjs");
57
60
  const external_commerce_cjs_namespaceObject = require("./commerce.cjs");
58
61
  const external_common_cjs_namespaceObject = require("./common.cjs");
@@ -79,6 +82,7 @@ const external_utils_cjs_namespaceObject = require("./utils.cjs");
79
82
  const external_vehicle_cjs_namespaceObject = require("./vehicle.cjs");
80
83
  exports.Airline = __webpack_exports__.Airline;
81
84
  exports.Animal = __webpack_exports__.Animal;
85
+ exports.Book = __webpack_exports__.Book;
82
86
  exports.Color = __webpack_exports__.Color;
83
87
  exports.Commerce = __webpack_exports__.Commerce;
84
88
  exports.Common = __webpack_exports__.Common;
@@ -102,10 +106,12 @@ exports.Science = __webpack_exports__.Science;
102
106
  exports.String = __webpack_exports__.String;
103
107
  exports.System = __webpack_exports__.System;
104
108
  exports.Vehicle = __webpack_exports__.Vehicle;
109
+ exports.makeValueConfigFn = __webpack_exports__.makeValueConfigFn;
105
110
  exports.utils = __webpack_exports__.utils;
106
- for(var __webpack_i__ in __webpack_exports__)if (-1 === [
111
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
107
112
  "Airline",
108
113
  "Animal",
114
+ "Book",
109
115
  "Color",
110
116
  "Commerce",
111
117
  "Common",
@@ -129,8 +135,9 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
129
135
  "String",
130
136
  "System",
131
137
  "Vehicle",
138
+ "makeValueConfigFn",
132
139
  "utils"
133
- ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
140
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
134
141
  Object.defineProperty(exports, '__esModule', {
135
142
  value: true
136
143
  });
@@ -1,27 +1,29 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE__utils_js_d88b7fe1__ from "./utils.js";
2
- import * as __WEBPACK_EXTERNAL_MODULE__airline_js_130611a2__ from "./airline.js";
3
- import * as __WEBPACK_EXTERNAL_MODULE__animal_js_c3e7c1dc__ from "./animal.js";
4
- import * as __WEBPACK_EXTERNAL_MODULE__color_js_8769135d__ from "./color.js";
5
- import * as __WEBPACK_EXTERNAL_MODULE__commerce_js_81495924__ from "./commerce.js";
6
- import * as __WEBPACK_EXTERNAL_MODULE__common_js_29d52c64__ from "./common.js";
7
- import * as __WEBPACK_EXTERNAL_MODULE__company_js_9a05fd60__ from "./company.js";
8
- import * as __WEBPACK_EXTERNAL_MODULE__database_js_df934457__ from "./database.js";
9
- import * as __WEBPACK_EXTERNAL_MODULE__datatype_js_98aa638e__ from "./datatype.js";
10
- import * as __WEBPACK_EXTERNAL_MODULE__datetime_js_55619628__ from "./datetime.js";
11
- import * as __WEBPACK_EXTERNAL_MODULE__finance_js_70f1c342__ from "./finance.js";
12
- import * as __WEBPACK_EXTERNAL_MODULE__food_js_6304fd17__ from "./food.js";
13
- import * as __WEBPACK_EXTERNAL_MODULE__git_js_b95c04ce__ from "./git.js";
14
- import * as __WEBPACK_EXTERNAL_MODULE__hacker_js_e6054d1c__ from "./hacker.js";
15
- import * as __WEBPACK_EXTERNAL_MODULE__image_js_863b0c0e__ from "./image.js";
16
- import * as __WEBPACK_EXTERNAL_MODULE__internet_js_78c88a9d__ from "./internet.js";
17
- import * as __WEBPACK_EXTERNAL_MODULE__location_js_e7e825c1__ from "./location.js";
18
- import * as __WEBPACK_EXTERNAL_MODULE__lorem_js_80d653e4__ from "./lorem.js";
19
- import * as __WEBPACK_EXTERNAL_MODULE__music_js_cf6e4e8d__ from "./music.js";
20
- import * as __WEBPACK_EXTERNAL_MODULE__number_js_e0b558c6__ from "./number.js";
21
- import * as __WEBPACK_EXTERNAL_MODULE__person_js_c473cc56__ from "./person.js";
22
- import * as __WEBPACK_EXTERNAL_MODULE__phone_js_5391b8ca__ from "./phone.js";
23
- import * as __WEBPACK_EXTERNAL_MODULE__science_js_fa8462db__ from "./science.js";
24
- import * as __WEBPACK_EXTERNAL_MODULE__string_js_8f2912d6__ from "./string.js";
25
- import * as __WEBPACK_EXTERNAL_MODULE__system_js_50c29608__ from "./system.js";
26
- import * as __WEBPACK_EXTERNAL_MODULE__vehicle_js_1cb59f69__ from "./vehicle.js";
27
- export { __WEBPACK_EXTERNAL_MODULE__airline_js_130611a2__ as Airline, __WEBPACK_EXTERNAL_MODULE__animal_js_c3e7c1dc__ as Animal, __WEBPACK_EXTERNAL_MODULE__color_js_8769135d__ as Color, __WEBPACK_EXTERNAL_MODULE__commerce_js_81495924__ as Commerce, __WEBPACK_EXTERNAL_MODULE__common_js_29d52c64__ as Common, __WEBPACK_EXTERNAL_MODULE__company_js_9a05fd60__ as Company, __WEBPACK_EXTERNAL_MODULE__database_js_df934457__ as Database, __WEBPACK_EXTERNAL_MODULE__datatype_js_98aa638e__ as Datatype, __WEBPACK_EXTERNAL_MODULE__datetime_js_55619628__ as DateTime, __WEBPACK_EXTERNAL_MODULE__finance_js_70f1c342__ as Finance, __WEBPACK_EXTERNAL_MODULE__food_js_6304fd17__ as Food, __WEBPACK_EXTERNAL_MODULE__git_js_b95c04ce__ as Git, __WEBPACK_EXTERNAL_MODULE__hacker_js_e6054d1c__ as Hacker, __WEBPACK_EXTERNAL_MODULE__image_js_863b0c0e__ as Image, __WEBPACK_EXTERNAL_MODULE__internet_js_78c88a9d__ as Internet, __WEBPACK_EXTERNAL_MODULE__location_js_e7e825c1__ as Location, __WEBPACK_EXTERNAL_MODULE__lorem_js_80d653e4__ as Lorem, __WEBPACK_EXTERNAL_MODULE__music_js_cf6e4e8d__ as Music, __WEBPACK_EXTERNAL_MODULE__number_js_e0b558c6__ as Number, __WEBPACK_EXTERNAL_MODULE__person_js_c473cc56__ as Person, __WEBPACK_EXTERNAL_MODULE__phone_js_5391b8ca__ as Phone, __WEBPACK_EXTERNAL_MODULE__science_js_fa8462db__ as Science, __WEBPACK_EXTERNAL_MODULE__string_js_8f2912d6__ as String, __WEBPACK_EXTERNAL_MODULE__system_js_50c29608__ as System, __WEBPACK_EXTERNAL_MODULE__vehicle_js_1cb59f69__ as Vehicle, __WEBPACK_EXTERNAL_MODULE__utils_js_d88b7fe1__ as utils };
1
+ import * as __rspack_external__utils_js_d88b7fe1 from "./utils.js";
2
+ import * as __rspack_external__airline_js_130611a2 from "./airline.js";
3
+ import * as __rspack_external__animal_js_c3e7c1dc from "./animal.js";
4
+ import * as __rspack_external__book_js_178f9878 from "./book.js";
5
+ import * as __rspack_external__color_js_8769135d from "./color.js";
6
+ import * as __rspack_external__commerce_js_81495924 from "./commerce.js";
7
+ import * as __rspack_external__common_js_29d52c64 from "./common.js";
8
+ import * as __rspack_external__company_js_9a05fd60 from "./company.js";
9
+ import * as __rspack_external__database_js_df934457 from "./database.js";
10
+ import * as __rspack_external__datatype_js_98aa638e from "./datatype.js";
11
+ import * as __rspack_external__datetime_js_55619628 from "./datetime.js";
12
+ import * as __rspack_external__finance_js_70f1c342 from "./finance.js";
13
+ import * as __rspack_external__food_js_6304fd17 from "./food.js";
14
+ import * as __rspack_external__git_js_b95c04ce from "./git.js";
15
+ import * as __rspack_external__hacker_js_e6054d1c from "./hacker.js";
16
+ import * as __rspack_external__image_js_863b0c0e from "./image.js";
17
+ import * as __rspack_external__internet_js_78c88a9d from "./internet.js";
18
+ import * as __rspack_external__location_js_e7e825c1 from "./location.js";
19
+ import * as __rspack_external__lorem_js_80d653e4 from "./lorem.js";
20
+ import * as __rspack_external__music_js_cf6e4e8d from "./music.js";
21
+ import * as __rspack_external__number_js_e0b558c6 from "./number.js";
22
+ import * as __rspack_external__person_js_c473cc56 from "./person.js";
23
+ import * as __rspack_external__phone_js_5391b8ca from "./phone.js";
24
+ import * as __rspack_external__science_js_fa8462db from "./science.js";
25
+ import * as __rspack_external__string_js_8f2912d6 from "./string.js";
26
+ import * as __rspack_external__system_js_50c29608 from "./system.js";
27
+ import * as __rspack_external__vehicle_js_1cb59f69 from "./vehicle.js";
28
+ var __webpack_exports__makeValueConfigFn = __rspack_external__utils_js_d88b7fe1.makeValueConfigFn;
29
+ export { __rspack_external__airline_js_130611a2 as Airline, __rspack_external__animal_js_c3e7c1dc as Animal, __rspack_external__book_js_178f9878 as Book, __rspack_external__color_js_8769135d as Color, __rspack_external__commerce_js_81495924 as Commerce, __rspack_external__common_js_29d52c64 as Common, __rspack_external__company_js_9a05fd60 as Company, __rspack_external__database_js_df934457 as Database, __rspack_external__datatype_js_98aa638e as Datatype, __rspack_external__datetime_js_55619628 as DateTime, __rspack_external__finance_js_70f1c342 as Finance, __rspack_external__food_js_6304fd17 as Food, __rspack_external__git_js_b95c04ce as Git, __rspack_external__hacker_js_e6054d1c as Hacker, __rspack_external__image_js_863b0c0e as Image, __rspack_external__internet_js_78c88a9d as Internet, __rspack_external__location_js_e7e825c1 as Location, __rspack_external__lorem_js_80d653e4 as Lorem, __rspack_external__music_js_cf6e4e8d as Music, __rspack_external__number_js_e0b558c6 as Number, __rspack_external__person_js_c473cc56 as Person, __rspack_external__phone_js_5391b8ca as Phone, __rspack_external__science_js_fa8462db as Science, __rspack_external__string_js_8f2912d6 as String, __rspack_external__system_js_50c29608 as System, __rspack_external__vehicle_js_1cb59f69 as Vehicle, __rspack_external__utils_js_d88b7fe1 as utils, __webpack_exports__makeValueConfigFn as makeValueConfigFn };
@@ -13,7 +13,7 @@ var __webpack_require__ = {};
13
13
  })();
14
14
  (()=>{
15
15
  __webpack_require__.r = (exports1)=>{
16
- if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
17
  value: 'Module'
18
18
  });
19
19
  Object.defineProperty(exports1, '__esModule', {
@@ -24,30 +24,30 @@ var __webpack_require__ = {};
24
24
  var __webpack_exports__ = {};
25
25
  __webpack_require__.r(__webpack_exports__);
26
26
  __webpack_require__.d(__webpack_exports__, {
27
- domainWord: ()=>domainWord,
27
+ ip: ()=>ip,
28
28
  email: ()=>email,
29
29
  emoji: ()=>emoji,
30
- httpMethod: ()=>httpMethod,
31
- ip: ()=>ip,
32
- username: ()=>username,
33
- httpStatusCode: ()=>httpStatusCode,
34
- password: ()=>internet_password,
35
- displayName: ()=>displayName,
30
+ userAgent: ()=>userAgent,
31
+ jwt: ()=>jwt,
32
+ domainName: ()=>domainName,
33
+ exampleEmail: ()=>exampleEmail,
36
34
  port: ()=>port,
37
35
  ipv4: ()=>ipv4,
36
+ username: ()=>username,
38
37
  domainSuffix: ()=>domainSuffix,
38
+ jwtAlgorithm: ()=>jwtAlgorithm,
39
+ displayName: ()=>displayName,
40
+ domainWord: ()=>domainWord,
41
+ httpMethod: ()=>httpMethod,
39
42
  url: ()=>url,
40
- exampleEmail: ()=>exampleEmail,
41
- userAgent: ()=>userAgent,
42
- color: ()=>color,
43
43
  protocol: ()=>protocol,
44
+ httpStatusCode: ()=>httpStatusCode,
44
45
  ipv6: ()=>ipv6,
45
46
  mac: ()=>mac,
46
- domainName: ()=>domainName
47
+ password: ()=>internet_password
47
48
  });
48
49
  const faker_namespaceObject = require("@faker-js/faker");
49
50
  const external_utils_cjs_namespaceObject = require("./utils.cjs");
50
- const color = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.internet.color);
51
51
  const displayName = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.internet.displayName);
52
52
  const domainName = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.internet.domainName);
53
53
  const domainSuffix = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.internet.domainSuffix);
@@ -60,6 +60,8 @@ const httpStatusCode = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)
60
60
  const ip = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.internet.ip);
61
61
  const ipv4 = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.internet.ipv4);
62
62
  const ipv6 = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.internet.ipv6);
63
+ const jwt = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.internet.jwt);
64
+ const jwtAlgorithm = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.internet.jwtAlgorithm);
63
65
  const mac = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.internet.mac);
64
66
  const internet_password = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.internet.password);
65
67
  const port = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.internet.port);
@@ -67,7 +69,6 @@ const protocol = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker
67
69
  const url = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.internet.url);
68
70
  const userAgent = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.internet.userAgent);
69
71
  const username = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.internet.username);
70
- exports.color = __webpack_exports__.color;
71
72
  exports.displayName = __webpack_exports__.displayName;
72
73
  exports.domainName = __webpack_exports__.domainName;
73
74
  exports.domainSuffix = __webpack_exports__.domainSuffix;
@@ -80,6 +81,8 @@ exports.httpStatusCode = __webpack_exports__.httpStatusCode;
80
81
  exports.ip = __webpack_exports__.ip;
81
82
  exports.ipv4 = __webpack_exports__.ipv4;
82
83
  exports.ipv6 = __webpack_exports__.ipv6;
84
+ exports.jwt = __webpack_exports__.jwt;
85
+ exports.jwtAlgorithm = __webpack_exports__.jwtAlgorithm;
83
86
  exports.mac = __webpack_exports__.mac;
84
87
  exports.password = __webpack_exports__.password;
85
88
  exports.port = __webpack_exports__.port;
@@ -87,8 +90,7 @@ exports.protocol = __webpack_exports__.protocol;
87
90
  exports.url = __webpack_exports__.url;
88
91
  exports.userAgent = __webpack_exports__.userAgent;
89
92
  exports.username = __webpack_exports__.username;
90
- for(var __webpack_i__ in __webpack_exports__)if (-1 === [
91
- "color",
93
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
92
94
  "displayName",
93
95
  "domainName",
94
96
  "domainSuffix",
@@ -101,6 +103,8 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
101
103
  "ip",
102
104
  "ipv4",
103
105
  "ipv6",
106
+ "jwt",
107
+ "jwtAlgorithm",
104
108
  "mac",
105
109
  "password",
106
110
  "port",
@@ -108,7 +112,7 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
108
112
  "url",
109
113
  "userAgent",
110
114
  "username"
111
- ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
115
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
112
116
  Object.defineProperty(exports, '__esModule', {
113
117
  value: true
114
118
  });
@@ -1,6 +1,5 @@
1
1
  import { faker } from "@faker-js/faker";
2
2
  import { makeValueConfigFn } from "./utils.js";
3
- const color = makeValueConfigFn(faker.internet.color);
4
3
  const displayName = makeValueConfigFn(faker.internet.displayName);
5
4
  const domainName = makeValueConfigFn(faker.internet.domainName);
6
5
  const domainSuffix = makeValueConfigFn(faker.internet.domainSuffix);
@@ -13,6 +12,8 @@ const httpStatusCode = makeValueConfigFn(faker.internet.httpStatusCode);
13
12
  const ip = makeValueConfigFn(faker.internet.ip);
14
13
  const ipv4 = makeValueConfigFn(faker.internet.ipv4);
15
14
  const ipv6 = makeValueConfigFn(faker.internet.ipv6);
15
+ const jwt = makeValueConfigFn(faker.internet.jwt);
16
+ const jwtAlgorithm = makeValueConfigFn(faker.internet.jwtAlgorithm);
16
17
  const mac = makeValueConfigFn(faker.internet.mac);
17
18
  const internet_password = makeValueConfigFn(faker.internet.password);
18
19
  const port = makeValueConfigFn(faker.internet.port);
@@ -20,4 +21,4 @@ const protocol = makeValueConfigFn(faker.internet.protocol);
20
21
  const url = makeValueConfigFn(faker.internet.url);
21
22
  const userAgent = makeValueConfigFn(faker.internet.userAgent);
22
23
  const username = makeValueConfigFn(faker.internet.username);
23
- export { color, displayName, domainName, domainSuffix, domainWord, email, emoji, exampleEmail, httpMethod, httpStatusCode, ip, ipv4, ipv6, mac, internet_password as password, port, protocol, url, userAgent, username };
24
+ export { displayName, domainName, domainSuffix, domainWord, email, emoji, exampleEmail, httpMethod, httpStatusCode, ip, ipv4, ipv6, jwt, jwtAlgorithm, mac, internet_password as password, port, protocol, url, userAgent, username };
@@ -13,7 +13,7 @@ var __webpack_require__ = {};
13
13
  })();
14
14
  (()=>{
15
15
  __webpack_require__.r = (exports1)=>{
16
- if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
17
  value: 'Module'
18
18
  });
19
19
  Object.defineProperty(exports1, '__esModule', {
@@ -24,32 +24,37 @@ var __webpack_require__ = {};
24
24
  var __webpack_exports__ = {};
25
25
  __webpack_require__.r(__webpack_exports__);
26
26
  __webpack_require__.d(__webpack_exports__, {
27
- countryCode: ()=>countryCode,
28
- secondaryAddress: ()=>secondaryAddress,
29
- longitude: ()=>longitude,
30
- streetAddress: ()=>streetAddress,
31
- direction: ()=>direction,
32
- latitude: ()=>latitude,
33
27
  buildingNumber: ()=>buildingNumber,
34
- country: ()=>country,
35
28
  cardinalDirection: ()=>cardinalDirection,
36
- nearbyGPSCoordinate: ()=>nearbyGPSCoordinate,
29
+ direction: ()=>direction,
30
+ latitude: ()=>latitude,
37
31
  ordinalDirection: ()=>ordinalDirection,
38
- county: ()=>county,
32
+ secondaryAddress: ()=>secondaryAddress,
33
+ timeZone: ()=>timeZone,
34
+ countryCode: ()=>countryCode,
35
+ streetAddress: ()=>streetAddress,
36
+ language: ()=>language,
37
+ nearbyGPSCoordinate: ()=>nearbyGPSCoordinate,
38
+ country: ()=>country,
39
39
  state: ()=>state,
40
+ longitude: ()=>longitude,
41
+ county: ()=>county,
40
42
  street: ()=>street,
41
- timeZone: ()=>timeZone,
42
- city: ()=>city
43
+ zipCode: ()=>zipCode,
44
+ city: ()=>city,
45
+ continent: ()=>continent
43
46
  });
44
47
  const faker_namespaceObject = require("@faker-js/faker");
45
48
  const external_utils_cjs_namespaceObject = require("./utils.cjs");
46
49
  const buildingNumber = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.location.buildingNumber);
47
50
  const cardinalDirection = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.location.cardinalDirection);
48
51
  const city = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.location.city);
52
+ const continent = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.location.continent);
49
53
  const country = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.location.country);
50
54
  const countryCode = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.location.countryCode);
51
55
  const county = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.location.county);
52
56
  const direction = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.location.direction);
57
+ const language = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.location.language);
53
58
  const latitude = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.location.latitude);
54
59
  const longitude = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.location.longitude);
55
60
  const nearbyGPSCoordinate = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.location.nearbyGPSCoordinate);
@@ -59,13 +64,16 @@ const state = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_na
59
64
  const street = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.location.street);
60
65
  const streetAddress = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.location.streetAddress);
61
66
  const timeZone = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.location.timeZone);
67
+ const zipCode = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.location.zipCode);
62
68
  exports.buildingNumber = __webpack_exports__.buildingNumber;
63
69
  exports.cardinalDirection = __webpack_exports__.cardinalDirection;
64
70
  exports.city = __webpack_exports__.city;
71
+ exports.continent = __webpack_exports__.continent;
65
72
  exports.country = __webpack_exports__.country;
66
73
  exports.countryCode = __webpack_exports__.countryCode;
67
74
  exports.county = __webpack_exports__.county;
68
75
  exports.direction = __webpack_exports__.direction;
76
+ exports.language = __webpack_exports__.language;
69
77
  exports.latitude = __webpack_exports__.latitude;
70
78
  exports.longitude = __webpack_exports__.longitude;
71
79
  exports.nearbyGPSCoordinate = __webpack_exports__.nearbyGPSCoordinate;
@@ -75,14 +83,17 @@ exports.state = __webpack_exports__.state;
75
83
  exports.street = __webpack_exports__.street;
76
84
  exports.streetAddress = __webpack_exports__.streetAddress;
77
85
  exports.timeZone = __webpack_exports__.timeZone;
78
- for(var __webpack_i__ in __webpack_exports__)if (-1 === [
86
+ exports.zipCode = __webpack_exports__.zipCode;
87
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
79
88
  "buildingNumber",
80
89
  "cardinalDirection",
81
90
  "city",
91
+ "continent",
82
92
  "country",
83
93
  "countryCode",
84
94
  "county",
85
95
  "direction",
96
+ "language",
86
97
  "latitude",
87
98
  "longitude",
88
99
  "nearbyGPSCoordinate",
@@ -91,8 +102,9 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
91
102
  "state",
92
103
  "street",
93
104
  "streetAddress",
94
- "timeZone"
95
- ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
105
+ "timeZone",
106
+ "zipCode"
107
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
96
108
  Object.defineProperty(exports, '__esModule', {
97
109
  value: true
98
110
  });
@@ -3,10 +3,12 @@ import { makeValueConfigFn } from "./utils.js";
3
3
  const buildingNumber = makeValueConfigFn(faker.location.buildingNumber);
4
4
  const cardinalDirection = makeValueConfigFn(faker.location.cardinalDirection);
5
5
  const city = makeValueConfigFn(faker.location.city);
6
+ const continent = makeValueConfigFn(faker.location.continent);
6
7
  const country = makeValueConfigFn(faker.location.country);
7
8
  const countryCode = makeValueConfigFn(faker.location.countryCode);
8
9
  const county = makeValueConfigFn(faker.location.county);
9
10
  const direction = makeValueConfigFn(faker.location.direction);
11
+ const language = makeValueConfigFn(faker.location.language);
10
12
  const latitude = makeValueConfigFn(faker.location.latitude);
11
13
  const longitude = makeValueConfigFn(faker.location.longitude);
12
14
  const nearbyGPSCoordinate = makeValueConfigFn(faker.location.nearbyGPSCoordinate);
@@ -16,4 +18,5 @@ const state = makeValueConfigFn(faker.location.state);
16
18
  const street = makeValueConfigFn(faker.location.street);
17
19
  const streetAddress = makeValueConfigFn(faker.location.streetAddress);
18
20
  const timeZone = makeValueConfigFn(faker.location.timeZone);
19
- export { buildingNumber, cardinalDirection, city, country, countryCode, county, direction, latitude, longitude, nearbyGPSCoordinate, ordinalDirection, secondaryAddress, state, street, streetAddress, timeZone };
21
+ const zipCode = makeValueConfigFn(faker.location.zipCode);
22
+ export { buildingNumber, cardinalDirection, city, continent, country, countryCode, county, direction, language, latitude, longitude, nearbyGPSCoordinate, ordinalDirection, secondaryAddress, state, street, streetAddress, timeZone, zipCode };
@@ -13,7 +13,7 @@ var __webpack_require__ = {};
13
13
  })();
14
14
  (()=>{
15
15
  __webpack_require__.r = (exports1)=>{
16
- if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
17
  value: 'Module'
18
18
  });
19
19
  Object.defineProperty(exports1, '__esModule', {
@@ -25,13 +25,13 @@ var __webpack_exports__ = {};
25
25
  __webpack_require__.r(__webpack_exports__);
26
26
  __webpack_require__.d(__webpack_exports__, {
27
27
  text: ()=>lorem_text,
28
- paragraph: ()=>paragraph,
29
- paragraphs: ()=>paragraphs,
30
- lines: ()=>lines,
31
28
  words: ()=>words,
32
- sentences: ()=>sentences,
33
- sentence: ()=>sentence,
29
+ lines: ()=>lines,
30
+ paragraphs: ()=>paragraphs,
34
31
  word: ()=>word,
32
+ paragraph: ()=>paragraph,
33
+ sentence: ()=>sentence,
34
+ sentences: ()=>sentences,
35
35
  slug: ()=>slug
36
36
  });
37
37
  const faker_namespaceObject = require("@faker-js/faker");
@@ -54,7 +54,7 @@ exports.slug = __webpack_exports__.slug;
54
54
  exports.text = __webpack_exports__.text;
55
55
  exports.word = __webpack_exports__.word;
56
56
  exports.words = __webpack_exports__.words;
57
- for(var __webpack_i__ in __webpack_exports__)if (-1 === [
57
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
58
58
  "lines",
59
59
  "paragraph",
60
60
  "paragraphs",
@@ -64,7 +64,7 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
64
64
  "text",
65
65
  "word",
66
66
  "words"
67
- ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
67
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
68
68
  Object.defineProperty(exports, '__esModule', {
69
69
  value: true
70
70
  });
@@ -13,7 +13,7 @@ var __webpack_require__ = {};
13
13
  })();
14
14
  (()=>{
15
15
  __webpack_require__.r = (exports1)=>{
16
- if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
17
  value: 'Module'
18
18
  });
19
19
  Object.defineProperty(exports1, '__esModule', {
@@ -39,12 +39,12 @@ exports.album = __webpack_exports__.album;
39
39
  exports.artist = __webpack_exports__.artist;
40
40
  exports.genre = __webpack_exports__.genre;
41
41
  exports.songName = __webpack_exports__.songName;
42
- for(var __webpack_i__ in __webpack_exports__)if (-1 === [
42
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
43
43
  "album",
44
44
  "artist",
45
45
  "genre",
46
46
  "songName"
47
- ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
47
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
48
48
  Object.defineProperty(exports, '__esModule', {
49
49
  value: true
50
50
  });
@@ -13,7 +13,7 @@ var __webpack_require__ = {};
13
13
  })();
14
14
  (()=>{
15
15
  __webpack_require__.r = (exports1)=>{
16
- if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
17
  value: 'Module'
18
18
  });
19
19
  Object.defineProperty(exports1, '__esModule', {
@@ -26,6 +26,7 @@ __webpack_require__.r(__webpack_exports__);
26
26
  __webpack_require__.d(__webpack_exports__, {
27
27
  hex: ()=>hex,
28
28
  bigInt: ()=>bigInt,
29
+ romanNumeral: ()=>romanNumeral,
29
30
  octal: ()=>octal,
30
31
  int: ()=>number_int,
31
32
  float: ()=>number_float,
@@ -39,20 +40,23 @@ const number_float = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(f
39
40
  const hex = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.number.hex);
40
41
  const number_int = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.number.int);
41
42
  const octal = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.number.octal);
43
+ const romanNumeral = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.number.romanNumeral);
42
44
  exports.bigInt = __webpack_exports__.bigInt;
43
45
  exports.binary = __webpack_exports__.binary;
44
46
  exports.float = __webpack_exports__.float;
45
47
  exports.hex = __webpack_exports__.hex;
46
48
  exports.int = __webpack_exports__.int;
47
49
  exports.octal = __webpack_exports__.octal;
48
- for(var __webpack_i__ in __webpack_exports__)if (-1 === [
50
+ exports.romanNumeral = __webpack_exports__.romanNumeral;
51
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
49
52
  "bigInt",
50
53
  "binary",
51
54
  "float",
52
55
  "hex",
53
56
  "int",
54
- "octal"
55
- ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
57
+ "octal",
58
+ "romanNumeral"
59
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
56
60
  Object.defineProperty(exports, '__esModule', {
57
61
  value: true
58
62
  });
@@ -6,4 +6,5 @@ const number_float = makeValueConfigFn(faker.number.float);
6
6
  const hex = makeValueConfigFn(faker.number.hex);
7
7
  const number_int = makeValueConfigFn(faker.number.int);
8
8
  const octal = makeValueConfigFn(faker.number.octal);
9
- export { bigInt, binary, number_float as float, hex, number_int as int, octal };
9
+ const romanNumeral = makeValueConfigFn(faker.number.romanNumeral);
10
+ export { bigInt, binary, number_float as float, hex, number_int as int, octal, romanNumeral };
@@ -13,7 +13,7 @@ var __webpack_require__ = {};
13
13
  })();
14
14
  (()=>{
15
15
  __webpack_require__.r = (exports1)=>{
16
- if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
17
  value: 'Module'
18
18
  });
19
19
  Object.defineProperty(exports1, '__esModule', {
@@ -24,21 +24,21 @@ var __webpack_require__ = {};
24
24
  var __webpack_exports__ = {};
25
25
  __webpack_require__.r(__webpack_exports__);
26
26
  __webpack_require__.d(__webpack_exports__, {
27
- fullName: ()=>fullName,
27
+ jobDescriptor: ()=>jobDescriptor,
28
+ jobTitle: ()=>jobTitle,
28
29
  suffix: ()=>suffix,
29
30
  sexType: ()=>sexType,
30
31
  bio: ()=>bio,
31
- jobTitle: ()=>jobTitle,
32
+ fullName: ()=>fullName,
33
+ middleName: ()=>middleName,
32
34
  jobType: ()=>jobType,
33
35
  firstName: ()=>firstName,
34
- middleName: ()=>middleName,
35
- zodiacSign: ()=>zodiacSign,
36
36
  prefix: ()=>prefix,
37
- sex: ()=>sex,
38
- jobDescriptor: ()=>jobDescriptor,
39
37
  lastName: ()=>lastName,
38
+ sex: ()=>sex,
40
39
  gender: ()=>gender,
41
- jobArea: ()=>jobArea
40
+ jobArea: ()=>jobArea,
41
+ zodiacSign: ()=>zodiacSign
42
42
  });
43
43
  const faker_namespaceObject = require("@faker-js/faker");
44
44
  const external_utils_cjs_namespaceObject = require("./utils.cjs");
@@ -72,7 +72,7 @@ exports.sex = __webpack_exports__.sex;
72
72
  exports.sexType = __webpack_exports__.sexType;
73
73
  exports.suffix = __webpack_exports__.suffix;
74
74
  exports.zodiacSign = __webpack_exports__.zodiacSign;
75
- for(var __webpack_i__ in __webpack_exports__)if (-1 === [
75
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
76
76
  "bio",
77
77
  "firstName",
78
78
  "fullName",
@@ -88,7 +88,7 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
88
88
  "sexType",
89
89
  "suffix",
90
90
  "zodiacSign"
91
- ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
91
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
92
92
  Object.defineProperty(exports, '__esModule', {
93
93
  value: true
94
94
  });
@@ -13,7 +13,7 @@ var __webpack_require__ = {};
13
13
  })();
14
14
  (()=>{
15
15
  __webpack_require__.r = (exports1)=>{
16
- if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
17
  value: 'Module'
18
18
  });
19
19
  Object.defineProperty(exports1, '__esModule', {
@@ -33,10 +33,10 @@ const imei = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_nam
33
33
  const number = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.phone.number);
34
34
  exports.imei = __webpack_exports__.imei;
35
35
  exports.number = __webpack_exports__.number;
36
- for(var __webpack_i__ in __webpack_exports__)if (-1 === [
36
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
37
37
  "imei",
38
38
  "number"
39
- ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
39
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
40
40
  Object.defineProperty(exports, '__esModule', {
41
41
  value: true
42
42
  });
@@ -13,7 +13,7 @@ var __webpack_require__ = {};
13
13
  })();
14
14
  (()=>{
15
15
  __webpack_require__.r = (exports1)=>{
16
- if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
17
  value: 'Module'
18
18
  });
19
19
  Object.defineProperty(exports1, '__esModule', {
@@ -33,10 +33,10 @@ const chemicalElement = (0, external_utils_cjs_namespaceObject.makeValueConfigFn
33
33
  const unit = (0, external_utils_cjs_namespaceObject.makeValueConfigFn)(faker_namespaceObject.faker.science.unit);
34
34
  exports.chemicalElement = __webpack_exports__.chemicalElement;
35
35
  exports.unit = __webpack_exports__.unit;
36
- for(var __webpack_i__ in __webpack_exports__)if (-1 === [
36
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
37
37
  "chemicalElement",
38
38
  "unit"
39
- ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
39
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
40
40
  Object.defineProperty(exports, '__esModule', {
41
41
  value: true
42
42
  });