@parra/parra-js-sdk 0.3.430 → 0.3.431

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.
@@ -701,7 +701,7 @@ export interface FeaturedApplication {
701
701
  type: ApplicationType;
702
702
  icon: ImageAssetStub;
703
703
  ios?: ApplicationIosConfig | null;
704
- link: FeaturedApplicationLink | null;
704
+ link: FeaturedApplicationLink;
705
705
  }
706
706
  export interface LinkUtmParameters {
707
707
  source?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.430",
3
+ "version": "0.3.431",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",