@amplitude/experiment-tag 0.24.0 → 0.25.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.
package/dist/LICENSES CHANGED
@@ -25,13 +25,37 @@ PERFORMANCE OF THIS SOFTWARE.
25
25
  ---
26
26
 
27
27
  Name: @amplitude/experiment-core
28
- Version: 0.13.1
28
+ Version: 0.13.2
29
29
  License: MIT
30
30
  Private: false
31
31
  Description: Amplitude Experiment evaluation JavaScript implementation.
32
32
  Repository: https://github.com/amplitude/experiment-js-client.git
33
33
  Homepage: https://github.com/amplitude/experiment-js-client
34
34
  Author: Amplitude
35
+ License Text:
36
+ ===
37
+
38
+ MIT License
39
+
40
+ Copyright (c) 2020 Amplitude Analytics
41
+
42
+ Permission is hereby granted, free of charge, to any person obtaining a copy
43
+ of this software and associated documentation files (the "Software"), to deal
44
+ in the Software without restriction, including without limitation the rights
45
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
46
+ copies of the Software, and to permit persons to whom the Software is
47
+ furnished to do so, subject to the following conditions:
48
+
49
+ The above copyright notice and this permission notice shall be included in all
50
+ copies or substantial portions of the Software.
51
+
52
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
53
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
54
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
55
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
56
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
57
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
58
+ SOFTWARE.
35
59
 
36
60
  ---
37
61
 
@@ -46,6 +70,40 @@ Author: Amplitude
46
70
 
47
71
  ---
48
72
 
73
+ Name: @amplitude/analytics-core
74
+ Version: 2.42.0
75
+ License: MIT
76
+ Private: false
77
+ Repository: git+https://github.com/amplitude/Amplitude-TypeScript.git
78
+ Homepage: https://github.com/amplitude/Amplitude-TypeScript
79
+ Author: Amplitude Inc
80
+ License Text:
81
+ ===
82
+
83
+ MIT License
84
+
85
+ Copyright (c) 2022 Amplitude Analytics
86
+
87
+ Permission is hereby granted, free of charge, to any person obtaining a copy
88
+ of this software and associated documentation files (the "Software"), to deal
89
+ in the Software without restriction, including without limitation the rights
90
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
91
+ copies of the Software, and to permit persons to whom the Software is
92
+ furnished to do so, subject to the following conditions:
93
+
94
+ The above copyright notice and this permission notice shall be included in all
95
+ copies or substantial portions of the Software.
96
+
97
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
98
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
99
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
100
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
101
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
102
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
103
+ SOFTWARE.
104
+
105
+ ---
106
+
49
107
  Name: @amplitude/ua-parser-js
50
108
  Version: 0.7.33
51
109
  License: MIT
@@ -205,29 +263,19 @@ SOFTWARE.
205
263
  ---
206
264
 
207
265
  Name: @amplitude/experiment-js-client
208
- Version: 1.21.1
266
+ Version: 1.21.2
209
267
  License: MIT
210
268
  Private: false
211
269
  Description: Amplitude Experiment Javascript Client SDK
212
270
  Repository: https://github.com/amplitude/experiment-js-client.git
213
271
  Homepage: https://github.com/amplitude/experiment-js-client
214
272
  Author: Amplitude
215
-
216
- ---
217
-
218
- Name: morphdom
219
- Version: 2.7.8
220
- License: MIT
221
- Private: false
222
- Description: Morph a DOM tree to another DOM tree (no virtual DOM needed)
223
- Repository: https://github.com/patrick-steele-idem/morphdom.git
224
- Author: Patrick Steele-Idem <pnidem@gmail.com>
225
273
  License Text:
226
274
  ===
227
275
 
228
- The MIT License (MIT)
276
+ MIT License
229
277
 
230
- Copyright (c) Patrick Steele-Idem <pnidem@gmail.com> (psteeleidem.com)
278
+ Copyright (c) 2020 Amplitude Analytics
231
279
 
232
280
  Permission is hereby granted, free of charge, to any person obtaining a copy
233
281
  of this software and associated documentation files (the "Software"), to deal
@@ -236,30 +284,32 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
236
284
  copies of the Software, and to permit persons to whom the Software is
237
285
  furnished to do so, subject to the following conditions:
238
286
 
239
- The above copyright notice and this permission notice shall be included in
240
- all copies or substantial portions of the Software.
287
+ The above copyright notice and this permission notice shall be included in all
288
+ copies or substantial portions of the Software.
241
289
 
242
290
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
243
291
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
244
292
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
245
293
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
246
294
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
247
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
248
- THE SOFTWARE.
295
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
296
+ SOFTWARE.
249
297
 
250
298
  ---
251
299
 
252
- Name: dom-mutator
253
- Version: 0.7.1
300
+ Name: morphdom
301
+ Version: 2.7.8
254
302
  License: MIT
255
303
  Private: false
256
- Author: Jeremy Dorn
304
+ Description: Morph a DOM tree to another DOM tree (no virtual DOM needed)
305
+ Repository: https://github.com/patrick-steele-idem/morphdom.git
306
+ Author: Patrick Steele-Idem <pnidem@gmail.com>
257
307
  License Text:
258
308
  ===
259
309
 
260
- MIT License
310
+ The MIT License (MIT)
261
311
 
262
- Copyright (c) 2021 Jeremy Dorn
312
+ Copyright (c) Patrick Steele-Idem <pnidem@gmail.com> (psteeleidem.com)
263
313
 
264
314
  Permission is hereby granted, free of charge, to any person obtaining a copy
265
315
  of this software and associated documentation files (the "Software"), to deal
@@ -268,32 +318,30 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
268
318
  copies of the Software, and to permit persons to whom the Software is
269
319
  furnished to do so, subject to the following conditions:
270
320
 
271
- The above copyright notice and this permission notice shall be included in all
272
- copies or substantial portions of the Software.
321
+ The above copyright notice and this permission notice shall be included in
322
+ all copies or substantial portions of the Software.
273
323
 
274
324
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
275
325
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
276
326
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
277
327
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
278
328
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
279
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
280
- SOFTWARE.
329
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
330
+ THE SOFTWARE.
281
331
 
282
332
  ---
283
333
 
284
- Name: @amplitude/analytics-core
285
- Version: 2.42.0
334
+ Name: dom-mutator
335
+ Version: 0.7.1
286
336
  License: MIT
287
337
  Private: false
288
- Repository: git+https://github.com/amplitude/Amplitude-TypeScript.git
289
- Homepage: https://github.com/amplitude/Amplitude-TypeScript
290
- Author: Amplitude Inc
338
+ Author: Jeremy Dorn
291
339
  License Text:
292
340
  ===
293
341
 
294
342
  MIT License
295
343
 
296
- Copyright (c) 2022 Amplitude Analytics
344
+ Copyright (c) 2021 Jeremy Dorn
297
345
 
298
346
  Permission is hereby granted, free of charge, to any person obtaining a copy
299
347
  of this software and associated documentation files (the "Software"), to deal