@driveflux/admin-utils 4.0.66 → 4.0.68

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/admin-utils",
3
- "version": "4.0.66",
3
+ "version": "4.0.68",
4
4
  "description": "Utilites for admin meant to be shared with other packages. Do not import this module in the user facing site. It's strictly for admin and api or backend services",
5
5
  "type": "module",
6
6
  "exports": {
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "dependencies": {
16
16
  "@driveflux/config": "3.0.9",
17
- "@driveflux/db": "4.1.1"
17
+ "@driveflux/db": "4.1.3"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@driveflux/fab": "4.0.0",