@uniformdev/assets 19.80.0 → 19.80.1-alpha.149

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
@@ -921,4 +921,4 @@ declare class UncachedAssetClient extends AssetClient {
921
921
  */
922
922
  declare function convertAssetToPutAsset(asset: AssetGetResponseSingle): AssetUpsertRequest;
923
923
 
924
- export { Asset, AssetClient, AssetDeleteRequest, AssetGetRequest, AssetGetRequestList, AssetGetRequestSingle, AssetGetResponse, AssetGetResponseList, AssetGetResponseSingle, AssetUpsertRequest, UncachedAssetClient, convertAssetToPutAsset };
924
+ export { type Asset, AssetClient, type AssetDeleteRequest, type AssetGetRequest, type AssetGetRequestList, type AssetGetRequestSingle, type AssetGetResponse, type AssetGetResponseList, type AssetGetResponseSingle, type AssetUpsertRequest, UncachedAssetClient, convertAssetToPutAsset };
package/dist/index.d.ts CHANGED
@@ -921,4 +921,4 @@ declare class UncachedAssetClient extends AssetClient {
921
921
  */
922
922
  declare function convertAssetToPutAsset(asset: AssetGetResponseSingle): AssetUpsertRequest;
923
923
 
924
- export { Asset, AssetClient, AssetDeleteRequest, AssetGetRequest, AssetGetRequestList, AssetGetRequestSingle, AssetGetResponse, AssetGetResponseList, AssetGetResponseSingle, AssetUpsertRequest, UncachedAssetClient, convertAssetToPutAsset };
924
+ export { type Asset, AssetClient, type AssetDeleteRequest, type AssetGetRequest, type AssetGetRequestList, type AssetGetRequestSingle, type AssetGetResponse, type AssetGetResponseList, type AssetGetResponseSingle, type AssetUpsertRequest, UncachedAssetClient, convertAssetToPutAsset };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/assets",
3
- "version": "19.80.0",
3
+ "version": "19.80.1-alpha.149+7f4e45fecc",
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.80.0"
39
+ "@uniformdev/context": "19.80.1-alpha.149+7f4e45fecc"
40
40
  },
41
- "gitHead": "8c61dce79f176cb5aa3cb163657326407f17dee6"
41
+ "gitHead": "7f4e45fecc013dc224fbd0a2975f6d208382b05e"
42
42
  }