@createiq/backend-licenses 1.0.0 → 1.0.2

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[])