@hedhog/admin 0.0.80 → 0.0.81

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/hedhog.yaml +4 -2
  2. package/package.json +1 -1
package/hedhog.yaml CHANGED
@@ -1035,10 +1035,12 @@ data:
1035
1035
  users:
1036
1036
  - name: Administrator
1037
1037
  email: root@hedhog.com
1038
- password: changeme
1038
+ password:
1039
+ hash: changeme
1039
1040
  - name: User
1040
1041
  email: user@hedhog.com
1041
- password: changeme
1042
+ password:
1043
+ hash: changeme
1042
1044
  roles:
1043
1045
  - slug: admin
1044
1046
  name:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.0.80",
3
+ "version": "0.0.81",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {