File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " amplitude-js" ,
33 "author" :
" Amplitude <[email protected] >" ,
4- "version" : " 7.2.0 " ,
4+ "version" : " 7.2.1 " ,
55 "license" : " MIT" ,
66 "description" : " Javascript library for Amplitude Analytics" ,
77 "keywords" : [
Original file line number Diff line number Diff line change 99 var as = document . createElement ( 'script' ) ;
1010 as . type = 'text/javascript' ;
1111 // 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 ' ;
1313 as . crossOrigin = 'anonymous' ;
1414 as . async = true ;
1515 // 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' ;
1717 as . onload = function ( ) { if ( ! window . amplitude . runQueuedFunctions ) { console . log ( '[Amplitude] Error: could not load SDK' ) ; } } ;
1818 var s = document . getElementsByTagName ( 'script' ) [ 0 ] ;
1919 s . parentNode . insertBefore ( as , s ) ;
You can’t perform that action at this time.
0 commit comments