@limetech/lime-web-components 5.41.1 → 5.42.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [5.42.0](https://github.com/Lundalogik/lime-web-components/compare/v5.41.1...v5.42.0) (2025-01-13)
2
+
3
+
4
+ ### Features
5
+
6
+
7
+ * **notifications:** add `follow` as a new notification type ([3e301cc](https://github.com/Lundalogik/lime-web-components/commit/3e301cc99bc66acb15b3a28bafd6e0e9606874ff)), closes [Lundalogik/crm-feature#4553](https://github.com/Lundalogik/crm-feature/issues/4553)
8
+
1
9
  ## [5.41.1](https://github.com/Lundalogik/lime-web-components/compare/v5.41.0...v5.41.1) (2025-01-09)
2
10
 
3
11
 
@@ -38,5 +38,5 @@ export type Notification<T = unknown> = {
38
38
  /**
39
39
  * @alpha
40
40
  */
41
- export type NotificationType = 'assignment' | 'mention';
41
+ export type NotificationType = 'assignment' | 'follow' | 'mention';
42
42
  //# sourceMappingURL=notification.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"notification.d.ts","sourceRoot":"","sources":["../../src/notification-service/notification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;;GAKG;AACH,MAAM,MAAM,YAAY,CAAC,CAAC,GAAG,OAAO,IAAI;IACpC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,IAAI,CAAC,EAAE,gBAAgB,CAAC;IAExB;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IAEZ;;OAEG;IACH,SAAS,EAAE,IAAI,CAAC;IAEhB;;OAEG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB;;OAEG;IACH,IAAI,CAAC,EAAE,CAAC,CAAC;IAET;;OAEG;IACH,SAAS,CAAC,EAAE,UAAU,CAAC;CAC1B,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,YAAY,GAAG,SAAS,CAAC"}
1
+ {"version":3,"file":"notification.d.ts","sourceRoot":"","sources":["../../src/notification-service/notification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;;GAKG;AACH,MAAM,MAAM,YAAY,CAAC,CAAC,GAAG,OAAO,IAAI;IACpC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,IAAI,CAAC,EAAE,gBAAgB,CAAC;IAExB;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IAEZ;;OAEG;IACH,SAAS,EAAE,IAAI,CAAC;IAEhB;;OAEG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB;;OAEG;IACH,IAAI,CAAC,EAAE,CAAC,CAAC;IAET;;OAEG;IACH,SAAS,CAAC,EAAE,UAAU,CAAC;CAC1B,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,YAAY,GAAG,QAAQ,GAAG,SAAS,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-web-components",
3
- "version": "5.41.1",
3
+ "version": "5.42.0",
4
4
  "description": "Lime Web Components",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@commitlint/config-conventional": "^19.6.0",
37
- "@microsoft/api-extractor": "^7.48.0",
37
+ "@microsoft/api-extractor": "^7.49.1",
38
38
  "@types/jest": "^27.5.0",
39
39
  "@typescript-eslint/eslint-plugin": "^7.5.0",
40
40
  "@typescript-eslint/parser": "^7.5.0",
@@ -51,7 +51,7 @@
51
51
  "jest": "^27.5.1",
52
52
  "jest-cli": "^27.5.1",
53
53
  "prettier": "^3.2.5",
54
- "replace-in-file": "^8.2.0",
54
+ "replace-in-file": "^8.3.0",
55
55
  "shelljs": "0.8.5",
56
56
  "typedoc": "^0.23.24",
57
57
  "typedoc-plugin-markdown": "~3.15.0",