@memberjunction/global
Advanced tools
Comparing version 0.9.13 to 0.9.14
@@ -21,3 +21,3 @@ "use strict"; | ||
MJEventType[MJEventType["DisplaySimpleNotificationRequest"] = 8] = "DisplaySimpleNotificationRequest"; | ||
})(MJEventType = exports.MJEventType || (exports.MJEventType = {})); | ||
})(MJEventType || (exports.MJEventType = MJEventType = {})); | ||
//# sourceMappingURL=interface.js.map |
{ | ||
"name": "@memberjunction/global", | ||
"version": "0.9.13", | ||
"version": "0.9.14", | ||
"description": "MemberJunction: Global Object - Needed for ALL other MJ components", | ||
@@ -22,6 +22,6 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@memberjunction/core": "^0.9.15", | ||
"@memberjunction/global": "^0.9.12", | ||
"@memberjunction/core": "^0.9.16", | ||
"@memberjunction/global": "^0.9.13", | ||
"rxjs": "^7.8.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22204