@amplitude/experiment-tag 0.23.4 → 0.25.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 +49 -15
- package/dist/experiment-tag-min.js +3 -3
- package/dist/experiment-tag-min.js.gz +0 -0
- package/dist/types/src/experiment.d.ts +3 -3
- package/dist/types/src/types.d.ts +15 -0
- package/dist/types/src/util/anti-flicker.d.ts +3 -2
- package/dist/types/src/util/cookie.d.ts +9 -3
- package/dist/types/src/util/when-body-ready.d.ts +12 -0
- package/package.json +3 -3
package/dist/LICENSES
CHANGED
|
@@ -46,6 +46,40 @@ Author: Amplitude
|
|
|
46
46
|
|
|
47
47
|
---
|
|
48
48
|
|
|
49
|
+
Name: @amplitude/analytics-core
|
|
50
|
+
Version: 2.42.0
|
|
51
|
+
License: MIT
|
|
52
|
+
Private: false
|
|
53
|
+
Repository: git+https://github.com/amplitude/Amplitude-TypeScript.git
|
|
54
|
+
Homepage: https://github.com/amplitude/Amplitude-TypeScript
|
|
55
|
+
Author: Amplitude Inc
|
|
56
|
+
License Text:
|
|
57
|
+
===
|
|
58
|
+
|
|
59
|
+
MIT License
|
|
60
|
+
|
|
61
|
+
Copyright (c) 2022 Amplitude Analytics
|
|
62
|
+
|
|
63
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
64
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
65
|
+
in the Software without restriction, including without limitation the rights
|
|
66
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
67
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
68
|
+
furnished to do so, subject to the following conditions:
|
|
69
|
+
|
|
70
|
+
The above copyright notice and this permission notice shall be included in all
|
|
71
|
+
copies or substantial portions of the Software.
|
|
72
|
+
|
|
73
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
74
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
75
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
76
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
77
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
78
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
79
|
+
SOFTWARE.
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
49
83
|
Name: @amplitude/ua-parser-js
|
|
50
84
|
Version: 0.7.33
|
|
51
85
|
License: MIT
|
|
@@ -215,17 +249,19 @@ Author: Amplitude
|
|
|
215
249
|
|
|
216
250
|
---
|
|
217
251
|
|
|
218
|
-
Name:
|
|
219
|
-
Version:
|
|
252
|
+
Name: morphdom
|
|
253
|
+
Version: 2.7.8
|
|
220
254
|
License: MIT
|
|
221
255
|
Private: false
|
|
222
|
-
|
|
256
|
+
Description: Morph a DOM tree to another DOM tree (no virtual DOM needed)
|
|
257
|
+
Repository: https://github.com/patrick-steele-idem/morphdom.git
|
|
258
|
+
Author: Patrick Steele-Idem <pnidem@gmail.com>
|
|
223
259
|
License Text:
|
|
224
260
|
===
|
|
225
261
|
|
|
226
|
-
MIT License
|
|
262
|
+
The MIT License (MIT)
|
|
227
263
|
|
|
228
|
-
Copyright (c)
|
|
264
|
+
Copyright (c) Patrick Steele-Idem <pnidem@gmail.com> (psteeleidem.com)
|
|
229
265
|
|
|
230
266
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
231
267
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -234,32 +270,30 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
234
270
|
copies of the Software, and to permit persons to whom the Software is
|
|
235
271
|
furnished to do so, subject to the following conditions:
|
|
236
272
|
|
|
237
|
-
The above copyright notice and this permission notice shall be included in
|
|
238
|
-
copies or substantial portions of the Software.
|
|
273
|
+
The above copyright notice and this permission notice shall be included in
|
|
274
|
+
all copies or substantial portions of the Software.
|
|
239
275
|
|
|
240
276
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
241
277
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
242
278
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
243
279
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
244
280
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
245
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
246
|
-
SOFTWARE.
|
|
281
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
282
|
+
THE SOFTWARE.
|
|
247
283
|
|
|
248
284
|
---
|
|
249
285
|
|
|
250
|
-
Name:
|
|
251
|
-
Version:
|
|
286
|
+
Name: dom-mutator
|
|
287
|
+
Version: 0.7.1
|
|
252
288
|
License: MIT
|
|
253
289
|
Private: false
|
|
254
|
-
|
|
255
|
-
Homepage: https://github.com/amplitude/Amplitude-TypeScript
|
|
256
|
-
Author: Amplitude Inc
|
|
290
|
+
Author: Jeremy Dorn
|
|
257
291
|
License Text:
|
|
258
292
|
===
|
|
259
293
|
|
|
260
294
|
MIT License
|
|
261
295
|
|
|
262
|
-
Copyright (c)
|
|
296
|
+
Copyright (c) 2021 Jeremy Dorn
|
|
263
297
|
|
|
264
298
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
265
299
|
of this software and associated documentation files (the "Software"), to deal
|