n_a_types 3.0.9 → 3.0.10

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/V3.ts +2 -0
  2. package/package.json +1 -1
package/V3.ts CHANGED
@@ -144,6 +144,8 @@ export type Image = {
144
144
  s3Key: string;
145
145
  s3URL: string;
146
146
  description: string | null;
147
+ naturalWidth: number;
148
+ naturalHeight: number;
147
149
  blurhash: string | null;
148
150
  climbId: number | null;
149
151
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n_a_types",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "description": "types",
5
5
  "main": "index.ts",
6
6
  "author": "",