@hellpig/anarchy-shared 1.5.0 → 1.5.1

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
@@ -17,7 +17,7 @@ The following notices are reproduced as provided by the respective licensors (e.
17
17
 
18
18
  ---
19
19
 
20
- ## bowser@2.12.1
20
+ ## bowser@2.13.1
21
21
 
22
22
  **License(s):** MIT
23
23
 
@@ -6,7 +6,7 @@ Production dependencies (including transition dependencies): 1
6
6
 
7
7
  ---
8
8
 
9
- ## bowser@2.12.1
9
+ ## bowser@2.13.1
10
10
 
11
11
  **License:** MIT
12
12
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@hellpig/anarchy-shared",
3
3
  "author": "S. Panfilov",
4
4
  "private": false,
5
- "version": "1.5.0",
5
+ "version": "1.5.1",
6
6
  "type": "module",
7
7
  "repository": {
8
8
  "type": "git",
@@ -54,7 +54,8 @@
54
54
  "types": "./dist/assets/index.d.ts",
55
55
  "import": "./dist/assets/index.es.js"
56
56
  },
57
- "./assets/*": "./dist/assets/*"
57
+ "./assets/*": "./src/assets/*",
58
+ "./ScriptUtils/*": "./ScriptUtils/*"
58
59
  },
59
60
  "scripts": {
60
61
  "build": "rimraf ./dist && vite build",
@@ -76,13 +77,13 @@
76
77
  "unit:watch": "vitest"
77
78
  },
78
79
  "dependencies": {
79
- "bowser": "2.12.1"
80
+ "bowser": "2.13.1"
80
81
  },
81
82
  "devDependencies": {
82
83
  "fast-glob": "3.3.3",
83
- "fs-extra": "11.3.2",
84
+ "fs-extra": "11.3.3",
84
85
  "png-to-ico": "3.0.1",
85
- "sharp": "0.34.4",
86
+ "sharp": "0.34.5",
86
87
  "svgo": "4.0.0",
87
88
  "ts-json-schema-generator": "2.4.0",
88
89
  "vite-plugin-static-copy": "3.1.4"