@hellpig/anarchy-engine 22.0.1 → 22.0.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
@@ -23,7 +23,7 @@ The following notices are reproduced as provided by the respective licensors (e.
23
23
 
24
24
  ---
25
25
 
26
- ## @hellpig/anarchy-shared@1.6.2
26
+ ## @hellpig/anarchy-shared@1.6.3
27
27
 
28
28
  **License(s):** MIT
29
29
 
@@ -20,7 +20,7 @@ _No license text file found; relying on package metadata._
20
20
 
21
21
  ---
22
22
 
23
- ## @hellpig/anarchy-shared@1.6.2
23
+ ## @hellpig/anarchy-shared@1.6.3
24
24
 
25
25
  **License:** MIT
26
26
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@hellpig/anarchy-engine",
3
3
  "author": "S. Panfilov",
4
4
  "private": false,
5
- "version": "22.0.1",
5
+ "version": "22.0.2",
6
6
  "type": "module",
7
7
  "repository": {
8
8
  "type": "git",
@@ -23,6 +23,7 @@
23
23
  "types": "./dist/index.d.ts",
24
24
  "import": "./dist/index.js"
25
25
  },
26
+ "./package.json": "./package.json",
26
27
  "./*": {
27
28
  "types": "./dist/*.d.ts",
28
29
  "import": "./dist/*.js"