@uniformdev/assets 20.70.0 → 20.71.0

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.js CHANGED
@@ -18,8 +18,8 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  AssetClient: () => AssetClient,
24
24
  UncachedAssetClient: () => UncachedAssetClient,
25
25
  assetDefinitions: () => assetDefinitions,
@@ -27,7 +27,7 @@ __export(src_exports, {
27
27
  getAssetDefinitionType: () => getAssetDefinitionType,
28
28
  imageFrom: () => imageFrom
29
29
  });
30
- module.exports = __toCommonJS(src_exports);
30
+ module.exports = __toCommonJS(index_exports);
31
31
 
32
32
  // src/AssetClient.ts
33
33
  var import_api = require("@uniformdev/context/api");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/assets",
3
- "version": "20.70.0",
3
+ "version": "20.71.0",
4
4
  "description": "Uniform Assets",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -36,11 +36,11 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@uniformdev/context": "20.70.0",
40
- "@uniformdev/files": "20.70.0"
39
+ "@uniformdev/context": "20.71.0",
40
+ "@uniformdev/files": "20.71.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "ts-xor": "^1.3.0"
44
44
  },
45
- "gitHead": "3f8f572b37fc7ea5d2f37b1425451973556f3392"
45
+ "gitHead": "9b3f5e3fa27b275c00cc252da7ed72913464cce6"
46
46
  }