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