@mparticle/web-braze-kit
Advanced tools
Sorry, the diff of this file is too big to display
+5
-1
@@ -5,4 +5,8 @@ ## Releases | ||
| ## 5.5.0 - 2024-10-30 | ||
| ## 5.0.1 - 2024-11-13 | ||
| - ci: Add esm support [#53](https://github.com/mparticle-integrations/mparticle-javascript-integration-braze/pull/53) | ||
| - fix: Update package.json to support esm, define missing variable declarations [#54](https://github.com/mparticle-integrations/mparticle-javascript-integration-braze/pull/54) | ||
| ## 5.0.0 - 2024-10-30 | ||
| ⚠️ **Breaking** - The mParticle web Braze kit now supports Braze's Web SDK v5.5.0. Breaking changes cna be viewed at [Braze's changelog](https://www.braze.com/docs/developer_guide/platform_integration_guides/web/changelog/#500). There may be API changes that affect you if you call `braze` directly from your code. | ||
@@ -9,0 +13,0 @@ - feat: Support Braze Web SDK V5 [#52)](https://github.com/mparticle-integrations/mparticle-javascript-integration-braze/pull/52) |
+4
-2
| { | ||
| "name": "@mparticle/web-braze-kit", | ||
| "version": "5.0.0", | ||
| "version": "5.0.1", | ||
| "author": "mParticle Developers <developers@mparticle.com> (https://www.mparticle.com)", | ||
@@ -8,4 +8,6 @@ "description": "mParticle integration sdk for Braze", | ||
| "browser": "dist/BrazeKit.common.js", | ||
| "module": "dist/BrazeKit.esm.js", | ||
| "files": [ | ||
| "dist/BrazeKit.common.js" | ||
| "dist/BrazeKit.common.js", | ||
| "dist/BrazeKit.esm.js" | ||
| ], | ||
@@ -12,0 +14,0 @@ "repository": "https://github.com/mparticle-integrations/mparticle-javascript-integration-braze", |
Sorry, the diff of this file is too big to display
721055
96.99%5
25%21969
100.03%6
50%