@createiq/frontend-licenses 1.0.34 → 1.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -846,6 +846,15 @@ var oss_licenses_default = [
846
846
  licenseText: "Commercial License\n\nCopyright (c) 2020 Material-UI SAS\n\nMUI X Pro (https://mui.com/pricing/) is commercial software. You MUST agree to the\nEnd User License Agreement (EULA: https://mui.com/r/x-license-eula) to be able to\nuse the software.\n\nThis means that you either need to purchase a commercial license at\nhttps://mui.com/r/x-get-license?scope=pro or be eligible for the Evaluation (trial)\nlicenses detailed at https://mui.com/r/x-license-trial.\n",
847
847
  copyrightText: "Copyright (c) 2020 Material-UI SAS"
848
848
  },
849
+ {
850
+ name: "@mui/x-virtualizer",
851
+ author: "MUI Team",
852
+ website: "https://mui.com",
853
+ licenses: {
854
+ license: "MIT"
855
+ },
856
+ licenseText: 'MIT License\n\nCopyright (c) <year> <copyright holders>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and \nassociated documentation files (the "Software"), to deal in the Software without restriction, including \nwithout limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell \ncopies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the \nfollowing conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial \nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT \nLIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO \nEVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER \nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE \nUSE OR OTHER DEALINGS IN THE SOFTWARE.'
857
+ },
849
858
  {
850
859
  name: "@opentelemetry/api",
851
860
  author: "OpenTelemetry Authors",