@dereekb/model 13.10.0 → 13.10.2

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/index.cjs.js CHANGED
@@ -2327,6 +2327,7 @@ function _async_to_generator$1(fn) {
2327
2327
  };
2328
2328
  }
2329
2329
  function _instanceof(left, right) {
2330
+ "@swc/helpers - instanceof";
2330
2331
  if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
2331
2332
  return !!right[Symbol.hasInstance](left);
2332
2333
  } else {
package/index.esm.js CHANGED
@@ -2325,6 +2325,7 @@ function _async_to_generator$1(fn) {
2325
2325
  };
2326
2326
  }
2327
2327
  function _instanceof(left, right) {
2328
+ "@swc/helpers - instanceof";
2328
2329
  if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
2329
2330
  return !!right[Symbol.hasInstance](left);
2330
2331
  } else {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@dereekb/model",
3
- "version": "13.10.0",
3
+ "version": "13.10.2",
4
4
  "peerDependencies": {
5
- "@dereekb/util": "13.10.0",
5
+ "@dereekb/util": "13.10.2",
6
6
  "arktype": "^2.2.0",
7
- "make-error": "^1.3.0"
7
+ "make-error": "^1.3.6"
8
8
  },
9
9
  "exports": {
10
10
  "./package.json": "./package.json",