@xuda.io/xuda-dbs-plugin-xuda 1.0.199 → 1.0.201

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/studio.mjs +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-dbs-plugin-xuda",
3
- "version": "1.0.199",
3
+ "version": "1.0.201",
4
4
  "description": "Xuda Database Socket for Xuda's proprietary structure powered by CouchDB",
5
5
  "scripts": {
6
6
  "pub": "npm version patch --force && npm publish --access public"
package/studio.mjs CHANGED
@@ -586,7 +586,7 @@ const get_opt = function (e, table_obj) {
586
586
  // : key;
587
587
 
588
588
  if (key === "$regex") {
589
- newObj[key] = RegExp(obj[key], obj.$options);
589
+ newObj[key] = obj[key]; // RegExp(obj[key], obj.$options);
590
590
  return newObj;
591
591
  }
592
592