@amplitude/experiment-tag 0.25.1 → 0.26.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.
package/dist/LICENSES CHANGED
@@ -25,7 +25,7 @@ PERFORMANCE OF THIS SOFTWARE.
25
25
  ---
26
26
 
27
27
  Name: @amplitude/experiment-core
28
- Version: 0.13.2
28
+ Version: 0.13.3
29
29
  License: MIT
30
30
  Private: false
31
31
  Description: Amplitude Experiment evaluation JavaScript implementation.
@@ -60,13 +60,37 @@ SOFTWARE.
60
60
  ---
61
61
 
62
62
  Name: @amplitude/analytics-connector
63
- Version: 1.6.4
63
+ Version: 1.6.5
64
64
  License: MIT
65
65
  Private: false
66
66
  Description: Connector package for Amplitude SDKs
67
67
  Repository: https://github.com/amplitude/experiment-js-client.git
68
68
  Homepage: https://github.com/amplitude/experiment-js-client
69
69
  Author: Amplitude
70
+ License Text:
71
+ ===
72
+
73
+ MIT License
74
+
75
+ Copyright (c) 2020 Amplitude Analytics
76
+
77
+ Permission is hereby granted, free of charge, to any person obtaining a copy
78
+ of this software and associated documentation files (the "Software"), to deal
79
+ in the Software without restriction, including without limitation the rights
80
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
81
+ copies of the Software, and to permit persons to whom the Software is
82
+ furnished to do so, subject to the following conditions:
83
+
84
+ The above copyright notice and this permission notice shall be included in all
85
+ copies or substantial portions of the Software.
86
+
87
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
88
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
89
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
90
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
91
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
92
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
93
+ SOFTWARE.
70
94
 
71
95
  ---
72
96
 
@@ -263,7 +287,7 @@ SOFTWARE.
263
287
  ---
264
288
 
265
289
  Name: @amplitude/experiment-js-client
266
- Version: 1.21.2
290
+ Version: 1.21.3
267
291
  License: MIT
268
292
  Private: false
269
293
  Description: Amplitude Experiment Javascript Client SDK
@@ -364,7 +388,7 @@ SOFTWARE.
364
388
  ---
365
389
 
366
390
  Name: unfetch
367
- Version: 4.2.0
391
+ Version: 4.1.0
368
392
  License: MIT
369
393
  Private: false
370
394
  Description: Bare minimum fetch polyfill in 500 bytes