@hedhog/admin 0.0.114 → 0.0.115
Sign up to get free protection for your applications and to get access to all the features.
- package/hedhog.yaml +0 -1
- package/package.json +1 -3
package/hedhog.yaml
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hedhog/admin",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.115",
|
4
4
|
"private": false,
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"scripts": {
|
@@ -21,7 +21,6 @@
|
|
21
21
|
"license": "MIT",
|
22
22
|
"description": "",
|
23
23
|
"devDependencies": {
|
24
|
-
"@hedhog/file": "^0.0.27",
|
25
24
|
"@hedhog/mail": "latest",
|
26
25
|
"@hedhog/locale": "^0.0.18",
|
27
26
|
"@hedhog/pagination": "^0.0.17",
|
@@ -32,7 +31,6 @@
|
|
32
31
|
"typescript": "^5.1.3"
|
33
32
|
},
|
34
33
|
"peerDependencies": {
|
35
|
-
"@hedhog/file": "latest",
|
36
34
|
"@hedhog/mail": "latest",
|
37
35
|
"@hedhog/locale": "latest",
|
38
36
|
"@hedhog/pagination": "latest",
|