@memberjunction/global 0.9.8 → 0.9.9

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.
@@ -21,7 +21,7 @@ export declare enum MJEventType {
21
21
  ManualResizeRequest = 7,
22
22
  DisplaySimpleNotificationRequest = 8
23
23
  }
24
- export type DislaySimpleNotificationRequestData = {
24
+ export type DisplaySimpleNotificationRequestData = {
25
25
  message: string;
26
26
  title?: string;
27
27
  style?: "none" | "success" | "error" | "warning" | "info";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/global",
3
- "version": "0.9.8",
3
+ "version": "0.9.9",
4
4
  "description": "MemberJunction: Global Object - Needed for ALL other MJ components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,8 +19,8 @@
19
19
  "typescript": "^5.0.3"
20
20
  },
21
21
  "dependencies": {
22
- "@memberjunction/core": "^0.9.12",
23
- "@memberjunction/global": "^0.9.7",
22
+ "@memberjunction/core": "^0.9.13",
23
+ "@memberjunction/global": "^0.9.8",
24
24
  "rxjs": "^7.8.1"
25
25
  }
26
26
  }