@createiq/frontend-licenses 1.0.6 → 1.0.7

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/index.ts CHANGED
@@ -31,6 +31,11 @@ export type LicenseInformation = {
31
31
  * Any additional notice text for the package
32
32
  */
33
33
  noticeText?: string
34
+
35
+ /**
36
+ * Parsed copyright text from the notice, if available
37
+ */
38
+ copyrightText?: string
34
39
  }
35
40
 
36
41
  export default (ossLicenses as readonly LicenseInformation[])
package/oss-licenses.json CHANGED
@@ -170,6 +170,12 @@
170
170
  "licenseText": "MIT License\n\nCopyright (c) 2024 Linklaters Business Services t/a CreateiQ\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.",
171
171
  "copyrightText": "Copyright (c) 2024 Linklaters Business Services t/a CreateiQ"
172
172
  },
173
+ {
174
+ "name": "@createiq/tpl-licenses"
175
+ },
176
+ {
177
+ "name": "@createiq/virus-scanner-licenses"
178
+ },
173
179
  {
174
180
  "name": "@e965/xlsx",
175
181
  "author": "sheetjs",
@@ -1 +1 @@
1
- f9f4401bfeb6516cc8b586c8ca5ee7370dd4b38bf61275a9a57ddb5b3d7c872c
1
+ 2b2fc963c90bae9d3b36a7149e30d23e14a88f2fd62417daa616c64a48c93cbb
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/frontend-licenses",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",