@limetech/lime-web-components 5.36.2 → 5.37.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.37.0](https://github.com/Lundalogik/lime-web-components/compare/v5.36.2...v5.37.0) (2024-10-15)
2
+
3
+
4
+ ### Features
5
+
6
+
7
+ * **notifications:** add property for createduser ([27d74eb](https://github.com/Lundalogik/lime-web-components/commit/27d74eb28faed65943cc544dd18cdf33433df5c7))
8
+
1
9
  ## [5.36.2](https://github.com/Lundalogik/lime-web-components/compare/v5.36.1...v5.36.2) (2024-09-11)
2
10
 
3
11
 
@@ -30,6 +30,10 @@ export type Notification<T = unknown> = {
30
30
  * Data attached to the notification
31
31
  */
32
32
  data?: T;
33
+ /**
34
+ * ID of the user that created the notification
35
+ */
36
+ createduser?: number;
33
37
  };
34
38
  /**
35
39
  * @alpha
@@ -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;CACZ,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAC;AAEzC;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;CACpB,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,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAC;AAEzC;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;CACpB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-web-components",
3
- "version": "5.36.2",
3
+ "version": "5.37.0",
4
4
  "description": "Lime Web Components",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",
@@ -33,12 +33,12 @@
33
33
  "tslib": "^2.7.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@commitlint/config-conventional": "^19.4.1",
37
- "@microsoft/api-extractor": "^7.47.8",
36
+ "@commitlint/config-conventional": "^19.5.0",
37
+ "@microsoft/api-extractor": "^7.47.9",
38
38
  "@types/jest": "^27.5.0",
39
39
  "@typescript-eslint/eslint-plugin": "^7.5.0",
40
40
  "@typescript-eslint/parser": "^7.5.0",
41
- "commitizen": "^4.3.0",
41
+ "commitizen": "^4.3.1",
42
42
  "cz-conventional-changelog": "^3.3.0",
43
43
  "eslint": "^8.57.0",
44
44
  "eslint-config-prettier": "^9.1.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.1.0",
54
+ "replace-in-file": "^8.2.0",
55
55
  "shelljs": "0.8.5",
56
56
  "typedoc": "^0.23.24",
57
57
  "typedoc-plugin-markdown": "~3.15.0",