primary_care_admin_binder 0.1.90 → 0.1.91

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/dist/index.cjs.js CHANGED
@@ -19463,7 +19463,7 @@ var drugCatalogMasterQuery = {
19463
19463
  },
19464
19464
  ruleGroup: function ruleGroup() {
19465
19465
  return {
19466
- db_name: "RuleBuilder",
19466
+ db_name: ruleDBName,
19467
19467
  entity: "Groups",
19468
19468
  filter: "Groups.activestatus==true",
19469
19469
  return_fields: "{label : Groups.name, value:Groups.id}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primary_care_admin_binder",
3
- "version": "0.1.90",
3
+ "version": "0.1.91",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",