diff --git a/scripts/upload_icons.js b/scripts/upload_icons.js index 14a3ddcee..d34cfeb0b 100644 --- a/scripts/upload_icons.js +++ b/scripts/upload_icons.js @@ -40,7 +40,7 @@ async function syncIcons() { ) { try { await bucket.upload(filePath, { - destination: 'icons/'+file, + destination: 'icons/' + file, metadata: { contentType: 'image/png', }, diff --git a/src/technologies/r.json b/src/technologies/r.json index 01bb6a855..aab2d104f 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -632,10 +632,10 @@ "description": "React Router provides declarative routing for React.", "icon": "React Router.svg", "implies": "React", - "oss": true, "js": { "__reactRouterVersion": "([\\d\\.]+)\\;version:\\1" }, + "oss": true, "website": "https://reactrouter.com" }, "Reactive": { diff --git a/src/technologies/s.json b/src/technologies/s.json index e7d1098bb..e6dadbb34 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -4132,8 +4132,8 @@ "description": "Slider Revolution is a flexible and highly customisable slider.", "icon": "Slider Revolution.svg", "js": { - "SR7.version": "^Slider Revolution\\s([\\d\\.]+)$\\;version:\\1", "RS_MODULES.main.version": "^Slider Revolution\\s([\\d\\.]+)$\\;version:\\1", + "SR7.version": "^Slider Revolution\\s([\\d\\.]+)$\\;version:\\1", "revapi1": "", "revapi2": "", "revapi3": "", diff --git a/src/technologies/u.json b/src/technologies/u.json index 12407beed..1abfbee4a 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -893,6 +893,19 @@ "scriptSrc": "static\\.usizy\\.es/", "website": "https://usizy.com" }, + "Utiq": { + "cats": [ + 36 + ], + "description": "Utiq empowers brands and publishers to address audiences through Telco-powered first-party identifier.", + "icon": "Utiq.svg", + "js": { + "Utiq": "" + }, + "oss": false, + "scriptSrc": "/utiqLoader\\.js", + "website": "https://utiq.com/" + }, "Uvicorn": { "cats": [ 22 @@ -1022,19 +1035,6 @@ }, "website": "https://user.com" }, - "Utiq": { - "cats": [ - 36 - ], - "description": "Utiq empowers brands and publishers to address audiences through Telco-powered first-party identifier.", - "icon": "Utiq.svg", - "oss": false, - "website": "https://utiq.com/", - "scriptSrc": "/utiqLoader\\.js", - "js": { - "Utiq": "" - } - }, "utterances": { "cats": [ 15 diff --git a/src/technologies/w.json b/src/technologies/w.json index 9e1fe9590..5d6754fb2 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -75,19 +75,6 @@ "oss": true, "website": "https://docs.ruby-lang.org/en/2.4.0/WEBrick.html" }, - "Web Worker Offloading": { - "cats": [ - 87, - 92 - ], - "description": "Performance plugin from the WordPress Performance Team, which offloads JavaScript execution to a Web Worker, improving performance by freeing up the main thread.", - "icon": "web-worker-offloading.svg", - "meta": { - "generator": "^web-worker-offloading ([\\d.]+)?\\;version:\\1" - }, - "requires": "WordPress", - "website": "https://wordpress.org/plugins/web-worker-offloading/" - }, "WEN Themes Education Hub": { "cats": [ 80 @@ -791,6 +778,19 @@ }, "website": "https://www.webwizforums.com" }, + "Web Worker Offloading": { + "cats": [ + 87, + 92 + ], + "description": "Performance plugin from the WordPress Performance Team, which offloads JavaScript execution to a Web Worker, improving performance by freeing up the main thread.", + "icon": "web-worker-offloading.svg", + "meta": { + "generator": "^web-worker-offloading ([\\d.]+)?\\;version:\\1" + }, + "requires": "WordPress", + "website": "https://wordpress.org/plugins/web-worker-offloading/" + }, "Web2py": { "cats": [ 18 @@ -2479,6 +2479,21 @@ }, "website": "https://wisy.3we.de" }, + "wp.cloud": { + "cats": [ + 62, + 88 + ], + "description": "WordPress-first cloud hosting.", + "headers": { + "host-header": "wpcloud" + }, + "icon": "wp-cloud.png", + "implies": [ + "WordPress" + ], + "website": "https://wp.cloud/" + }, "wpBakery": { "cats": [ 51, @@ -2516,20 +2531,5 @@ "requires": "WordPress", "url": "^https?://[^/]+\\.wpcache\\.co", "website": "https://wpcache.co" - }, - "wp.cloud": { - "cats": [ - 62, - 88 - ], - "description": "WordPress-first cloud hosting.", - "headers": { - "host-header": "wpcloud" - }, - "icon": "wp-cloud.png", - "implies": [ - "WordPress" - ], - "website": "https://wp.cloud/" } }