{"_id":"@ba11en/rjsf-conditionals","_rev":"7-7fe1af97481f966e9d717f1963b1f7d8","name":"@ba11en/rjsf-conditionals","dist-tags":{"latest":"1.5.6"},"versions":{"1.5.1":{"name":"@ba11en/rjsf-conditionals","version":"1.5.1","keywords":["react","form","rjsf","json-schema","conditional","predicate"],"license":"Apache-2.0","_id":"@ba11en/rjsf-conditionals@1.5.1","maintainers":[{"name":"ba11en","email":"brussallen@gmail.com"}],"contributors":[{"name":"mavarazy","email":"mavarazy@gmail.com"},{"name":"Aivaras Prudnikovas","email":"ivar.prudnikov@gmail.com"}],"homepage":"https://github.com/ivarprudnikov/rjsf-conditionals#readme","dist":{"shasum":"cb839db7dbf7238200e697bb4f1f2c400407a143","tarball":"https://registry.npmjs.org/@ba11en/rjsf-conditionals/-/rjsf-conditionals-1.5.1.tgz","fileCount":4,"integrity":"sha512-3sS5QFFKhGKyNs7qK2ixTBKytM/OWK+UTBpVpizbBLWB0bUbwrH4t2AG8Rn1JLv43mH2gpF4B3hHZVBHNtq/QQ==","signatures":[{"sig":"MEQCIHFZUHFXTxXnc+Zmr8ilz30daSA28K2dI721dW1vjWkSAiAWUqB0YtkYT7BAS2YKRjYwoZ0LnzTtmBZmQ9Fula7XbQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35488},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.{js,jsx}"]},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"node":">=10"},"private":false,"scripts":{"lint":"eslint 'src/**/*.js' 'test/**/*.js' 'playground/**/*.js'","test":"jest","build":"rimraf dist lib && npm run build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"npm run playground:run:dev","prepush":"npm test","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel ./src --out-dir ./dist/es --ignore \"node_modules,*/__mocks__\"","cs-check":"prettier -l $npm_package_prettierOptions '{playground,src,test}/**/*.js'","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel ./src --out-dir ./dist/cjs --ignore \"node_modules,*/__mocks__\"","build:umd":"cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","cs-format":"prettier $npm_package_prettierOptions '{playground,src,test}/**/*.js' --write","precommit":"lint-staged","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel ./src --out-dir ./lib --ignore \"node_modules,*/__mocks__\"","playground:build":"rimraf build && cross-env NODE_ENV=production webpack --config webpack.playground.prod.js --mode production","playground:run:dev":"webpack serve --config webpack.playground.dev.js --mode development","playground:run:dist":"npm run playground:build && http-server build --port 8080"},"_npmUser":{"name":"ba11en","email":"brussallen@gmail.com"},"repository":{"url":"git+https://github.com/ivarprudnikov/rjsf-conditionals.git","type":"git"},"description":"Extension of @rjsf/core with conditional field support","directories":{},"licenseText":"                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"{}\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright {yyyy} {name of copyright owner}\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n","lint-staged":{"{playground,src,test}/**/*.js":["npm run lint","npm run cs-format","git add"]},"dependencies":{"selectn":"^1.1.2","deepcopy":"^2.0.0","lodash.isequalwith":"^4.4.0"},"engineStrict":false,"_hasShrinkwrap":false,"packageManager":"yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e","devDependencies":{"html":"1.0.0","jest":"^26.6.3","husky":"^7.0.4","react":"^16.9.0","sinon":"^13.0.1","enzyme":"^3.11.0","eslint":"^8.27.0","rimraf":"^3.0.2","webpack":"^4.46.0","jest-cli":"^29.3.1","prettier":"^2.0.5","cross-env":"^7.0.2","exit-hook":"^3.0.0","react-dom":"^16.9.0","@babel/cli":"^7.4.4","@rjsf/core":"^3.2.1","babel-jest":"^27.4.6","css-loader":"^5.2.7","@babel/core":"^7.9.6","html-loader":"^1.1.0","http-server":"^14.1.0","lint-staged":"^12.3.3","webpack-cli":"^4.5.0","babel-loader":"^8.3.0","style-loader":"^2.0.0","@babel/register":"^7.4.4","@babel/preset-env":"^7.4.5","@material-ui/core":"^4.11.3","@rjsf/material-ui":"^3.2.1","json-rules-engine":"^5.0.3","@material-ui/icons":"^4.11.2","eslint-plugin-jest":"^26.9.0","webpack-dev-server":"^4.7.4","@babel/preset-react":"^7.0.0","@material-ui/styles":"^4.11.4","eslint-plugin-react":"^7.3.0","html-webpack-plugin":"^4.3.0","@babel/eslint-parser":"^7.19.1","clean-webpack-plugin":"^4.0.0","terser-webpack-plugin":"^4.2.2","@babel/runtime-corejs3":"^7.23.2","@testing-library/react":"^12.0.0","eslint-plugin-standard":"^5.0.0","enzyme-adapter-react-16":"^1.15.2","mini-css-extract-plugin":"^1.0.0","@testing-library/jest-dom":"^5.16.2","json-rules-engine-simplified":"^0.1.17","@babel/plugin-transform-runtime":"^7.4.4","optimize-css-assets-webpack-plugin":"^6.0.1","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"prettierOptions":"--jsx-bracket-same-line --trailing-comma es5 --semi","peerDependencies":{"react":"^16.9.0 || >=17","core-js":"^2.5.7","@rjsf/core":">=2.0.0","prop-types":"^15.7.2"},"_npmOperationalInternal":{"tmp":"tmp/rjsf-conditionals_1.5.1_1740978553979_0.8767354033859194","host":"s3://npm-registry-packages-npm-production"}},"1.5.2":{"name":"@ba11en/rjsf-conditionals","version":"1.5.2","keywords":["react","form","rjsf","json-schema","conditional","predicate"],"license":"Apache-2.0","_id":"@ba11en/rjsf-conditionals@1.5.2","maintainers":[{"name":"ba11en","email":"brussallen@gmail.com"}],"contributors":[{"name":"mavarazy","email":"mavarazy@gmail.com"},{"name":"Aivaras Prudnikovas","email":"ivar.prudnikov@gmail.com"}],"homepage":"https://github.com/ivarprudnikov/rjsf-conditionals#readme","dist":{"shasum":"c065684447a227a08209a03becd3fc48d55b4bc2","tarball":"https://registry.npmjs.org/@ba11en/rjsf-conditionals/-/rjsf-conditionals-1.5.2.tgz","fileCount":4,"integrity":"sha512-y+Ysae5hUX0eF83SNE1yEtfwRCujZLDf0xDyZvFYBwyI/e0KMMxmPfB8e2bScVclFTXB20D/grM/boggkJCDVA==","signatures":[{"sig":"MEUCIBaVbQWT6vPwopjoKQt8W1OZ3rbYA+CHc5opWHkZ4vdnAiEAuhhhaKGGpoRpj/KwzPWYeJ3CrYFLI8hTH0uO2a8sTbw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":35488},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.{js,jsx}"]},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"node":">=10"},"private":false,"scripts":{"lint":"eslint 'src/**/*.js' 'test/**/*.js' 'playground/**/*.js'","test":"jest","build":"rimraf dist lib && npm run build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"npm run playground:run:dev","prepush":"npm test","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel ./src --out-dir ./dist/es --ignore \"node_modules,*/__mocks__\"","cs-check":"prettier -l $npm_package_prettierOptions '{playground,src,test}/**/*.js'","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel ./src --out-dir ./dist/cjs --ignore \"node_modules,*/__mocks__\"","build:umd":"cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","cs-format":"prettier $npm_package_prettierOptions '{playground,src,test}/**/*.js' --write","precommit":"lint-staged","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel ./src --out-dir ./lib --ignore \"node_modules,*/__mocks__\"","playground:build":"rimraf build && cross-env NODE_ENV=production webpack --config webpack.playground.prod.js --mode production","playground:run:dev":"webpack serve --config webpack.playground.dev.js --mode development","playground:run:dist":"npm run playground:build && http-server build --port 8080"},"_npmUser":{"name":"ba11en","email":"brussallen@gmail.com"},"repository":{"url":"git+https://github.com/ivarprudnikov/rjsf-conditionals.git","type":"git"},"description":"Extension of @rjsf/core with conditional field support","directories":{},"licenseText":"                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"{}\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright {yyyy} {name of copyright owner}\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n","lint-staged":{"{playground,src,test}/**/*.js":["npm run lint","npm run cs-format","git add"]},"dependencies":{"selectn":"^1.1.2","deepcopy":"^2.0.0","lodash.isequalwith":"^4.4.0"},"engineStrict":false,"_hasShrinkwrap":false,"packageManager":"yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e","devDependencies":{"html":"1.0.0","jest":"^26.6.3","husky":"^7.0.4","react":"^16.9.0","sinon":"^13.0.1","enzyme":"^3.11.0","eslint":"^8.27.0","rimraf":"^3.0.2","webpack":"^4.46.0","jest-cli":"^29.3.1","prettier":"^2.0.5","cross-env":"^7.0.2","exit-hook":"^3.0.0","react-dom":"^16.9.0","@babel/cli":"^7.4.4","@rjsf/core":"^3.2.1","babel-jest":"^27.4.6","css-loader":"^5.2.7","@babel/core":"^7.9.6","html-loader":"^1.1.0","http-server":"^14.1.0","lint-staged":"^12.3.3","webpack-cli":"^4.5.0","babel-loader":"^8.3.0","style-loader":"^2.0.0","@babel/register":"^7.4.4","@babel/preset-env":"^7.4.5","@material-ui/core":"^4.11.3","@rjsf/material-ui":"^3.2.1","json-rules-engine":"^5.0.3","@material-ui/icons":"^4.11.2","eslint-plugin-jest":"^26.9.0","webpack-dev-server":"^4.7.4","@babel/preset-react":"^7.0.0","@material-ui/styles":"^4.11.4","eslint-plugin-react":"^7.3.0","html-webpack-plugin":"^4.3.0","@babel/eslint-parser":"^7.19.1","clean-webpack-plugin":"^4.0.0","terser-webpack-plugin":"^4.2.2","@babel/runtime-corejs3":"^7.23.2","@testing-library/react":"^12.0.0","eslint-plugin-standard":"^5.0.0","enzyme-adapter-react-16":"^1.15.2","mini-css-extract-plugin":"^1.0.0","@testing-library/jest-dom":"^5.16.2","json-rules-engine-simplified":"^0.1.17","@babel/plugin-transform-runtime":"^7.4.4","optimize-css-assets-webpack-plugin":"^6.0.1","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"prettierOptions":"--jsx-bracket-same-line --trailing-comma es5 --semi","peerDependencies":{"react":"^16.9.0 || >=17","core-js":"^2.5.7","@rjsf/core":">=2.0.0","prop-types":"^15.7.2"},"_npmOperationalInternal":{"tmp":"tmp/rjsf-conditionals_1.5.2_1740979358139_0.6748277795455797","host":"s3://npm-registry-packages-npm-production"}},"1.5.3":{"name":"@ba11en/rjsf-conditionals","version":"1.5.3","keywords":["react","form","rjsf","json-schema","conditional","predicate"],"license":"Apache-2.0","_id":"@ba11en/rjsf-conditionals@1.5.3","maintainers":[{"name":"ba11en","email":"brussallen@gmail.com"}],"contributors":[{"name":"mavarazy","email":"mavarazy@gmail.com"},{"name":"Aivaras Prudnikovas","email":"ivar.prudnikov@gmail.com"},{"name":"ba11en","email":"brussallen@gmail.com"}],"homepage":"https://github.com/ba11en/rjsf-conditionals#readme","dist":{"shasum":"e71837d31a9cd23fc59fd0eb8689b303ab8b0656","tarball":"https://registry.npmjs.org/@ba11en/rjsf-conditionals/-/rjsf-conditionals-1.5.3.tgz","fileCount":49,"integrity":"sha512-ti0ZimwMvWgx97BUZbGAgLP7o7Nl+E6IPR6Vp8eZ3z0oRKPe8JS89sxGV0Xbj7F+7BEKErF24GlXej91bE13+g==","signatures":[{"sig":"MEUCIQDF0Ncz8XueY61QPSc50WtfAybEIkLsAkUeyr4JV9Im+AIgRRVJaEMfHCykGY/JRUjM2JB/pbJRFzz0PrhTfKH4qxw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":234244},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.{js,jsx}"]},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"node":">=10"},"private":false,"scripts":{"lint":"eslint 'src/**/*.js' 'test/**/*.js' 'playground/**/*.js'","test":"jest","build":"rimraf dist lib && npm run build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"npm run playground:run:dev","prepush":"npm test","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel ./src --out-dir ./dist/es --ignore \"node_modules,*/__mocks__\"","cs-check":"prettier -l $npm_package_prettierOptions '{playground,src,test}/**/*.js'","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel ./src --out-dir ./dist/cjs --ignore \"node_modules,*/__mocks__\"","build:umd":"cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","cs-format":"prettier $npm_package_prettierOptions '{playground,src,test}/**/*.js' --write","precommit":"lint-staged","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel ./src --out-dir ./lib --ignore \"node_modules,*/__mocks__\"","playground:build":"rimraf build && cross-env NODE_ENV=production webpack --config webpack.playground.prod.js --mode production","playground:run:dev":"webpack serve --config webpack.playground.dev.js --mode development","playground:run:dist":"npm run playground:build && http-server build --port 8080"},"_npmUser":{"name":"ba11en","email":"brussallen@gmail.com"},"repository":{"url":"git+https://github.com/ba11en/rjsf-conditionals.git","type":"git"},"description":"Extension of @rjsf/core with conditional field support","directories":{},"licenseText":"                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"{}\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright {yyyy} {name of copyright owner}\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n","lint-staged":{"{playground,src,test}/**/*.js":["npm run lint","npm run cs-format","git add"]},"dependencies":{"selectn":"^1.1.2","deepcopy":"^2.0.0","lodash.isequalwith":"^4.4.0"},"engineStrict":false,"_hasShrinkwrap":false,"packageManager":"yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e","devDependencies":{"html":"^1.0.0","jest":"^29.7.0","husky":"^9.1.6","react":"^16.14.0","sinon":"^19.0.2","enzyme":"^3.11.0","eslint":"^9.11.1","rimraf":"^6.0.1","webpack":"^4.46.0","jest-cli":"^29.7.0","prettier":"^3.3.3","cross-env":"^7.0.3","exit-hook":"^4.0.0","react-dom":"^16.14.0","@babel/cli":"^7.24.7","@rjsf/core":"^5.20.1","babel-jest":"^29.7.0","css-loader":"^7.1.2","@babel/core":"^7.24.7","html-loader":"^5.1.0","http-server":"^14.1.1","lint-staged":"^15.2.10","webpack-cli":"^4.10.0","babel-loader":"8.3.0","style-loader":"^4.0.0","@babel/register":"^7.24.6","@babel/preset-env":"^7.25.4","@material-ui/core":"^4.12.4","@rjsf/material-ui":"^5.20.1","json-rules-engine":"^6.5.1","@material-ui/icons":"^4.11.3","eslint-plugin-jest":"^28.8.3","webpack-dev-server":"^4.15.2","@babel/preset-react":"^7.24.7","@material-ui/styles":"^4.11.5","eslint-plugin-react":"^7.37.1","html-webpack-plugin":"^4.5.2","@babel/eslint-parser":"^7.25.1","clean-webpack-plugin":"^4.0.0","terser-webpack-plugin":"^4.2.3","@babel/runtime-corejs3":"^7.25.6","@testing-library/react":"^16.0.1","eslint-plugin-standard":"^5.0.0","enzyme-adapter-react-16":"^1.15.8","mini-css-extract-plugin":"^1.6.2","@testing-library/jest-dom":"^6.5.0","json-rules-engine-simplified":"^0.1.17","@babel/plugin-transform-runtime":"^7.25.4","optimize-css-assets-webpack-plugin":"^6.0.1","@babel/plugin-transform-object-assign":"^7.24.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-object-rest-spread":"^7.20.7"},"prettierOptions":"--jsx-bracket-same-line --trailing-comma es5 --semi","peerDependencies":{"react":"^16.9.0 || >=17","core-js":"^2.5.7","@rjsf/core":">=2.0.0","prop-types":"^15.7.2"},"_npmOperationalInternal":{"tmp":"tmp/rjsf-conditionals_1.5.3_1741045334607_0.9584608058278599","host":"s3://npm-registry-packages-npm-production"}},"1.5.4":{"name":"@ba11en/rjsf-conditionals","version":"1.5.4","keywords":["react","form","rjsf","json-schema","conditional","predicate"],"license":"Apache-2.0","_id":"@ba11en/rjsf-conditionals@1.5.4","maintainers":[{"name":"ba11en","email":"brussallen@gmail.com"}],"contributors":[{"name":"mavarazy","email":"mavarazy@gmail.com"},{"name":"Aivaras Prudnikovas","email":"ivar.prudnikov@gmail.com"},{"name":"ba11en","email":"brussallen@gmail.com"}],"homepage":"https://github.com/ba11en/rjsf-conditionals#readme","dist":{"shasum":"a18585b8281b85d8e5f187a2b3e30e653e8f6521","tarball":"https://registry.npmjs.org/@ba11en/rjsf-conditionals/-/rjsf-conditionals-1.5.4.tgz","fileCount":49,"integrity":"sha512-JN7r8QDdquhmE8z1eiDbUrtIyQNaq5mpDFqKBXDfHynqK91LNyXhFjmBX/clXzA3eXPL+U7ySKmRDGLNdNwHDA==","signatures":[{"sig":"MEYCIQC34nCthFtyWTaRtTous7Hs2Ymgns6uU+rVmPFVJc7DCwIhAOSBDz6Bdn+9giyVuyyWqn/JdBijiuwYI9q44U9hkjyp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":234243},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.{js,jsx}"]},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"node":">=10"},"private":false,"scripts":{"lint":"eslint 'src/**/*.js' 'test/**/*.js' 'playground/**/*.js'","test":"jest","build":"rimraf dist lib && npm run build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"npm run playground:run:dev","prepush":"npm test","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel ./src --out-dir ./dist/es --ignore \"node_modules,*/__mocks__\"","cs-check":"prettier -l $npm_package_prettierOptions '{playground,src,test}/**/*.js'","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel ./src --out-dir ./dist/cjs --ignore \"node_modules,*/__mocks__\"","build:umd":"cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","cs-format":"prettier $npm_package_prettierOptions '{playground,src,test}/**/*.js' --write","precommit":"lint-staged","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel ./src --out-dir ./lib --ignore \"node_modules,*/__mocks__\"","playground:build":"rimraf build && cross-env NODE_ENV=production webpack --config webpack.playground.prod.js --mode production","playground:run:dev":"webpack serve --config webpack.playground.dev.js --mode development","playground:run:dist":"npm run playground:build && http-server build --port 8080"},"_npmUser":{"name":"ba11en","email":"brussallen@gmail.com"},"repository":{"url":"git+https://github.com/ba11en/rjsf-conditionals.git","type":"git"},"description":"Extension of @rjsf/core with conditional field support","directories":{},"licenseText":"                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"{}\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright {yyyy} {name of copyright owner}\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n","lint-staged":{"{playground,src,test}/**/*.js":["npm run lint","npm run cs-format","git add"]},"dependencies":{"selectn":"^1.1.2","deepcopy":"^2.0.0","lodash.isequalwith":"^4.4.0"},"engineStrict":false,"_hasShrinkwrap":false,"packageManager":"yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e","devDependencies":{"html":"^1.0.0","jest":"^29.7.0","husky":"^9.1.6","react":"^16.14.0","sinon":"^19.0.2","enzyme":"^3.11.0","eslint":"^9.11.1","rimraf":"^6.0.1","webpack":"^4.46.0","jest-cli":"^29.7.0","prettier":"^3.3.3","cross-env":"^7.0.3","exit-hook":"^4.0.0","react-dom":"^16.14.0","@babel/cli":"^7.24.7","@rjsf/core":"^5.20.1","babel-jest":"^29.7.0","css-loader":"^7.1.2","@babel/core":"^7.24.7","html-loader":"^5.1.0","http-server":"^14.1.1","lint-staged":"^15.2.10","webpack-cli":"^4.10.0","babel-loader":"8.3.0","style-loader":"^4.0.0","@babel/register":"^7.24.6","@babel/preset-env":"^7.25.4","@material-ui/core":"^4.12.4","@rjsf/material-ui":"^5.20.1","json-rules-engine":"^7.3.1","@material-ui/icons":"^4.11.3","eslint-plugin-jest":"^28.8.3","webpack-dev-server":"^4.15.2","@babel/preset-react":"^7.24.7","@material-ui/styles":"^4.11.5","eslint-plugin-react":"^7.37.1","html-webpack-plugin":"^4.5.2","@babel/eslint-parser":"^7.25.1","clean-webpack-plugin":"^4.0.0","terser-webpack-plugin":"^4.2.3","@babel/runtime-corejs3":"^7.25.6","@testing-library/react":"^16.0.1","eslint-plugin-standard":"^5.0.0","enzyme-adapter-react-16":"^1.15.8","mini-css-extract-plugin":"^1.6.2","@testing-library/jest-dom":"^6.5.0","json-rules-engine-simplified":"^0.2.0","@babel/plugin-transform-runtime":"^7.25.4","optimize-css-assets-webpack-plugin":"^6.0.1","@babel/plugin-transform-object-assign":"^7.24.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-object-rest-spread":"^7.20.7"},"prettierOptions":"--jsx-bracket-same-line --trailing-comma es5 --semi","peerDependencies":{"react":"^16.9.0 || >=17","core-js":"^2.5.7","@rjsf/core":">=2.0.0","prop-types":"^15.7.2"},"_npmOperationalInternal":{"tmp":"tmp/rjsf-conditionals_1.5.4_1741048650180_0.2492652698931237","host":"s3://npm-registry-packages-npm-production"}},"1.5.6":{"name":"@ba11en/rjsf-conditionals","description":"Extension of @rjsf/core with conditional field support","private":false,"contributors":[{"name":"mavarazy","email":"mavarazy@gmail.com"},{"name":"Aivaras Prudnikovas","email":"ivar.prudnikov@gmail.com"},{"name":"ba11en","email":"brussallen@gmail.com"}],"version":"1.5.6","scripts":{"build":"rimraf dist lib && npm run build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","build:umd":"cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel ./src --out-dir ./dist/cjs --ignore \"node_modules,*/__mocks__\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel ./src --out-dir ./dist/es --ignore \"node_modules,*/__mocks__\"","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel ./src --out-dir ./lib --ignore \"node_modules,*/__mocks__\"","cs-check":"prettier -l $npm_package_prettierOptions '{playground,src,test}/**/*.js'","cs-format":"prettier $npm_package_prettierOptions '{playground,src,test}/**/*.js' --write","lint":"eslint 'src/**/*.js' 'test/**/*.js' 'playground/**/*.js'","precommit":"lint-staged","prepush":"npm test","playground:build":"rimraf build && cross-env NODE_ENV=production webpack --config webpack.playground.prod.js --mode production","playground:run:dev":"webpack serve --config webpack.playground.dev.js --mode development","playground:run:dist":"npm run playground:build && http-server build --port 8080","start":"npm run playground:run:dev","test":"jest"},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.{js,jsx}"]},"prettierOptions":"--jsx-bracket-same-line --trailing-comma es5 --semi","lint-staged":{"{playground,src,test}/**/*.js":["npm run lint","npm run cs-format","git add"]},"main":"dist/cjs/index.js","module":"dist/es/index.js","engineStrict":false,"engines":{"node":">=10"},"peerDependencies":{"@rjsf/core":">=2.0.0","core-js":"^2.5.7","prop-types":"^15.7.2","react":"^16.9.0 || >=17"},"dependencies":{"deepcopy":"^2.0.0","lodash.isequalwith":"^4.4.0","selectn":"^1.1.2"},"devDependencies":{"@babel/cli":"^7.24.7","@babel/core":"^7.24.7","@babel/eslint-parser":"^7.25.1","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-object-rest-spread":"^7.20.7","@babel/plugin-transform-object-assign":"^7.24.7","@babel/plugin-transform-runtime":"^7.25.4","@babel/preset-env":"^7.25.4","@babel/preset-react":"^7.24.7","@babel/register":"^7.24.6","@babel/runtime-corejs3":"^7.25.6","@material-ui/core":"^4.12.4","@material-ui/icons":"^4.11.3","@material-ui/styles":"^4.11.5","@rjsf/core":"^5.20.1","@rjsf/material-ui":"^5.20.1","@testing-library/jest-dom":"^6.5.0","@testing-library/react":"^16.0.1","babel-jest":"^29.7.0","babel-loader":"8.3.0","clean-webpack-plugin":"^4.0.0","cross-env":"^7.0.3","css-loader":"^7.1.2","enzyme":"^3.11.0","enzyme-adapter-react-16":"^1.15.8","eslint":"^9.11.1","eslint-plugin-jest":"^28.8.3","eslint-plugin-react":"^7.37.1","eslint-plugin-standard":"^5.0.0","exit-hook":"^4.0.0","html":"^1.0.0","html-loader":"^5.1.0","html-webpack-plugin":"^4.5.2","http-server":"^14.1.1","husky":"^9.1.6","jest":"^29.7.0","jest-cli":"^29.7.0","json-rules-engine":"^7.3.1","json-rules-engine-simplified":"^0.2.0","lint-staged":"^15.2.10","mini-css-extract-plugin":"^1.6.2","optimize-css-assets-webpack-plugin":"^6.0.1","prettier":"^3.3.3","react":"^16.14.0","react-dom":"^16.14.0","rimraf":"^6.0.1","sinon":"^19.0.2","style-loader":"^4.0.0","terser-webpack-plugin":"^4.2.3","webpack":"^4.46.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.15.2"},"repository":{"type":"git","url":"git+https://github.com/ba11en/rjsf-conditionals.git"},"keywords":["react","form","rjsf","json-schema","conditional","predicate"],"license":"Apache-2.0","homepage":"https://github.com/ba11en/rjsf-conditionals#readme","packageManager":"yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e","licenseText":"                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"{}\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright {yyyy} {name of copyright owner}\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n","_id":"@ba11en/rjsf-conditionals@1.5.6","dist":{"shasum":"7c67142d1d1189f246714710db9805d61f841961","integrity":"sha512-UJrMx8F9bMcZBoiifskWL+pCQ9A22EHfL1AgBxswcmya3fzJEJLXEneoXQ7TA2zCzkynhagNxmRSMx/GkgKX3Q==","tarball":"https://registry.npmjs.org/@ba11en/rjsf-conditionals/-/rjsf-conditionals-1.5.6.tgz","fileCount":49,"unpackedSize":250624,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGocFvuZjjXrJBvwwd/IK0WuohR0RIo0POyWjj4B0sT1AiEApCOyHuWgsSwgiT+A5Cq1D/lzzXQ21tFp3jKjKTBGPhU="}]},"_npmUser":{"name":"ba11en","email":"brussallen@gmail.com"},"directories":{},"maintainers":[{"name":"ba11en","email":"brussallen@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/rjsf-conditionals_1.5.6_1768281569101_0.5082135731953576"},"_hasShrinkwrap":false}},"time":{"created":"2025-03-03T05:09:13.922Z","modified":"2026-01-13T05:19:29.485Z","1.5.1":"2025-03-03T05:09:14.154Z","1.5.2":"2025-03-03T05:22:38.307Z","1.5.3":"2025-03-03T23:42:14.824Z","1.5.4":"2025-03-04T00:37:30.362Z","1.5.5":"2025-03-27T00:36:40.486Z","1.5.6":"2026-01-13T05:19:29.269Z"},"license":"Apache-2.0","homepage":"https://github.com/ba11en/rjsf-conditionals#readme","keywords":["react","form","rjsf","json-schema","conditional","predicate"],"repository":{"type":"git","url":"git+https://github.com/ba11en/rjsf-conditionals.git"},"description":"Extension of @rjsf/core with conditional field support","contributors":[{"name":"mavarazy","email":"mavarazy@gmail.com"},{"name":"Aivaras Prudnikovas","email":"ivar.prudnikov@gmail.com"},{"name":"ba11en","email":"brussallen@gmail.com"}],"maintainers":[{"name":"ba11en","email":"brussallen@gmail.com"}],"readme":"![Node.js CI](https://github.com/ivarprudnikov/rjsf-conditionals/workflows/Node.js%20CI/badge.svg) [![npm version](https://badge.fury.io/js/rjsf-conditionals.svg)](https://badge.fury.io/js/rjsf-conditionals)\n\n## [> SIMPLE DEMO PAGE](https://ivarprudnikov.github.io/rjsf-conditionals/)\n\n# Form with conditionals\n\nForked from https://github.com/ivarprudnikov/rjsf-conditionals\n\nThis project extends [react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form) with\nconditional logic, which allow to have more complicated logic expressed and controlled with JSON schema.\nThis is primarily useful for complicated schemas with extended business logic,\nwhich are suspect to changes and need to be manageable and changeable without modifying running application.\n\n**This version supports `@rjsf/core v2 and above` if you need to support an earlier version of `react-jsonschema-form` use https://github.com/RxNT/react-jsonschema-form-conditionals#readme**\n\n## Features\n\n- Support for [Json Rules Engine](https://github.com/CacheControl/json-rules-engine) and [json-rules-engine-simplified](https://github.com/RxNT/json-rules-engine-simplified)\n- Extensible action mechanism\n- Configuration over coding\n- Lightweight and extensible\n- Rules can reference `formContext.*` out of the box (schema is auto-augmented so json-rules-engine-simplified validation does not throw)\n\n## Installation\n\nInstall `rjsf-conditionals` by running:\n\n```bash\nnpm i rjsf-conditionals\n```\n\n## Usage\n\nThe simplest example of using `rjsf-conditionals`\n\n```jsx\nimport applyRules from \"rjsf-conditionals\";\nimport Engine from \"json-rules-engine-simplified\";\nimport Form from \"@rjsf/core\";\n\n// ...\n\nconst rules = [\n  {\n    // ...\n  },\n];\n\nlet FormWithConditionals = applyRules(schema, uiSchema, rules, Engine)(Form);\n\nReactDOM.render(<FormWithConditionals />, document.querySelector(\"#app\"));\n```\n\nTo show case uses for this library we'll be using simple registration schema example\n\n```jsx\n\nimport applyRules from 'rjsf-conditionals';\nimport Form from \"@rjsf/core\";\n\nlet schema = {\n  definitions: {\n    hobby: {\n      type: \"object\",\n      properties: {\n        name: { type: \"string\" },\n        durationInMonth: { \"type\": \"integer\" },\n      }\n    }\n  },\n  title: \"A registration form\",\n  description: \"A simple form example.\",\n  type: \"object\",\n  required: [\n    \"firstName\",\n    \"lastName\"\n  ],\n  properties: {\n    firstName: {\n      type: \"string\",\n      title: \"First name\"\n    },\n    lastName: {\n      type: \"string\",\n      title: \"Last name\"\n    },\n    age: {\n      type: \"integer\",\n      title: \"Age\",\n    },\n    bio: {\n      type: \"string\",\n      title: \"Bio\",\n    },\n    country: {\n      type: \"string\",\n      title: \"Country\"\n    },\n    state: {\n      type: \"string\",\n      title: \"State\"\n    },\n    zip: {\n      type: \"string\",\n      title: \"ZIP\"\n    },\n    password: {\n      type: \"string\",\n      title: \"Password\",\n      minLength: 3\n    },\n    telephone: {\n      type: \"string\",\n      title: \"Telephone\",\n      minLength: 10\n    },\n    hobbies: {\n        type: \"array\",\n        items: { \"$ref\": \"#/definitions/hobby\" }\n    }\n  }\n}\n\nlet rules = [{\n    ...\n}]\n\n// Rules can also target formContext paths, e.g. hide something when formContext flags are set\n// {\n//   conditions: { \"formContext.isSpecial\": { equal: true } },\n//   event: { type: \"remove\", params: { field: \"someField\" } }\n// }\n// applyRules will automatically add formContext to the schema so validation accepts these predicates.\n\nlet FormWithConditionals = applyRules(schema, uiSchema, rules, Engine)(Form);\n\nrender((\n  <FormWithConditionals />\n), document.getElementById(\"app\"));\n```\n\nConditionals functionality is build using 2 things\n\n- Rules engine ([Json Rules Engine](https://github.com/CacheControl/json-rules-engine) or [Simplified Json Rules Engine](https://github.com/RxNT/json-rules-engine-simplified))\n- Schema action mechanism\n\nRules engine responsibility is to trigger events, action mechanism\nperforms needed actions on the requests.\n\n### Rules engine\n\nProject supports 2 rules engines out of the box:\n\n- [Json Rules Engine](https://github.com/CacheControl/json-rules-engine)\n- [Simplified Json Rules Engine](https://github.com/RxNT/json-rules-engine-simplified)\n\nIn order to use either of those, you need to specify `Engine` in `applyRules` configuration.\n\nFor example:\n\nTo use [Simplified Json Rules Engine](https://github.com/RxNT/json-rules-engine-simplified), you can do following:\n\n```js\n\nimport applyRules from 'rjsf-conditionals';\nimport Form from \"@rjsf/core\";\n\nimport Engine from 'json-rules-engine-simplified';\n\n...\n\nlet FormWithConditionals = applyRules(schema, uiSchema, rules, Engine)(Form);\n\nReactDOM.render(\n  <FormWithConditionals />,\n  document.querySelector('#app')\n);\n```\n\nTo use [Json Rules Engine](https://github.com/RxNT/json-rules-engine-simplified), is almost the same:\n\n```js\nimport applyRules from \"rjsf-conditionals\";\nimport Engine from \"json-rules-engine\";\nimport Form from \"@rjsf/core\";\n\n// ...\n\nlet FormWithConditionals = applyRules(schema, uiSchema, rules, Engine)(Form);\n\nReactDOM.render(<FormWithConditionals />, document.querySelector(\"#app\"));\n```\n\n#### Extending rules engine\n\nIf non of the provided engines satisfies, your needs, you can\nimplement your own `Engine` which should\ncomply to following:\n\n```js\nclass Engine {\n  constructor(rules, schema) {}\n  addRule = (rule) => {};\n  run = (formData) => {\n    return Promise[Event];\n  };\n}\n```\n\nOriginal `rules` and `schema` is used as a parameter for a factory call,\nin order to be able to have additional functionality, such as rules to schema compliance validation,\nlike it's done in Simplified Json Rules Engine](https://github.com/RxNT/json-rules-engine-simplified)\n\n### Schema action mechanism\n\nRules engine emits events, which are expected to have a `type` and `params` field,\n`type` is used to distinguish action that is needed, `params` are used as input for that action:\n\n```json\n{\n  \"type\": \"remove\",\n  \"params\": {\n    \"field\": \"name\"\n  }\n}\n```\n\nBy default action mechanism defines a supported set of rules, which you can extend as needed:\n\n- `remove` removes a field or set of fields from `schema` and `uiSchema`\n- `require` makes a field or set of fields required\n\n#### Remove action\n\nIf you want to remove a field, your configuration should look like this:\n\n```json\n{\n  \"conditions\": {},\n  \"event\": {\n    \"type\": \"remove\",\n    \"params\": {\n      \"field\": \"password\"\n    }\n  }\n}\n```\n\nWhen `condition` is met, `password` will be removed from both `schema` and `uiSchema`.\n\nIn case you want to remove multiple fields `name`, `password`, rule should look like this:\n\n```json\n{\n  \"conditions\": {},\n  \"event\": {\n    \"type\": \"remove\",\n    \"params\": {\n      \"field\": [\"name\", \"password\"]\n    }\n  }\n}\n```\n\nTo remove nested schema properties, use json dot notation. e.g. For schema object:\n\n```json\n{\n  \"type\": \"object\",\n  \"properties\": {\n    \"someParentWrapper\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"booleanValA\": {\n          \"type\": \"boolean\",\n          \"title\": \"Some boolean input\"\n        },\n        \"booleanValB\": {\n          \"type\": \"boolean\",\n          \"title\": \"Another boolean input\"\n        }\n      }\n    }\n  }\n}\n```\n\nYou can remove the nested booleanValA or booleanValB like so:\n\n```json\n{\n  \"conditions\": {},\n  \"event\": {\n    \"type\": \"remove\",\n    \"params\": {\n      \"field\": \"someParentWrapper.booleanValA\"\n    }\n  }\n}\n```\n\n#### Require action\n\nThe same convention goes for `require` action\n\nFor a single field:\n\n```json\n{\n  \"conditions\": {},\n  \"event\": {\n    \"type\": \"require\",\n    \"params\": {\n      \"field\": \"password\"\n    }\n  }\n}\n```\n\nFor multiple fields:\n\n```json\n{\n  \"conditions\": {},\n  \"event\": {\n    \"type\": \"require\",\n    \"params\": {\n      \"field\": [\"name\", \"password\"]\n    }\n  }\n}\n```\n\n### UiSchema actions\n\nAPI defines a set of actions, that you can take on `uiSchema`, they cover most of the\n\n- `uiAppend` appends `uiSchema` specified in params with an original `uiSchema`\n- `uiOverride` replaces field in original `uiSchema` with fields in `params`, keeping unrelated entries\n- `uiRepalce` replaces whole `uiSchema` with a conf schema\n\nTo show case, let's take a simple `schema`\n\n```json\n{\n  \"properties\": {\n    \"lastName\": { \"type\": \"string\" },\n    \"firstName\": { \"type\": \"string\" },\n    \"nickName\": { \"type\": \"string\" }\n  }\n}\n```\n\nand `uiSchema`\n\n```json\n{\n  \"ui:order\": [\"firstName\"],\n  \"lastName\": {\n    \"classNames\": \"col-md-1\"\n  },\n  \"firstName\": {\n    \"ui:disabled\": false,\n    \"num\": 23\n  },\n  \"nickName\": {\n    \"classNames\": \"col-md-12\"\n  }\n}\n```\n\nwith event `params` something like this\n\n```json\n{\n  \"ui:order\": [\"lastName\"],\n  \"lastName\": {\n    \"classNames\": \"has-error\"\n  },\n  \"firstName\": {\n    \"classNames\": \"col-md-6\",\n    \"ui:disabled\": true,\n    \"num\": 22\n  }\n}\n```\n\nAnd look at different results depend on the choosen action.\n\n#### uiAppend\n\nUiAppend can handle `arrays` and `string`, with fallback to `uiOverride` behavior for all other fields.\n\nSo the expected result `uiSchema` will be:\n\n```json\n{\n  \"ui:order\": [\"firstName\", \"lastName\"],\n  \"lastName\": {\n    \"classNames\": \"col-md-1 has-error\"\n  },\n  \"firstName\": {\n    \"classNames\": \"col-md-6\",\n    \"ui:disabled\": true,\n    \"num\": 22\n  },\n  \"nickName\": {\n    \"classNames\": \"col-md-12\"\n  }\n}\n```\n\nIn this case it\n\n- added `lastName` to `ui:order` array,\n- appended `has-error` to `classNames` in `lastName` field\n- added `classNames` and enabled `firstName`\n- as for the `num` in `firstName` it just overrode it\n\nThis is useful for example if you want to add some additional markup in your code, without touching layout that you've defined.\n\n#### uiOverride\n\n`uiOverride` behaves similar to append, but instead of appending it completely replaces overlapping values\n\nSo the expected result `uiSchema` will be:\n\n```json\n{\n  \"ui:order\": [\"lastName\"],\n  \"lastName\": {\n    \"classNames\": \"has-error\"\n  },\n  \"firstName\": {\n    \"classNames\": \"col-md-6\",\n    \"ui:disabled\": true,\n    \"num\": 22\n  },\n  \"nickName\": {\n    \"classNames\": \"col-md-12\"\n  }\n}\n```\n\nIn this case it\n\n- `ui:order` was replaced with configured value\n- `className` for the `lastName` was replaced with `has-error`\n- added `classNames` and enabled `firstName`\n- as for the `num` in `firstName` it just overrode it\n\n#### uiReplace\n\n`uiReplace` just replaces all fields in `uiSchema` with `params` fields, leaving unrelated fields untouched.\n\nSo the result `uiSchema` will be\n\n```json\n{\n  \"ui:order\": [\"lastName\"],\n  \"lastName\": {\n    \"classNames\": \"has-error\"\n  },\n  \"firstName\": {\n    \"classNames\": \"col-md-6\",\n    \"ui:disabled\": true,\n    \"num\": 22\n  },\n  \"nickName\": {\n    \"classNames\": \"col-md-12\"\n  }\n}\n```\n\n### Extension mechanism\n\nYou can extend existing actions list, by specifying `extraActions` on the form.\n\nLet's say we need to introduce `replaceClassNames` action, that\nwould just specify `classNames` `col-md-4` for all fields except for `ignore`d one.\nWe also want to trigger it only when `password` is `empty`.\n\nThis is how we can do this:\n\n```js\nimport applyRules from 'rjsf-conditionals';\nimport Engine from 'json-rules-engine-simplified';\nimport Form from \"@rjsf/core\";\n\n...\n\nconst rules = [\n    {\n        conditons: {\n            password: \"empty\"\n        },\n        event: {\n            type: \"replaceClassNames\",\n            params: {\n                classNames: \"col-md-4\",\n                ignore: [ \"password\" ]\n            }\n        }\n    }\n];\n\n\nlet extraActions = {\n    replaceClassNames: function(params, schema, uiSchema, formData) {\n        Object.keys(schema.properties).forEach((field) => {\n            if (uiSchema[field] === undefined) {\n                uiSchema[field] = {}\n            }\n            uiSchema[field].classNames = params.classNames;\n        }\n    }\n};\n\nlet FormWithConditionals = applyRules(schema, uiSchema, rules, Engine, extraActions)(Form);\n\nReactDOM.render(\n  <FormWithConditionals/>,\n  document.querySelector('#app')\n);\n```\n\nProvided snippet does just that.\n\n#### Extension with calculated values\n\nIn case you need to calculate value, based on other field values, you can also do that.\n\nLet's say we want to have schema with `a`, `b` and `sum` fields\n\n```js\nimport applyRules from 'rjsf-conditionals';\nimport Engine from 'json-rules-engine-simplified';\nimport Form from \"@rjsf/core\";\n\n...\n\nconst rules = [\n    {\n        conditons: {\n            a: { not: \"empty\" },\n            b: { not: \"empty\" }\n        },\n        event: {\n            type: \"updateSum\"\n        }\n    }\n];\n\n\nlet extraActions = {\n    updateSum: function(params, schema, uiSchema, formData) {\n        formData.sum = formData.a + formData.b;\n    }\n};\n\nlet FormWithConditionals = applyRules(schema, uiSchema, rules, Engine, extraActions)(Form);\n\nReactDOM.render(\n  <FormWithConditionals/>,\n  document.querySelector('#app')\n);\n```\n\nThis is how you can do that.\n\n> WARNING!!! You need to be careful with a rules order, when using calculated values.\n> Put calculation rules at the top of your rules specification.\n\nFor example, let's say you want to mark `sum` field, if you have sum `greater` than `10`. The rule would look something like this:\n\n```json\n{\n  \"conditions\": {\n    \"sum\": { \"greater\": 10 }\n  },\n  \"event\": {\n    \"type\": \"appendClass\",\n    \"classNames\": \"has-success\"\n  }\n}\n```\n\nBut it will work only if you put it after `updateSum` rule, like this\n\n```json\n[\n    {\n        \"conditons\": {\n            \"a\": { \"not\": \"empty\" },\n            \"b\": { \"not\": \"empty\" }\n        },\n        \"event\": {\n            \"type\": \"updateSum\"\n        }\n    },\n    {\n      \"conditions\": {\n        \"sum\": { \"greater\" : 10 }\n      },\n      \"event\": {\n        \"type\": \"appendClass\",\n        \"classNames\": \"has-success\"\n      }\n    }\n];\n```\n\nOtherwise it will work with **old `sum` values** and therefor show incorrect value.\n\n#### Rules order\n\nOriginally actions performed in sequence defined in the array. If you have interdependent rules, that you need to run in order\nyou can specify `order` on a rule, so that it would be executed first. Rules are executed based on order from lowest to highest with\nrules without order executed last.\n\nFor example to make updateSum work regardless the order rules were added, you can do following:\n\n```json\n[\n  {\n    \"conditions\": {\n      \"sum\": { \"greater\": 10 }\n    },\n    \"order\": 1,\n    \"event\": {\n      \"type\": \"appendClass\",\n      \"classNames\": \"has-success\"\n    }\n  },\n  {\n    \"conditons\": {\n      \"a\": { \"not\": \"empty\" },\n      \"b\": { \"not\": \"empty\" }\n    },\n    \"order\": 0,\n    \"event\": {\n      \"type\": \"updateSum\"\n    }\n  }\n]\n```\n\nHere although `updateSum` comes after `appendClass`, it will be executed first, since it has a lower order.\n\n### Action validation mechanism\n\nAll default actions are validated by default, checking that field exists in the schema, to save you some headaches.\nThere are 2 levels of validation\n\n- `propTypes` validation, using FB `prop-types` package\n- explicit validation\n\nYou can define those validations in your actions as well, to improve actions usability.\n\nAll validation is disabled in production.\n\n#### Prop types action validation\n\nThis is reuse of familiar `prop-types` validation used with React components, and it's used in the same way:\n\nIn case of `require` it can look like this:\n\n```js\nrequire.propTypes = {\n  field: PropTypes.oneOfType([\n    PropTypes.string,\n    PropTypes.arrayOf(PropTypes.string),\n  ]).isRequired,\n};\n```\n\nThe rest is magic.\n\nWARNING, the default behavior of `prop-types` is to send errors to console,\nwhich you need to have running in order to see them.\n\nFor our `replaceClassNames` action, it can look like this:\n\n```js\nreplaceClassNames.propTypes = {\n  classNames: PropTypes.string.isRequired,\n  ignore: PropTypes.arrayOf(PropTypes.string),\n};\n```\n\n### Explicit validation\n\nIn order to provide more granular validation, you can specify validate function on\nyour action, that will receive `params`, `schema` and `uiSchema` so you could provide appropriate validation.\n\nFor example, validation for `require` can be done like this:\n\n```js\nrequire.validate = function ({ field }, schema, uiSchema) {\n  if (Array.isArray(field)) {\n    field\n      .filter(\n        (f) => schema && schema.properties && schema.properties[f] === undefined\n      )\n      .forEach((f) =>\n        console.error(`Field  \"${f}\" is missing from schema on \"require\"`)\n      );\n  } else if (\n    schema &&\n    schema.properties &&\n    schema.properties[field] === undefined\n  ) {\n    console.error(`Field  \"${field}\" is missing from schema on \"require\"`);\n  }\n};\n```\n\nValidation is not mandatory, and will be done only if field is provided.\n\nFor our `replaceClassNames` action, it would look similar:\n\n```js\nreplaceClassNames.validate = function ({ ignore }, schema, uiSchema) {\n  if (Array.isArray(field)) {\n    ignore\n      .filter(\n        (f) => schema && schema.properties && schema.properties[f] === undefined\n      )\n      .forEach((f) =>\n        console.error(\n          `Field  \"${f}\" is missing from schema on \"replaceClassNames\"`\n        )\n      );\n  } else if (\n    schema &&\n    schema.properties &&\n    schema.properties[ignore] === undefined\n  ) {\n    console.error(\n      `Field  \"${ignore}\" is missing from schema on \"replaceClassNames\"`\n    );\n  }\n};\n```\n\n### Listening to configuration changes\n\nIn order to listen for configuration changes you can specify `onSchemaConfChange`, which will be notified every time `schema` or `uiSchema` changes it's value.\n\n```js\nlet FormWithConditionals = applyRules(\n  schema,\n  uiSchema,\n  rules,\n  Engine,\n  extraActions\n)(Form);\n\nReactDOM.render(\n  <FormWithConditionals\n    onSchemaConfChange={({ schema, uiSchema }) => {\n      console.log(\"configuration changed\");\n    }}\n  />,\n  document.querySelector(\"#app\")\n);\n```\n\n## Publishing\n\nThis repo is using [Github Actions](https://docs.github.com/en/actions) as a CI environment which is used to publish releases to NPM.\n\n- Change version in `package.json` and in `package-lock.json` to `2.3.4` or another semver one\n- Create a new tag and push it `git tag v2.3.4 && git push --tags`\n- Create a new release on Github and select the tag to release against, i.e. `v2.3.4`\n- Add a title and notes. Notes usually are extracted by running `git log --oneline` on a dev machine\n- Click to publish a release and Github Action will pick this event up (see [.github/workflows/npmpublish.yml](./.github/workflows/npmpublish.yml))\n\n## Contribute\n\n- Issue Tracker: https://github.com/ivarprudnikov/rjsf-conditionals/issues\n- Source Code: https://github.com/ivarprudnikov/rjsf-conditionals\n\n## Support\n\nIf you are having issues, please let us know.\n\n## License\n\nThe project is licensed under the Apache-2.0 license.\n","readmeFilename":"README.md"}