@react-querybuilder/core 8.14.3-alpha.0 → 8.14.3

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.
@@ -689,7 +689,7 @@ const isRuleGroupType = (rg) => isRuleGroup(rg) && typeof rg.combinator === "str
689
689
  */
690
690
  const isRuleGroupTypeIC = (rg) => isRuleGroup(rg) && rg.combinator === void 0;
691
691
  //#endregion
692
- //#region \0@oxc-project+runtime@0.115.0/helpers/typeof.js
692
+ //#region \0@oxc-project+runtime@0.121.0/helpers/typeof.js
693
693
  function _typeof(o) {
694
694
  "@babel/helpers - typeof";
695
695
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
@@ -699,7 +699,7 @@ function _typeof(o) {
699
699
  }, _typeof(o);
700
700
  }
701
701
  //#endregion
702
- //#region \0@oxc-project+runtime@0.115.0/helpers/toPrimitive.js
702
+ //#region \0@oxc-project+runtime@0.121.0/helpers/toPrimitive.js
703
703
  function toPrimitive(t, r) {
704
704
  if ("object" != _typeof(t) || !t) return t;
705
705
  var e = t[Symbol.toPrimitive];
@@ -711,13 +711,13 @@ function toPrimitive(t, r) {
711
711
  return ("string" === r ? String : Number)(t);
712
712
  }
713
713
  //#endregion
714
- //#region \0@oxc-project+runtime@0.115.0/helpers/toPropertyKey.js
714
+ //#region \0@oxc-project+runtime@0.121.0/helpers/toPropertyKey.js
715
715
  function toPropertyKey(t) {
716
716
  var i = toPrimitive(t, "string");
717
717
  return "symbol" == _typeof(i) ? i : i + "";
718
718
  }
719
719
  //#endregion
720
- //#region \0@oxc-project+runtime@0.115.0/helpers/defineProperty.js
720
+ //#region \0@oxc-project+runtime@0.121.0/helpers/defineProperty.js
721
721
  function _defineProperty(e, r, t) {
722
722
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
723
723
  value: t,
@@ -727,7 +727,7 @@ function _defineProperty(e, r, t) {
727
727
  }) : e[r] = t, e;
728
728
  }
729
729
  //#endregion
730
- //#region \0@oxc-project+runtime@0.115.0/helpers/objectSpread2.js
730
+ //#region \0@oxc-project+runtime@0.121.0/helpers/objectSpread2.js
731
731
  function ownKeys(e, r) {
732
732
  var t = Object.keys(e);
733
733
  if (Object.getOwnPropertySymbols) {
@@ -750,7 +750,7 @@ function _objectSpread2(e) {
750
750
  return e;
751
751
  }
752
752
  //#endregion
753
- //#region \0@oxc-project+runtime@0.115.0/helpers/objectWithoutPropertiesLoose.js
753
+ //#region \0@oxc-project+runtime@0.121.0/helpers/objectWithoutPropertiesLoose.js
754
754
  function _objectWithoutPropertiesLoose(r, e) {
755
755
  if (null == r) return {};
756
756
  var t = {};
@@ -761,7 +761,7 @@ function _objectWithoutPropertiesLoose(r, e) {
761
761
  return t;
762
762
  }
763
763
  //#endregion
764
- //#region \0@oxc-project+runtime@0.115.0/helpers/objectWithoutProperties.js
764
+ //#region \0@oxc-project+runtime@0.121.0/helpers/objectWithoutProperties.js
765
765
  function _objectWithoutProperties(e, t) {
766
766
  if (null == e) return {};
767
767
  var o, r, i = _objectWithoutPropertiesLoose(e, t);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-querybuilder/core",
3
- "version": "8.14.3-alpha.0",
3
+ "version": "8.14.3",
4
4
  "description": "React Query Builder component for constructing queries and filters, with utilities for executing them in various database and evaluation contexts",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -144,7 +144,7 @@
144
144
  "@babel/core": "^7.28.5",
145
145
  "@babel/preset-env": "^7.29.2",
146
146
  "@babel/preset-typescript": "^7.28.5",
147
- "@electric-sql/pglite": "^0.4.1",
147
+ "@electric-sql/pglite": "^0.4.2",
148
148
  "@prisma/client": "^7.5.0",
149
149
  "@types/json-logic-js": "^2.0.8",
150
150
  "@types/node": "^25.5.0",
@@ -153,7 +153,7 @@
153
153
  "json-logic-js": "^2.0.5",
154
154
  "jsonata": "^2.1.0",
155
155
  "mongodb-memory-server-core": "^11.0.1",
156
- "mongoose": "^9.3.2",
156
+ "mongoose": "^9.3.3",
157
157
  "pglite-prisma-adapter": "^0.7.2",
158
158
  "prisma": "^7.5.0",
159
159
  "query-string": "^9.3.1",
@@ -164,7 +164,7 @@
164
164
  "spel2js": "^0.2.9",
165
165
  "type-fest": "^5.5.0",
166
166
  "typescript": "^6.0.2",
167
- "vite": "^8.0.2"
167
+ "vite": "^8.0.3"
168
168
  },
169
169
  "dependencies": {
170
170
  "@ts-jison/lexer": "0.4.1-alpha.1",
@@ -204,5 +204,5 @@
204
204
  "typecheck": "tsc --noEmit",
205
205
  "typecheck:watch": "tsc --noEmit --watch"
206
206
  },
207
- "gitHead": "8bff92cfce2f2df5c95929ae0bbc49eff87111c3"
207
+ "gitHead": "1662d02b0e91ada2f3b4684d1b1c92b614c98e8c"
208
208
  }