@hellpig/anarchy-tracking 1.7.1 → 1.7.2

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/legal/NOTICE.md CHANGED
@@ -799,7 +799,7 @@ The following notices are reproduced as provided by the respective licensors (e.
799
799
 
800
800
  ---
801
801
 
802
- ## import-in-the-middle@2.0.5
802
+ ## import-in-the-middle@2.0.6
803
803
 
804
804
  **License(s):** Apache-2.0
805
805
 
@@ -8685,7 +8685,7 @@ THE SOFTWARE.
8685
8685
 
8686
8686
  ---
8687
8687
 
8688
- ## import-in-the-middle@2.0.5
8688
+ ## import-in-the-middle@2.0.6
8689
8689
 
8690
8690
  **License:** Apache-2.0
8691
8691
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@hellpig/anarchy-tracking",
3
3
  "author": "S. Panfilov",
4
4
  "private": false,
5
- "version": "1.7.1",
5
+ "version": "1.7.2",
6
6
  "type": "module",
7
7
  "repository": {
8
8
  "type": "git",
@@ -42,6 +42,7 @@
42
42
  "types": "./dist/index.d.ts",
43
43
  "import": "./dist/anarchy-tracking.es.js"
44
44
  },
45
+ "./package.json": "./package.json",
45
46
  "./browser": {
46
47
  "types": "./dist/browser.d.ts",
47
48
  "import": "./dist/browser.es.js"