@v-tilt/browser 1.6.0 → 1.7.0

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 (107) hide show
  1. package/dist/array.full.js +1 -1
  2. package/dist/array.full.js.map +1 -1
  3. package/dist/array.js +1 -1
  4. package/dist/array.js.map +1 -1
  5. package/dist/array.no-external.js +1 -1
  6. package/dist/array.no-external.js.map +1 -1
  7. package/dist/chat.js +1 -1
  8. package/dist/chat.js.map +1 -1
  9. package/dist/constants.d.ts +1 -1
  10. package/dist/entrypoints/server.es.d.ts +12 -0
  11. package/dist/external-scripts-loader.js +1 -1
  12. package/dist/main.js +1 -1
  13. package/dist/main.js.map +1 -1
  14. package/dist/module.d.ts +6 -3
  15. package/dist/module.js +1 -1
  16. package/dist/module.js.map +1 -1
  17. package/dist/module.no-external.d.ts +6 -3
  18. package/dist/module.no-external.js +1 -1
  19. package/dist/module.no-external.js.map +1 -1
  20. package/dist/server.d.ts +105 -0
  21. package/dist/server.js +2 -0
  22. package/dist/server.js.map +1 -0
  23. package/dist/types.d.ts +3 -1
  24. package/dist/vtilt.d.ts +3 -2
  25. package/package.json +1 -2
  26. package/lib/config.d.ts +0 -17
  27. package/lib/config.js +0 -76
  28. package/lib/constants.d.ts +0 -178
  29. package/lib/constants.js +0 -656
  30. package/lib/entrypoints/all-external-dependencies.d.ts +0 -8
  31. package/lib/entrypoints/all-external-dependencies.js +0 -10
  32. package/lib/entrypoints/array.d.ts +0 -2
  33. package/lib/entrypoints/array.full.d.ts +0 -17
  34. package/lib/entrypoints/array.full.js +0 -19
  35. package/lib/entrypoints/array.js +0 -4
  36. package/lib/entrypoints/array.no-external.d.ts +0 -1
  37. package/lib/entrypoints/array.no-external.js +0 -4
  38. package/lib/entrypoints/chat.d.ts +0 -22
  39. package/lib/entrypoints/chat.js +0 -32
  40. package/lib/entrypoints/external-scripts-loader.d.ts +0 -24
  41. package/lib/entrypoints/external-scripts-loader.js +0 -104
  42. package/lib/entrypoints/main.cjs.d.ts +0 -4
  43. package/lib/entrypoints/main.cjs.js +0 -29
  44. package/lib/entrypoints/module.es.d.ts +0 -4
  45. package/lib/entrypoints/module.es.js +0 -23
  46. package/lib/entrypoints/module.no-external.es.d.ts +0 -4
  47. package/lib/entrypoints/module.no-external.es.js +0 -23
  48. package/lib/entrypoints/recorder.d.ts +0 -23
  49. package/lib/entrypoints/recorder.js +0 -42
  50. package/lib/entrypoints/web-vitals.d.ts +0 -14
  51. package/lib/entrypoints/web-vitals.js +0 -29
  52. package/lib/extensions/chat/chat-wrapper.d.ts +0 -196
  53. package/lib/extensions/chat/chat-wrapper.js +0 -545
  54. package/lib/extensions/chat/chat.d.ts +0 -99
  55. package/lib/extensions/chat/chat.js +0 -1891
  56. package/lib/extensions/chat/index.d.ts +0 -10
  57. package/lib/extensions/chat/index.js +0 -27
  58. package/lib/extensions/chat/types.d.ts +0 -159
  59. package/lib/extensions/chat/types.js +0 -22
  60. package/lib/extensions/history-autocapture.d.ts +0 -17
  61. package/lib/extensions/history-autocapture.js +0 -105
  62. package/lib/extensions/replay/index.d.ts +0 -13
  63. package/lib/extensions/replay/index.js +0 -31
  64. package/lib/extensions/replay/session-recording-utils.d.ts +0 -92
  65. package/lib/extensions/replay/session-recording-utils.js +0 -212
  66. package/lib/extensions/replay/session-recording-wrapper.d.ts +0 -61
  67. package/lib/extensions/replay/session-recording-wrapper.js +0 -149
  68. package/lib/extensions/replay/session-recording.d.ts +0 -95
  69. package/lib/extensions/replay/session-recording.js +0 -700
  70. package/lib/extensions/replay/types.d.ts +0 -211
  71. package/lib/extensions/replay/types.js +0 -8
  72. package/lib/geolocation.d.ts +0 -5
  73. package/lib/geolocation.js +0 -31
  74. package/lib/rate-limiter.d.ts +0 -52
  75. package/lib/rate-limiter.js +0 -80
  76. package/lib/request-queue.d.ts +0 -78
  77. package/lib/request-queue.js +0 -156
  78. package/lib/request.d.ts +0 -54
  79. package/lib/request.js +0 -265
  80. package/lib/retry-queue.d.ts +0 -64
  81. package/lib/retry-queue.js +0 -182
  82. package/lib/session.d.ts +0 -66
  83. package/lib/session.js +0 -191
  84. package/lib/storage.d.ts +0 -117
  85. package/lib/storage.js +0 -438
  86. package/lib/types.d.ts +0 -350
  87. package/lib/types.js +0 -24
  88. package/lib/user-manager.d.ts +0 -154
  89. package/lib/user-manager.js +0 -589
  90. package/lib/utils/event-utils.d.ts +0 -52
  91. package/lib/utils/event-utils.js +0 -305
  92. package/lib/utils/globals.d.ts +0 -235
  93. package/lib/utils/globals.js +0 -30
  94. package/lib/utils/index.d.ts +0 -46
  95. package/lib/utils/index.js +0 -134
  96. package/lib/utils/patch.d.ts +0 -6
  97. package/lib/utils/patch.js +0 -39
  98. package/lib/utils/request-utils.d.ts +0 -17
  99. package/lib/utils/request-utils.js +0 -80
  100. package/lib/utils/type-utils.d.ts +0 -4
  101. package/lib/utils/type-utils.js +0 -9
  102. package/lib/utils/user-agent-utils.d.ts +0 -18
  103. package/lib/utils/user-agent-utils.js +0 -411
  104. package/lib/vtilt.d.ts +0 -359
  105. package/lib/vtilt.js +0 -1188
  106. package/lib/web-vitals.d.ts +0 -95
  107. package/lib/web-vitals.js +0 -380
package/lib/constants.js DELETED
@@ -1,656 +0,0 @@
1
- "use strict";
2
- /**
3
- * Constants
4
- *
5
- * Following PostHog's pattern for constant definitions.
6
- * These are used throughout the SDK for:
7
- * - Storage keys
8
- * - Property names
9
- * - Event names
10
- * - Configuration defaults
11
- */
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- exports.PROP_BROWSER = exports.PROP_REFERRING_DOMAIN = exports.PROP_REFERRER = exports.PROP_PATHNAME = exports.PROP_HOST = exports.PROP_CURRENT_URL = exports.PROP_WINDOW_ID = exports.PROP_SESSION_ID = exports.PROP_ANON_DISTINCT_ID = exports.PROP_IS_IDENTIFIED = exports.PROP_PROCESS_PERSON_PROFILE = exports.EVENT_RATE_LIMIT_WARNING = exports.EVENT_SNAPSHOT = exports.EVENT_PERFORMANCE = exports.EVENT_GROUP_IDENTIFY = exports.EVENT_SET = exports.EVENT_ALIAS = exports.EVENT_IDENTIFY = exports.EVENT_PAGELEAVE = exports.EVENT_PAGEVIEW = exports.SESSION_RECORDING_ENABLED_SERVER_SIDE = exports.WEB_VITALS_ENABLED_SERVER_SIDE = exports.AUTOCAPTURE_DISABLED_SERVER_SIDE = exports.STORED_GROUP_PROPERTIES_KEY = exports.STORED_PERSON_PROPERTIES_KEY = exports.INITIAL_REFERRER_INFO = exports.INITIAL_CAMPAIGN_PARAMS = exports.INITIAL_PERSON_INFO = exports.ENABLE_PERSON_PROCESSING = exports.STORAGE_METHODS = exports.PERSISTENCE_METHODS = exports.USER_PROPERTIES_KEY = exports.DISTINCT_ID_KEY = exports.REMOTE_CONFIG_KEY = exports.ANONYMOUS_ID_KEY = exports.ANONYMOUS_ID = exports.DEVICE_ID_KEY = exports.DEVICE_ID = exports.USER_STATE_KEY = exports.USER_STATE = exports.PRIMARY_WINDOW_EXISTS_KEY = exports.WINDOW_ID_KEY = exports.WINDOW_ID = exports.STORAGE_KEY = exports.SESSION_ID = exports.EVENT_TIMERS_KEY = exports.ALIAS_ID_KEY = exports.DISTINCT_ID = exports.PEOPLE_DISTINCT_ID_KEY = exports.SDK_VERSION = void 0;
14
- exports.TIMEZONES = exports.MAX_PROPERTY_VALUE_LENGTH = exports.MAX_PROPERTIES_SIZE = exports.SESSION_CHANGE_THRESHOLD_MS = exports.SESSION_TIMEOUT_MS = exports.DEFAULT_BATCH_SIZE = exports.DEFAULT_FLUSH_INTERVAL_MS = exports.DEFAULT_API_HOST = exports.PERSISTENCE_RESERVED_PROPERTIES = exports.UTM_PARAMS = exports.PROP_INITIAL_GEOIP_PREFIX = exports.PROP_GEOIP_LONGITUDE = exports.PROP_GEOIP_LATITUDE = exports.PROP_GEOIP_TIMEZONE = exports.PROP_GEOIP_CONTINENT_CODE = exports.PROP_GEOIP_REGION_NAME = exports.PROP_GEOIP_CITY_NAME = exports.PROP_GEOIP_COUNTRY_NAME = exports.PROP_GEOIP_COUNTRY_CODE = exports.PROP_LIB_VERSION = exports.PROP_LIB = exports.PROP_VIEWPORT_WIDTH = exports.PROP_VIEWPORT_HEIGHT = exports.PROP_SCREEN_WIDTH = exports.PROP_SCREEN_HEIGHT = exports.PROP_DEVICE_TYPE = exports.PROP_OS_VERSION = exports.PROP_OS = exports.PROP_BROWSER_VERSION = void 0;
15
- // ============================================================================
16
- // Version (Single Source of Truth)
17
- // ============================================================================
18
- /** SDK version - update this when releasing new versions */
19
- exports.SDK_VERSION = "1.6.0";
20
- // ============================================================================
21
- // Storage Keys
22
- // ============================================================================
23
- /** @deprecated Use DISTINCT_ID instead */
24
- exports.PEOPLE_DISTINCT_ID_KEY = "$people_distinct_id";
25
- /** Current distinct_id */
26
- exports.DISTINCT_ID = "distinct_id";
27
- /** Alias ID for aliasing operations */
28
- exports.ALIAS_ID_KEY = "__alias";
29
- /** Event timers storage key */
30
- exports.EVENT_TIMERS_KEY = "__timers";
31
- /** Session ID storage key */
32
- exports.SESSION_ID = "$sesid";
33
- /** Session storage key (for session manager) */
34
- exports.STORAGE_KEY = "__vt_session";
35
- /** Window ID storage key */
36
- exports.WINDOW_ID = "$windowid";
37
- /** Window ID key (for session storage) */
38
- exports.WINDOW_ID_KEY = "__vt_window_id";
39
- /** Primary window exists key (for tab duplication detection) */
40
- exports.PRIMARY_WINDOW_EXISTS_KEY = "__vt_primary_window";
41
- /** User state (anonymous/identified) */
42
- exports.USER_STATE = "$user_state";
43
- /** User state storage key */
44
- exports.USER_STATE_KEY = "__vt_user_state";
45
- /** Device ID storage key */
46
- exports.DEVICE_ID = "$device_id";
47
- /** Device ID key (for storage) */
48
- exports.DEVICE_ID_KEY = "__vt_device_id";
49
- /** Anonymous ID storage key */
50
- exports.ANONYMOUS_ID = "$anonymous_id";
51
- /** Anonymous ID key (for storage) */
52
- exports.ANONYMOUS_ID_KEY = "__vt_anonymous_id";
53
- /** Remote config cache key (sessionStorage) */
54
- exports.REMOTE_CONFIG_KEY = "__vt_remote_config";
55
- /** Distinct ID key (for storage) */
56
- exports.DISTINCT_ID_KEY = "__vt_distinct_id";
57
- /** User properties storage key */
58
- exports.USER_PROPERTIES_KEY = "__vt_user_properties";
59
- /**
60
- * Persistence methods object
61
- * Following PostHog's approach for storage/persistence configuration
62
- */
63
- exports.PERSISTENCE_METHODS = {
64
- cookie: "cookie",
65
- localStorage: "localStorage",
66
- localStoragePlusCookie: "localStorage+cookie",
67
- sessionStorage: "sessionStorage",
68
- memory: "memory",
69
- };
70
- /** @deprecated Use PERSISTENCE_METHODS instead */
71
- exports.STORAGE_METHODS = exports.PERSISTENCE_METHODS;
72
- // ============================================================================
73
- // Person Processing
74
- // ============================================================================
75
- /** Enable person processing flag */
76
- exports.ENABLE_PERSON_PROCESSING = "$epp";
77
- /** Initial person info (referrer, URL, UTM params) */
78
- exports.INITIAL_PERSON_INFO = "$initial_person_info";
79
- /** @deprecated Use INITIAL_PERSON_INFO */
80
- exports.INITIAL_CAMPAIGN_PARAMS = "$initial_campaign_params";
81
- /** @deprecated Use INITIAL_PERSON_INFO */
82
- exports.INITIAL_REFERRER_INFO = "$initial_referrer_info";
83
- /** Stored person properties for feature flags */
84
- exports.STORED_PERSON_PROPERTIES_KEY = "$stored_person_properties";
85
- /** Stored group properties for feature flags */
86
- exports.STORED_GROUP_PROPERTIES_KEY = "$stored_group_properties";
87
- // ============================================================================
88
- // Server-Side Feature Flags
89
- // ============================================================================
90
- exports.AUTOCAPTURE_DISABLED_SERVER_SIDE = "$autocapture_disabled_server_side";
91
- exports.WEB_VITALS_ENABLED_SERVER_SIDE = "$web_vitals_enabled_server_side";
92
- exports.SESSION_RECORDING_ENABLED_SERVER_SIDE = "$session_recording_enabled_server_side";
93
- // ============================================================================
94
- // Event Names
95
- // ============================================================================
96
- /** Pageview event */
97
- exports.EVENT_PAGEVIEW = "$pageview";
98
- /** Pageleave event */
99
- exports.EVENT_PAGELEAVE = "$pageleave";
100
- /** Identify event */
101
- exports.EVENT_IDENTIFY = "$identify";
102
- /** Alias event */
103
- exports.EVENT_ALIAS = "$create_alias";
104
- /** Set person properties event */
105
- exports.EVENT_SET = "$set";
106
- /** Group identify event */
107
- exports.EVENT_GROUP_IDENTIFY = "$groupidentify";
108
- /** Performance event */
109
- exports.EVENT_PERFORMANCE = "$performance_event";
110
- /** Snapshot event (session recording) */
111
- exports.EVENT_SNAPSHOT = "$snapshot";
112
- /** Rate limit warning event */
113
- exports.EVENT_RATE_LIMIT_WARNING = "$$client_ingestion_warning";
114
- // ============================================================================
115
- // Property Names
116
- // ============================================================================
117
- /** Process person profile flag */
118
- exports.PROP_PROCESS_PERSON_PROFILE = "$process_person_profile";
119
- /** Is identified flag */
120
- exports.PROP_IS_IDENTIFIED = "$is_identified";
121
- /** Anonymous distinct ID */
122
- exports.PROP_ANON_DISTINCT_ID = "$anon_distinct_id";
123
- /** Session ID property */
124
- exports.PROP_SESSION_ID = "$session_id";
125
- /** Window ID property */
126
- exports.PROP_WINDOW_ID = "$window_id";
127
- /** Current URL */
128
- exports.PROP_CURRENT_URL = "$current_url";
129
- /** Hostname */
130
- exports.PROP_HOST = "$host";
131
- /** Pathname */
132
- exports.PROP_PATHNAME = "$pathname";
133
- /** Referrer URL */
134
- exports.PROP_REFERRER = "$referrer";
135
- /** Referring domain */
136
- exports.PROP_REFERRING_DOMAIN = "$referring_domain";
137
- /** Browser */
138
- exports.PROP_BROWSER = "$browser";
139
- /** Browser version */
140
- exports.PROP_BROWSER_VERSION = "$browser_version";
141
- /** Operating system */
142
- exports.PROP_OS = "$os";
143
- /** OS version */
144
- exports.PROP_OS_VERSION = "$os_version";
145
- /** Device type */
146
- exports.PROP_DEVICE_TYPE = "$device_type";
147
- /** Screen height */
148
- exports.PROP_SCREEN_HEIGHT = "$screen_height";
149
- /** Screen width */
150
- exports.PROP_SCREEN_WIDTH = "$screen_width";
151
- /** Viewport height */
152
- exports.PROP_VIEWPORT_HEIGHT = "$viewport_height";
153
- /** Viewport width */
154
- exports.PROP_VIEWPORT_WIDTH = "$viewport_width";
155
- /** Library name */
156
- exports.PROP_LIB = "$lib";
157
- /** Library version */
158
- exports.PROP_LIB_VERSION = "$lib_version";
159
- // ============================================================================
160
- // GeoIP Properties
161
- // ============================================================================
162
- exports.PROP_GEOIP_COUNTRY_CODE = "$geoip_country_code";
163
- exports.PROP_GEOIP_COUNTRY_NAME = "$geoip_country_name";
164
- exports.PROP_GEOIP_CITY_NAME = "$geoip_city_name";
165
- exports.PROP_GEOIP_REGION_NAME = "$geoip_region_name";
166
- exports.PROP_GEOIP_CONTINENT_CODE = "$geoip_continent_code";
167
- exports.PROP_GEOIP_TIMEZONE = "$geoip_timezone";
168
- exports.PROP_GEOIP_LATITUDE = "$geoip_latitude";
169
- exports.PROP_GEOIP_LONGITUDE = "$geoip_longitude";
170
- /** Initial GeoIP properties (set once) */
171
- exports.PROP_INITIAL_GEOIP_PREFIX = "$initial_geoip_";
172
- // ============================================================================
173
- // UTM Parameters
174
- // ============================================================================
175
- exports.UTM_PARAMS = [
176
- "utm_source",
177
- "utm_medium",
178
- "utm_campaign",
179
- "utm_content",
180
- "utm_term",
181
- "gclid",
182
- "gad_source",
183
- "gbraid",
184
- "wbraid",
185
- "fbclid",
186
- "msclkid",
187
- "twclid",
188
- "li_fat_id",
189
- "mc_cid",
190
- "igshid",
191
- "ttclid",
192
- ];
193
- // ============================================================================
194
- // Reserved Properties (excluded from automatic capture)
195
- // ============================================================================
196
- exports.PERSISTENCE_RESERVED_PROPERTIES = [
197
- exports.PEOPLE_DISTINCT_ID_KEY,
198
- exports.ALIAS_ID_KEY,
199
- exports.EVENT_TIMERS_KEY,
200
- exports.SESSION_ID,
201
- exports.USER_STATE,
202
- exports.DEVICE_ID,
203
- exports.ANONYMOUS_ID,
204
- exports.STORED_PERSON_PROPERTIES_KEY,
205
- exports.STORED_GROUP_PROPERTIES_KEY,
206
- exports.INITIAL_CAMPAIGN_PARAMS,
207
- exports.INITIAL_REFERRER_INFO,
208
- exports.ENABLE_PERSON_PROCESSING,
209
- exports.INITIAL_PERSON_INFO,
210
- ];
211
- // ============================================================================
212
- // Defaults
213
- // ============================================================================
214
- /** Default API host */
215
- exports.DEFAULT_API_HOST = "https://api.vtilt.io";
216
- /** Default flush interval (ms) */
217
- exports.DEFAULT_FLUSH_INTERVAL_MS = 5000;
218
- /** Default batch size */
219
- exports.DEFAULT_BATCH_SIZE = 10;
220
- /** Session timeout (30 minutes in ms) */
221
- exports.SESSION_TIMEOUT_MS = 30 * 60 * 1000;
222
- /** Session ID change threshold (ms) */
223
- exports.SESSION_CHANGE_THRESHOLD_MS = 30 * 60 * 1000;
224
- /** Maximum event properties size (bytes) */
225
- exports.MAX_PROPERTIES_SIZE = 65535;
226
- /** Maximum property value length */
227
- exports.MAX_PROPERTY_VALUE_LENGTH = 8192;
228
- // ============================================================================
229
- // Timezone to Country Mapping
230
- // ============================================================================
231
- /** Timezone to country code mapping */
232
- exports.TIMEZONES = {
233
- "Europe/Andorra": "AD",
234
- "Asia/Dubai": "AE",
235
- "Asia/Kabul": "AF",
236
- "America/Antigua": "AG",
237
- "America/Anguilla": "AI",
238
- "Europe/Tirane": "AL",
239
- "Asia/Yerevan": "AM",
240
- "Africa/Luanda": "AO",
241
- "Antarctica/Casey": "AQ",
242
- "Antarctica/Davis": "AQ",
243
- "Antarctica/DumontDUrville": "AQ",
244
- "Antarctica/Mawson": "AQ",
245
- "Antarctica/McMurdo": "AQ",
246
- "Antarctica/Palmer": "AQ",
247
- "Antarctica/Rothera": "AQ",
248
- "Antarctica/Syowa": "AQ",
249
- "Antarctica/Troll": "AQ",
250
- "Antarctica/Vostok": "AQ",
251
- "America/Argentina/Buenos_Aires": "AR",
252
- "America/Argentina/Catamarca": "AR",
253
- "America/Argentina/Cordoba": "AR",
254
- "America/Argentina/Jujuy": "AR",
255
- "America/Argentina/La_Rioja": "AR",
256
- "America/Argentina/Mendoza": "AR",
257
- "America/Argentina/Rio_Gallegos": "AR",
258
- "America/Argentina/Salta": "AR",
259
- "America/Argentina/San_Juan": "AR",
260
- "America/Argentina/San_Luis": "AR",
261
- "America/Argentina/Tucuman": "AR",
262
- "America/Argentina/Ushuaia": "AR",
263
- "Pacific/Pago_Pago": "AS",
264
- "Europe/Vienna": "AT",
265
- "Australia/Adelaide": "AU",
266
- "Australia/Brisbane": "AU",
267
- "Australia/Broken_Hill": "AU",
268
- "Australia/Darwin": "AU",
269
- "Australia/Eucla": "AU",
270
- "Australia/Hobart": "AU",
271
- "Australia/Lindeman": "AU",
272
- "Australia/Lord_Howe": "AU",
273
- "Australia/Melbourne": "AU",
274
- "Australia/Perth": "AU",
275
- "Australia/Sydney": "AU",
276
- "America/Aruba": "AW",
277
- "Europe/Mariehamn": "AX",
278
- "Asia/Baku": "AZ",
279
- "Europe/Sarajevo": "BA",
280
- "America/Barbados": "BB",
281
- "Asia/Dhaka": "BD",
282
- "Europe/Brussels": "BE",
283
- "Africa/Ouagadougou": "BF",
284
- "Europe/Sofia": "BG",
285
- "Asia/Bahrain": "BH",
286
- "Africa/Bujumbura": "BI",
287
- "Africa/Porto-Novo": "BJ",
288
- "America/St_Barthelemy": "BL",
289
- "Atlantic/Bermuda": "BM",
290
- "Asia/Brunei": "BN",
291
- "America/La_Paz": "BO",
292
- "America/Kralendijk": "BQ",
293
- "America/Araguaina": "BR",
294
- "America/Bahia": "BR",
295
- "America/Belem": "BR",
296
- "America/Boa_Vista": "BR",
297
- "America/Campo_Grande": "BR",
298
- "America/Cuiaba": "BR",
299
- "America/Eirunepe": "BR",
300
- "America/Fortaleza": "BR",
301
- "America/Maceio": "BR",
302
- "America/Manaus": "BR",
303
- "America/Noronha": "BR",
304
- "America/Porto_Velho": "BR",
305
- "America/Recife": "BR",
306
- "America/Rio_Branco": "BR",
307
- "America/Santarem": "BR",
308
- "America/Sao_Paulo": "BR",
309
- "America/Nassau": "BS",
310
- "Asia/Thimphu": "BT",
311
- "Africa/Gaborone": "BW",
312
- "Europe/Minsk": "BY",
313
- "America/Belize": "BZ",
314
- "America/Atikokan": "CA",
315
- "America/Blanc-Sablon": "CA",
316
- "America/Cambridge_Bay": "CA",
317
- "America/Creston": "CA",
318
- "America/Dawson": "CA",
319
- "America/Dawson_Creek": "CA",
320
- "America/Edmonton": "CA",
321
- "America/Fort_Nelson": "CA",
322
- "America/Glace_Bay": "CA",
323
- "America/Goose_Bay": "CA",
324
- "America/Halifax": "CA",
325
- "America/Inuvik": "CA",
326
- "America/Iqaluit": "CA",
327
- "America/Moncton": "CA",
328
- "America/Nipigon": "CA",
329
- "America/Pangnirtung": "CA",
330
- "America/Rainy_River": "CA",
331
- "America/Rankin_Inlet": "CA",
332
- "America/Regina": "CA",
333
- "America/Resolute": "CA",
334
- "America/St_Johns": "CA",
335
- "America/Swift_Current": "CA",
336
- "America/Thunder_Bay": "CA",
337
- "America/Toronto": "CA",
338
- "America/Vancouver": "CA",
339
- "America/Whitehorse": "CA",
340
- "America/Winnipeg": "CA",
341
- "America/Yellowknife": "CA",
342
- "Indian/Cocos": "CC",
343
- "Africa/Kinshasa": "CD",
344
- "Africa/Lubumbashi": "CD",
345
- "Africa/Bangui": "CF",
346
- "Africa/Brazzaville": "CG",
347
- "Europe/Zurich": "CH",
348
- "Africa/Abidjan": "CI",
349
- "Pacific/Rarotonga": "CK",
350
- "America/Punta_Arenas": "CL",
351
- "America/Santiago": "CL",
352
- "Pacific/Easter": "CL",
353
- "Africa/Douala": "CM",
354
- "Asia/Shanghai": "CN",
355
- "Asia/Urumqi": "CN",
356
- "America/Bogota": "CO",
357
- "America/Costa_Rica": "CR",
358
- "America/Havana": "CU",
359
- "Atlantic/Cape_Verde": "CV",
360
- "America/Curacao": "CW",
361
- "Indian/Christmas": "CX",
362
- "Asia/Famagusta": "CY",
363
- "Asia/Nicosia": "CY",
364
- "Europe/Prague": "CZ",
365
- "Europe/Berlin": "DE",
366
- "Europe/Busingen": "DE",
367
- "Africa/Djibouti": "DJ",
368
- "Europe/Copenhagen": "DK",
369
- "America/Dominica": "DM",
370
- "America/Santo_Domingo": "DO",
371
- "Africa/Algiers": "DZ",
372
- "America/Guayaquil": "EC",
373
- "Pacific/Galapagos": "EC",
374
- "Europe/Tallinn": "EE",
375
- "Africa/Cairo": "EG",
376
- "Africa/El_Aaiun": "EH",
377
- "Africa/Asmara": "ER",
378
- "Africa/Ceuta": "ES",
379
- "Atlantic/Canary": "ES",
380
- "Europe/Madrid": "ES",
381
- "Africa/Addis_Ababa": "ET",
382
- "Europe/Helsinki": "FI",
383
- "Pacific/Fiji": "FJ",
384
- "Atlantic/Stanley": "FK",
385
- "Pacific/Chuuk": "FM",
386
- "Pacific/Kosrae": "FM",
387
- "Pacific/Pohnpei": "FM",
388
- "Atlantic/Faroe": "FO",
389
- "Europe/Paris": "FR",
390
- "Africa/Libreville": "GA",
391
- "Europe/London": "GB",
392
- "America/Grenada": "GD",
393
- "Asia/Tbilisi": "GE",
394
- "America/Cayenne": "GF",
395
- "Europe/Guernsey": "GG",
396
- "Africa/Accra": "GH",
397
- "Europe/Gibraltar": "GI",
398
- "America/Danmarkshavn": "GL",
399
- "America/Nuuk": "GL",
400
- "America/Scoresbysund": "GL",
401
- "America/Thule": "GL",
402
- "Africa/Banjul": "GM",
403
- "Africa/Conakry": "GN",
404
- "America/Guadeloupe": "GP",
405
- "Africa/Malabo": "GQ",
406
- "Europe/Athens": "GR",
407
- "Atlantic/South_Georgia": "GS",
408
- "America/Guatemala": "GT",
409
- "Pacific/Guam": "GU",
410
- "Africa/Bissau": "GW",
411
- "America/Guyana": "GY",
412
- "Asia/Hong_Kong": "HK",
413
- "America/Tegucigalpa": "HN",
414
- "Europe/Zagreb": "HR",
415
- "America/Port-au-Prince": "HT",
416
- "Europe/Budapest": "HU",
417
- "Asia/Jakarta": "ID",
418
- "Asia/Jayapura": "ID",
419
- "Asia/Makassar": "ID",
420
- "Asia/Pontianak": "ID",
421
- "Europe/Dublin": "IE",
422
- "Asia/Jerusalem": "IL",
423
- "Europe/Isle_of_Man": "IM",
424
- "Asia/Kolkata": "IN",
425
- "Indian/Chagos": "IO",
426
- "Asia/Baghdad": "IQ",
427
- "Asia/Tehran": "IR",
428
- "Atlantic/Reykjavik": "IS",
429
- "Europe/Rome": "IT",
430
- "Europe/Jersey": "JE",
431
- "America/Jamaica": "JM",
432
- "Asia/Amman": "JO",
433
- "Asia/Tokyo": "JP",
434
- "Africa/Nairobi": "KE",
435
- "Asia/Bishkek": "KG",
436
- "Asia/Phnom_Penh": "KH",
437
- "Pacific/Enderbury": "KI",
438
- "Pacific/Kiritimati": "KI",
439
- "Pacific/Tarawa": "KI",
440
- "Indian/Comoro": "KM",
441
- "America/St_Kitts": "KN",
442
- "Asia/Pyongyang": "KP",
443
- "Asia/Seoul": "KR",
444
- "Asia/Kuwait": "KW",
445
- "America/Cayman": "KY",
446
- "Asia/Almaty": "KZ",
447
- "Asia/Aqtau": "KZ",
448
- "Asia/Aqtobe": "KZ",
449
- "Asia/Atyrau": "KZ",
450
- "Asia/Oral": "KZ",
451
- "Asia/Qostanay": "KZ",
452
- "Asia/Qyzylorda": "KZ",
453
- "Asia/Vientiane": "LA",
454
- "Asia/Beirut": "LB",
455
- "America/St_Lucia": "LC",
456
- "Europe/Vaduz": "LI",
457
- "Asia/Colombo": "LK",
458
- "Africa/Monrovia": "LR",
459
- "Africa/Maseru": "LS",
460
- "Europe/Vilnius": "LT",
461
- "Europe/Luxembourg": "LU",
462
- "Europe/Riga": "LV",
463
- "Africa/Tripoli": "LY",
464
- "Africa/Casablanca": "MA",
465
- "Europe/Monaco": "MC",
466
- "Europe/Chisinau": "MD",
467
- "Europe/Podgorica": "ME",
468
- "America/Marigot": "MF",
469
- "Indian/Antananarivo": "MG",
470
- "Pacific/Kwajalein": "MH",
471
- "Pacific/Majuro": "MH",
472
- "Europe/Skopje": "MK",
473
- "Africa/Bamako": "ML",
474
- "Asia/Yangon": "MM",
475
- "Asia/Choibalsan": "MN",
476
- "Asia/Hovd": "MN",
477
- "Asia/Ulaanbaatar": "MN",
478
- "Asia/Macau": "MO",
479
- "Pacific/Saipan": "MP",
480
- "America/Martinique": "MQ",
481
- "Africa/Nouakchott": "MR",
482
- "America/Montserrat": "MS",
483
- "Europe/Malta": "MT",
484
- "Indian/Mauritius": "MU",
485
- "Indian/Maldives": "MV",
486
- "Africa/Blantyre": "MW",
487
- "America/Bahia_Banderas": "MX",
488
- "America/Cancun": "MX",
489
- "America/Chihuahua": "MX",
490
- "America/Hermosillo": "MX",
491
- "America/Matamoros": "MX",
492
- "America/Mazatlan": "MX",
493
- "America/Merida": "MX",
494
- "America/Mexico_City": "MX",
495
- "America/Monterrey": "MX",
496
- "America/Ojinaga": "MX",
497
- "America/Tijuana": "MX",
498
- "Asia/Kuala_Lumpur": "MY",
499
- "Asia/Kuching": "MY",
500
- "Africa/Maputo": "MZ",
501
- "Africa/Windhoek": "NA",
502
- "Pacific/Noumea": "NC",
503
- "Africa/Niamey": "NE",
504
- "Pacific/Norfolk": "NF",
505
- "Africa/Lagos": "NG",
506
- "America/Managua": "NI",
507
- "Europe/Amsterdam": "NL",
508
- "Europe/Oslo": "NO",
509
- "Asia/Kathmandu": "NP",
510
- "Pacific/Nauru": "NR",
511
- "Pacific/Niue": "NU",
512
- "Pacific/Auckland": "NZ",
513
- "Pacific/Chatham": "NZ",
514
- "Asia/Muscat": "OM",
515
- "America/Panama": "PA",
516
- "America/Lima": "PE",
517
- "Pacific/Gambier": "PF",
518
- "Pacific/Marquesas": "PF",
519
- "Pacific/Tahiti": "PF",
520
- "Pacific/Bougainville": "PG",
521
- "Pacific/Port_Moresby": "PG",
522
- "Asia/Manila": "PH",
523
- "Asia/Karachi": "PK",
524
- "Europe/Warsaw": "PL",
525
- "America/Miquelon": "PM",
526
- "Pacific/Pitcairn": "PN",
527
- "America/Puerto_Rico": "PR",
528
- "Asia/Gaza": "PS",
529
- "Asia/Hebron": "PS",
530
- "Atlantic/Azores": "PT",
531
- "Atlantic/Madeira": "PT",
532
- "Europe/Lisbon": "PT",
533
- "Pacific/Palau": "PW",
534
- "America/Asuncion": "PY",
535
- "Asia/Qatar": "QA",
536
- "Indian/Reunion": "RE",
537
- "Europe/Bucharest": "RO",
538
- "Europe/Belgrade": "RS",
539
- "Asia/Anadyr": "RU",
540
- "Asia/Barnaul": "RU",
541
- "Asia/Chita": "RU",
542
- "Asia/Irkutsk": "RU",
543
- "Asia/Kamchatka": "RU",
544
- "Asia/Khandyga": "RU",
545
- "Asia/Krasnoyarsk": "RU",
546
- "Asia/Magadan": "RU",
547
- "Asia/Novokuznetsk": "RU",
548
- "Asia/Novosibirsk": "RU",
549
- "Asia/Omsk": "RU",
550
- "Asia/Sakhalin": "RU",
551
- "Asia/Srednekolymsk": "RU",
552
- "Asia/Tomsk": "RU",
553
- "Asia/Ust-Nera": "RU",
554
- "Asia/Vladivostok": "RU",
555
- "Asia/Yakutsk": "RU",
556
- "Asia/Yekaterinburg": "RU",
557
- "Europe/Astrakhan": "RU",
558
- "Europe/Kaliningrad": "RU",
559
- "Europe/Kirov": "RU",
560
- "Europe/Moscow": "RU",
561
- "Europe/Samara": "RU",
562
- "Europe/Saratov": "RU",
563
- "Europe/Ulyanovsk": "RU",
564
- "Europe/Volgograd": "RU",
565
- "Africa/Kigali": "RW",
566
- "Asia/Riyadh": "SA",
567
- "Pacific/Guadalcanal": "SB",
568
- "Indian/Mahe": "SC",
569
- "Africa/Khartoum": "SD",
570
- "Europe/Stockholm": "SE",
571
- "Asia/Singapore": "SG",
572
- "Atlantic/St_Helena": "SH",
573
- "Europe/Ljubljana": "SI",
574
- "Arctic/Longyearbyen": "SJ",
575
- "Europe/Bratislava": "SK",
576
- "Africa/Freetown": "SL",
577
- "Europe/San_Marino": "SM",
578
- "Africa/Dakar": "SN",
579
- "Africa/Mogadishu": "SO",
580
- "America/Paramaribo": "SR",
581
- "Africa/Juba": "SS",
582
- "Africa/Sao_Tome": "ST",
583
- "America/El_Salvador": "SV",
584
- "America/Lower_Princes": "SX",
585
- "Asia/Damascus": "SY",
586
- "Africa/Mbabane": "SZ",
587
- "America/Grand_Turk": "TC",
588
- "Africa/Ndjamena": "TD",
589
- "Indian/Kerguelen": "TF",
590
- "Africa/Lome": "TG",
591
- "Asia/Bangkok": "TH",
592
- "Asia/Dushanbe": "TJ",
593
- "Pacific/Fakaofo": "TK",
594
- "Asia/Dili": "TL",
595
- "Asia/Ashgabat": "TM",
596
- "Africa/Tunis": "TN",
597
- "Pacific/Tongatapu": "TO",
598
- "Europe/Istanbul": "TR",
599
- "America/Port_of_Spain": "TT",
600
- "Pacific/Funafuti": "TV",
601
- "Asia/Taipei": "TW",
602
- "Africa/Dar_es_Salaam": "TZ",
603
- "Europe/Kiev": "UA",
604
- "Europe/Simferopol": "UA",
605
- "Europe/Uzhgorod": "UA",
606
- "Europe/Zaporozhye": "UA",
607
- "Africa/Kampala": "UG",
608
- "Pacific/Midway": "UM",
609
- "Pacific/Wake": "UM",
610
- "America/Adak": "US",
611
- "America/Anchorage": "US",
612
- "America/Boise": "US",
613
- "America/Chicago": "US",
614
- "America/Denver": "US",
615
- "America/Detroit": "US",
616
- "America/Indiana/Indianapolis": "US",
617
- "America/Indiana/Knox": "US",
618
- "America/Indiana/Marengo": "US",
619
- "America/Indiana/Petersburg": "US",
620
- "America/Indiana/Tell_City": "US",
621
- "America/Indiana/Vevay": "US",
622
- "America/Indiana/Vincennes": "US",
623
- "America/Indiana/Winamac": "US",
624
- "America/Juneau": "US",
625
- "America/Kentucky/Louisville": "US",
626
- "America/Kentucky/Monticello": "US",
627
- "America/Los_Angeles": "US",
628
- "America/Menominee": "US",
629
- "America/Metlakatla": "US",
630
- "America/New_York": "US",
631
- "America/Nome": "US",
632
- "America/North_Dakota/Beulah": "US",
633
- "America/North_Dakota/Center": "US",
634
- "America/North_Dakota/New_Salem": "US",
635
- "America/Phoenix": "US",
636
- "America/Sitka": "US",
637
- "America/Yakutat": "US",
638
- "Pacific/Honolulu": "US",
639
- "America/Montevideo": "UY",
640
- "Asia/Samarkand": "UZ",
641
- "Asia/Tashkent": "UZ",
642
- "Europe/Vatican": "VA",
643
- "America/St_Vincent": "VC",
644
- "America/Caracas": "VE",
645
- "America/Tortola": "VG",
646
- "America/St_Thomas": "VI",
647
- "Asia/Ho_Chi_Minh": "VN",
648
- "Pacific/Efate": "VU",
649
- "Pacific/Wallis": "WF",
650
- "Pacific/Apia": "WS",
651
- "Asia/Aden": "YE",
652
- "Indian/Mayotte": "YT",
653
- "Africa/Johannesburg": "ZA",
654
- "Africa/Lusaka": "ZM",
655
- "Africa/Harare": "ZW",
656
- };
@@ -1,8 +0,0 @@
1
- /**
2
- * All External Dependencies
3
- *
4
- * This file imports all external dependency entrypoints.
5
- * Used by array.full.ts for the full bundle that includes everything.
6
- */
7
- import "./recorder";
8
- import "./web-vitals";
@@ -1,10 +0,0 @@
1
- "use strict";
2
- /**
3
- * All External Dependencies
4
- *
5
- * This file imports all external dependency entrypoints.
6
- * Used by array.full.ts for the full bundle that includes everything.
7
- */
8
- Object.defineProperty(exports, "__esModule", { value: true });
9
- require("./recorder");
10
- require("./web-vitals");