@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.
@@ -1,4 +1,4 @@
1
- var isSymbol = {exports: {}};
1
+ var isBigint = {exports: {}};
2
2
 
3
- export { isSymbol as __module };
3
+ export { isBigint as __module };
4
4
  //# sourceMappingURL=index12.js.map
@@ -1,4 +1,4 @@
1
- var isBigint = {exports: {}};
1
+ var isSymbol = {exports: {}};
2
2
 
3
- export { isBigint as __module };
3
+ export { isSymbol as __module };
4
4
  //# sourceMappingURL=index13.js.map
@@ -1,4 +1,4 @@
1
- import { __module as isBigint } from '../../_virtual/index13.js';
1
+ import { __module as isBigint } from '../../_virtual/index12.js';
2
2
  import { h as hasBigints } from '../has-bigints/index.js';
3
3
 
4
4
  var hasBigInts = hasBigints();
@@ -1,4 +1,4 @@
1
- import { __module as isSymbol } from '../../_virtual/index12.js';
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.21",
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.27",
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": "d4d3b085371da745f08d883069fb06ea4043f1ee"
166
+ "gitHead": "9f2a9e3963dff648e277e0cc217d8101167f3866"
167
167
  }