hevy-shared 1.0.928 → 1.0.929

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.
Files changed (2) hide show
  1. package/built/index.d.ts +0 -1
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -1923,7 +1923,6 @@ export interface HevyTrainerUserPreferences {
1923
1923
  }
1924
1924
  export interface LinkPreviewMetadataResponse {
1925
1925
  title: string;
1926
- description: string;
1927
1926
  url: string;
1928
1927
  image_url: string;
1929
1928
  twitter_image_url: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.928",
3
+ "version": "1.0.929",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",