@createiq/frontend-licenses 1.0.43 → 1.0.44

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/oss-licenses.json CHANGED
@@ -2344,6 +2344,16 @@
2344
2344
  "licenseText": "MIT License\n\nCopyright (c) 2020 Roland Groza\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
2345
2345
  "copyrightText": "Copyright (c) 2020 Roland Groza"
2346
2346
  },
2347
+ {
2348
+ "name": "flatqueue",
2349
+ "author": "Vladimir Agafonkin",
2350
+ "website": "https://github.com/mourner/flatqueue#readme",
2351
+ "licenses": {
2352
+ "license": "ISC"
2353
+ },
2354
+ "licenseText": "ISC License\n\nCopyright (c) 2025, Volodymyr Agafonkin\n\nPermission to use, copy, modify, and/or distribute this software for any purpose\nwith or without fee is hereby granted, provided that the above copyright notice\nand this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS\nOF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\nTORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\nTHIS SOFTWARE.\n",
2355
+ "copyrightText": "Copyright (c) 2025, Volodymyr Agafonkin"
2356
+ },
2347
2357
  {
2348
2358
  "name": "fold-to-ascii",
2349
2359
  "author": "Moritz Platt",
@@ -1 +1 @@
1
- 1f111d4709167950b946e30a25613d41465c872dce14074d864b8caf0eaf817d
1
+ 2ad745ddd80f6dc973a06d3fbdf1c3c9071d3b0cb30341c6b99cb78a58926e92
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/frontend-licenses",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -13,10 +13,10 @@
13
13
  "spdx-expression-parse": "4.0.0"
14
14
  },
15
15
  "devDependencies": {
16
- "@tsconfig/recommended": "1.0.8",
16
+ "@tsconfig/recommended": "1.0.10",
17
17
  "@types/spdx-expression-parse": "3.0.5",
18
- "tsup": "8.4.0",
19
- "typescript": "5.8.3"
18
+ "tsup": "8.5.0",
19
+ "typescript": "5.9.3"
20
20
  },
21
21
  "scripts": {
22
22
  "build": "tsup"