@limetech/lime-crm-building-blocks 1.63.0 → 1.63.1

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,10 @@
1
+ ## [1.63.1](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.63.0...v1.63.1) (2025-01-21)
2
+
3
+ ### Bug Fixes
4
+
5
+
6
+ * **notification-item:** type `id` to `number` instead of `number | string` ([5f8c7bb](https://github.com/Lundalogik/lime-crm-building-blocks/commit/5f8c7bbdbeef336559f683363a7e53e510323848))
7
+
1
8
  ## [1.63.0](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.62.2...v1.63.0) (2025-01-20)
2
9
 
3
10
  ### Features
@@ -1,5 +1,9 @@
1
1
  import { BasicLimetypeProps } from '../../../util/basic-limetype-props';
2
2
  export interface NotificationItem<T = unknown> extends BasicLimetypeProps {
3
+ /**
4
+ * The id of the notification item.
5
+ */
6
+ id: number;
3
7
  /**
4
8
  * When set to `true`, this feed item will be rendered as a "read" item.
5
9
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-crm-building-blocks",
3
- "version": "1.63.0",
3
+ "version": "1.63.1",
4
4
  "description": "A home for shared components meant for use with Lime CRM",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -52,8 +52,8 @@
52
52
  "@types/jest": "^29.5.14",
53
53
  "@types/json-schema": "^7.0.15",
54
54
  "@types/lodash-es": "^4.17.12",
55
- "@typescript-eslint/eslint-plugin": "^8.20.0",
56
- "@typescript-eslint/parser": "^8.20.0",
55
+ "@typescript-eslint/eslint-plugin": "^8.21.0",
56
+ "@typescript-eslint/parser": "^8.21.0",
57
57
  "cross-env": "^7.0.3",
58
58
  "currency-codes": "^2.2.0",
59
59
  "date-fns": "^3.6.0",