@driveflux/admin-utils 1.0.53 → 1.0.54

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.
@@ -1,11 +1,11 @@
1
1
   WARN  Issue while reading "/Users/flux/Projects/flux-master/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
2
2
 
3
- > @driveflux/admin-utils@1.0.52 build /Users/flux/Projects/flux-master/shared/admin-utils
3
+ > @driveflux/admin-utils@1.0.53 build /Users/flux/Projects/flux-master/shared/admin-utils
4
4
  > fab
5
5
 
6
6
   WARN  Issue while reading "/Users/flux/Projects/flux-master/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
7
7
   WARN  Issue while reading "/Users/flux/Projects/flux-master/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
8
8
   WARN  Issue while reading "/Users/flux/Projects/flux-master/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
9
9
   WARN  Issue while reading "/Users/flux/Projects/flux-master/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
10
- Successfully compiled: 2 files with swc (263.88ms)
11
- Successfully compiled: 2 files with swc (276.47ms)
10
+ Successfully compiled: 2 files with swc (809.98ms)
11
+ Successfully compiled: 2 files with swc (824.13ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @driveflux/admin-utils
2
2
 
3
+ ## 1.0.54
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @driveflux/db@1.2.6
9
+
3
10
  ## 1.0.53
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@driveflux/admin-utils",
3
3
  "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",
4
- "version": "1.0.53",
4
+ "version": "1.0.54",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
7
7
  "module": "./dist/index.js",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@driveflux/config": "1.0.23",
18
- "@driveflux/db": "1.2.5"
18
+ "@driveflux/db": "1.2.6"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@driveflux/eslint-config": "1.0.9",