@ghostery/trackerdb 1.0.32 → 1.0.33

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@ At Ghostery, we're committed to describing things exactly as they are.
11
11
  The structure of Ghostery Tracker Database is simple and consists of three main elements:
12
12
  * **categories** - [advertising, site analytics, consent management, etc.](docs/categories.md)
13
13
  * **organizations** - companies like [Google](db/organizations/google.eno) or [Meta](db/organizations/facebook.eno), but also open source software like [Matomo](db/organizations/matomo.eno)
14
- * **patterns** - that express various behaviors performed by organizations. For example, a pattern for [Google Analytics](db/patterns/google_analytics.eno) is categorized as [site analytics](docs/categories.md#site-analytics], but a pattern for [Google Tag Manager](db/patterns/google_tag_manager.eno) is categorized as [essential](docs/categories.md#essential).
14
+ * **patterns** - that express various behaviors performed by organizations. For example, a pattern for [Google Analytics](db/patterns/google_analytics.eno) is categorized as [site analytics](docs/categories.md#site-analytics), but a pattern for [Google Tag Manager](db/patterns/google_tag_manager.eno) is categorized as [essential](docs/categories.md#essential).
15
15
 
16
16
  ## Where is it used?
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/trackerdb",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {