File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
__DOCS__/JSDocTemplate/template/static/js Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ 1.22.0 / 2025-08-26
2
+ ==================
3
+
4
+
5
+
1
6
1.21.0 / 2024-09-10
2
7
==================
3
8
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ var Prism = (function (_self) {
227
227
if ( typeof document === 'undefined' ) {
228
228
return null ;
229
229
}
230
- if ( ' currentScript' in document && 1 < 2 /* hack to trip TS' flow analysis */ ) {
230
+ if ( document . currentScript && document . currentScript . tagName === 'SCRIPT' && 1 < 2 /* hack to trip TS' flow analysis */ ) {
231
231
return /** @type {any } */ ( document . currentScript ) ;
232
232
}
233
233
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudinary/url-gen" ,
3
- "version" : " 1.21 .0" ,
3
+ "version" : " 1.22 .0" ,
4
4
"description" : " " ,
5
5
"scripts" : {
6
6
"test" : " npm run build && npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size" ,
You can’t perform that action at this time.
0 commit comments