@uniformdev/assets 19.194.1-alpha.3 → 19.194.1-alpha.4

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.
package/dist/index.d.mts CHANGED
@@ -3096,6 +3096,16 @@ type AssetParamValueItem = {
3096
3096
  type: 'number';
3097
3097
  value: number | string | undefined;
3098
3098
  };
3099
+ /**
3100
+ * The size in bytes of the original asset
3101
+ *
3102
+ * Should resolve to a number but might
3103
+ * be a string with a pointer reference
3104
+ */
3105
+ file?: {
3106
+ type: 'file';
3107
+ value: string;
3108
+ };
3099
3109
  /**
3100
3110
  * Any key/value properties which the source
3101
3111
  * wants to attach to the asset data
package/dist/index.d.ts CHANGED
@@ -3096,6 +3096,16 @@ type AssetParamValueItem = {
3096
3096
  type: 'number';
3097
3097
  value: number | string | undefined;
3098
3098
  };
3099
+ /**
3100
+ * The size in bytes of the original asset
3101
+ *
3102
+ * Should resolve to a number but might
3103
+ * be a string with a pointer reference
3104
+ */
3105
+ file?: {
3106
+ type: 'file';
3107
+ value: string;
3108
+ };
3099
3109
  /**
3100
3110
  * Any key/value properties which the source
3101
3111
  * wants to attach to the asset data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/assets",
3
- "version": "19.194.1-alpha.3+9ba3c9e6f0",
3
+ "version": "19.194.1-alpha.4+a46691a815",
4
4
  "description": "Uniform Assets",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@uniformdev/context": "19.194.1-alpha.3+9ba3c9e6f0"
39
+ "@uniformdev/context": "19.194.1-alpha.4+a46691a815"
40
40
  },
41
- "gitHead": "9ba3c9e6f09642d4f7e77a9f4b90f416f2521073"
41
+ "gitHead": "a46691a815b94e40c8f5e8d982e2cf66938a4548"
42
42
  }