@dbmx/confy 0.0.21 → 0.0.23
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/index12.js
CHANGED
package/esm/_virtual/index13.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.23",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Eric Basley <eric.basley@redpelicans.com>",
|
|
6
6
|
"type": "module",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"tss-react": "^4.9.13"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@dbmx/auth": "^1.3.
|
|
57
|
+
"@dbmx/auth": "^1.3.29",
|
|
58
58
|
"@dbmx/semver": "^1.1.27",
|
|
59
59
|
"@dbmx/users": "^1.1.37",
|
|
60
60
|
"@emotion/react": "^11.11.0",
|
|
@@ -163,5 +163,5 @@
|
|
|
163
163
|
"@babel/preset-react"
|
|
164
164
|
]
|
|
165
165
|
},
|
|
166
|
-
"gitHead": "
|
|
166
|
+
"gitHead": "9f2a9e3963dff648e277e0cc217d8101167f3866"
|
|
167
167
|
}
|