File tree 3 files changed +12
-3
lines changed
__DOCS__/JSDocTemplate/template/static/js
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ 1.8.7 / 2022-12-05
2
+ ==================
3
+
4
+ * Added import statements template to configuration file
5
+ * Updated readme info about supported Node.js versions
6
+
1
7
1.8.6 / 2022-08-19
2
8
==================
3
9
Original file line number Diff line number Diff line change @@ -1325,7 +1325,10 @@ Prism.languages.markup = {
1325
1325
pattern : / ^ = / ,
1326
1326
alias : 'attr-equals'
1327
1327
} ,
1328
- / " | ' /
1328
+ {
1329
+ pattern : / ^ ( \s * ) [ " ' ] | [ " ' ] $ / ,
1330
+ lookbehind : true
1331
+ }
1329
1332
]
1330
1333
}
1331
1334
} ,
@@ -1468,7 +1471,7 @@ Prism.languages.rss = Prism.languages.xml;
1468
1471
Prism . languages . css = {
1469
1472
'comment' : / \/ \* [ \s \S ] * ?\* \/ / ,
1470
1473
'atrule' : {
1471
- pattern : / @ [ \w - ] (?: [ ^ ; { \s ] | \s + (? ! [ \s { ] ) ) * (?: ; | (? = \s * \{ ) ) / ,
1474
+ pattern : RegExp ( ' @[\\ w-](?:' + / [ ^ ; { \s " ' ] | \s + (? ! \s ) / . source + '|' + string . source + ')*?' + / (?: ; | (? = \s * \{ ) ) / . source ) ,
1472
1475
inside : {
1473
1476
'rule' : / ^ @ [ \w - ] + / ,
1474
1477
'selector-function-argument' : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudinary/url-gen" ,
3
- "version" : " 1.8.6 " ,
3
+ "version" : " 1.8.7 " ,
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