File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " amplitude-js" ,
3
3
"author" :
" Amplitude <[email protected] >" ,
4
- "version" : " 7.2.0 " ,
4
+ "version" : " 7.2.1 " ,
5
5
"license" : " MIT" ,
6
6
"description" : " Javascript library for Amplitude Analytics" ,
7
7
"keywords" : [
Original file line number Diff line number Diff line change 9
9
var as = document . createElement ( 'script' ) ;
10
10
as . type = 'text/javascript' ;
11
11
// Don't edit as.integrity, it is tracked by semantic-release-bot during releases
12
- as . integrity = 'sha384-yPyeARQOyqYBFPjK2yO7AidLXf7HBQws/DMlhCAyyOvw50oA9VJsnyKHUJC8d5wd ' ;
12
+ as . integrity = 'sha384-girahbTbYZ9tT03PWWj0mEVgyxtZoyDF9KVZdL+R53PP5wCY0PiVUKq0jeRlMx9M ' ;
13
13
as . crossOrigin = 'anonymous' ;
14
14
as . async = true ;
15
15
// Don't edit as.src, it is tracked by semantic-release-bot during releases
16
- as . src = 'https://cdn.amplitude.com/libs/amplitude-7.2.0 -min.gz.js' ;
16
+ as . src = 'https://cdn.amplitude.com/libs/amplitude-7.2.1 -min.gz.js' ;
17
17
as . onload = function ( ) { if ( ! window . amplitude . runQueuedFunctions ) { console . log ( '[Amplitude] Error: could not load SDK' ) ; } } ;
18
18
var s = document . getElementsByTagName ( 'script' ) [ 0 ] ;
19
19
s . parentNode . insertBefore ( as , s ) ;
You can’t perform that action at this time.
0 commit comments