@kosdev-code/kos-asset-manager 0.0.1-next.32 → 0.0.1-next.33

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.
@@ -157,7 +157,8 @@ const build = (projectRoot, out) => {
157
157
 
158
158
  const assets = buildAssets(resolve(projectRoot));
159
159
  if (!assets) {
160
- console.log(`kos-assets: no assets in ${join(projectRoot, ...SOURCE_DIR)}`);
160
+ const source = mediaSource(readDeclared(projectRoot));
161
+ console.log(`kos-assets: no assets in ${join(projectRoot, ...source)}`);
161
162
  return;
162
163
  }
163
164
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kosdev-code/kos-asset-manager",
3
- "version": "0.0.1-next.32",
3
+ "version": "0.0.1-next.33",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "kos": {
27
27
  "build": {
28
- "gitHash": "c7ed2185841d6bf5f7709af1d03dfbbd838e116b"
28
+ "gitHash": "a4c9d29dcddff2eae1f6320fe8dc5fa175add07f"
29
29
  }
30
30
  },
31
31
  "publishConfig": {