simple-wappalyzer 1.1.63 → 1.1.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "simple-wappalyzer",
3
3
  "description": "A simple way to interacting with Wappalyzer.",
4
4
  "homepage": "https://github.com/Kikobeats/simple-wappalyzer",
5
- "version": "1.1.63",
5
+ "version": "1.1.64",
6
6
  "main": "src/index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
@@ -24,9 +24,6 @@ const fetchTechnologies = async () => {
24
24
  {}
25
25
  )
26
26
 
27
- // temporal fix until https://github.com/Kikobeats/simple-wappalyzer/issues/72 is closed
28
- technologies['Elementor Addon Elements'] = 'WordPress'
29
-
30
27
  return writeJsonFile('src/technologies.json', technologies)
31
28
  }
32
29
 
@@ -16135,7 +16135,19 @@
16135
16135
  "scriptSrc": "/wp-content/plugins/elementor(?:-pro)?/.+frontend-modules\\.min\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
16136
16136
  "website": "https://elementor.com"
16137
16137
  },
16138
- "Elementor Addon Elements": "WordPress",
16138
+ "Elementor Addon Elements": {
16139
+ "cats": [
16140
+ 5,
16141
+ 87
16142
+ ],
16143
+ "description": "Widgets and extensions to extend the Elementor Page Builder.",
16144
+ "dom": "link[href*='/wp-content/plugins/addon-elements-for-elementor-page-builder/']",
16145
+ "icon": "Elementor Addon Elements.png",
16146
+ "oss": true,
16147
+ "requires": "WordPress",
16148
+ "scriptSrc": "addon-elements-for-elementor-page-builder(?:\\/assets)?(?:\\/js)?(?:\\/lib)?(?:\\/animated-main)?(?:\\/build)?(?:\\/eae)?(?:\\/iconHelper)?(?:\\/index)?(?:\\/magnific)?(?:\\/particles)?(?:\\/vegas){0,2}(?:\\.min)?\\.js(?:\\?v(?:er)?=((?:\\d+\\.)+\\d+))?\\;version:\\1",
16149
+ "website": "https://wordpress.org/plugins/addon-elements-for-elementor-page-builder"
16150
+ },
16139
16151
  "Elementor Cloud": {
16140
16152
  "cats": [
16141
16153
  88