@dbmx/confy 0.0.60 → 0.0.61
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/esm/_virtual/index13.js
CHANGED
package/esm/_virtual/index14.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __module as isSymbol } from '../../_virtual/
|
|
1
|
+
import { __module as isSymbol } from '../../_virtual/index13.js';
|
|
2
2
|
import { c as callBound$1 } from '../call-bound/index.js';
|
|
3
3
|
import { __require as requireHasSymbols } from '../has-symbols/index.js';
|
|
4
4
|
import { __require as requireSafeRegexTest } from '../safe-regex-test/index.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dbmx/confy",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.61",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Eric Basley <eric.basley@redpelicans.com>",
|
|
6
6
|
"type": "module",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"tss-react": "^4.9.13"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@dbmx/auth": "^1.3.
|
|
58
|
+
"@dbmx/auth": "^1.3.59",
|
|
59
59
|
"@dbmx/semver": "^1.1.38",
|
|
60
60
|
"@dbmx/users": "^1.1.44",
|
|
61
61
|
"@emotion/react": "^11.11.0",
|
|
@@ -167,5 +167,5 @@
|
|
|
167
167
|
"@babel/preset-react"
|
|
168
168
|
]
|
|
169
169
|
},
|
|
170
|
-
"gitHead": "
|
|
170
|
+
"gitHead": "e369cdc5cefbbf139c8d25304fb475096fa862d5"
|
|
171
171
|
}
|