@etsoo/notificationbase 1.1.6 → 1.1.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.
@@ -1,3 +1,4 @@
1
+ import { DataTypes } from '@etsoo/shared';
1
2
  /**
2
3
  * Display align
3
4
  */
@@ -102,7 +103,7 @@ export interface NotificationParameters {
102
103
  /**
103
104
  * Notification props supported for calls
104
105
  */
105
- export interface NotificationCallProps extends Record<string, unknown> {
106
+ export interface NotificationCallProps extends DataTypes.StringRecord {
106
107
  }
107
108
  /**
108
109
  * Notification render props
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/notificationbase",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "TypeScript notification component for extending with all features described and partially implemented",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -45,16 +45,16 @@
45
45
  },
46
46
  "homepage": "https://github.com/ETSOO/NotificationBase#readme",
47
47
  "dependencies": {
48
- "@etsoo/shared": "^1.1.45"
48
+ "@etsoo/shared": "^1.1.48"
49
49
  },
50
50
  "devDependencies": {
51
- "@babel/core": "^7.18.10",
51
+ "@babel/core": "^7.18.13",
52
52
  "@babel/plugin-transform-runtime": "^7.18.10",
53
53
  "@babel/preset-env": "^7.18.10",
54
54
  "@babel/runtime-corejs3": "^7.18.9",
55
- "@types/jest": "^28.1.7",
56
- "@typescript-eslint/eslint-plugin": "^5.33.1",
57
- "@typescript-eslint/parser": "^5.33.1",
55
+ "@types/jest": "^28.1.8",
56
+ "@typescript-eslint/eslint-plugin": "^5.35.1",
57
+ "@typescript-eslint/parser": "^5.35.1",
58
58
  "babel-jest": "^28.1.3",
59
59
  "eslint": "^8.22.0",
60
60
  "eslint-config-airbnb-base": "^15.0.0",
@@ -1,4 +1,4 @@
1
- import { Utils } from '@etsoo/shared';
1
+ import { DataTypes, Utils } from '@etsoo/shared';
2
2
 
3
3
  /**
4
4
  * Display align
@@ -112,7 +112,7 @@ export interface NotificationParameters {
112
112
  /**
113
113
  * Notification props supported for calls
114
114
  */
115
- export interface NotificationCallProps extends Record<string, unknown> {}
115
+ export interface NotificationCallProps extends DataTypes.StringRecord {}
116
116
 
117
117
  /**
118
118
  * Notification render props