@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.
- package/bin/kos-assets.mjs +2 -1
- package/package.json +2 -2
package/bin/kos-assets.mjs
CHANGED
|
@@ -157,7 +157,8 @@ const build = (projectRoot, out) => {
|
|
|
157
157
|
|
|
158
158
|
const assets = buildAssets(resolve(projectRoot));
|
|
159
159
|
if (!assets) {
|
|
160
|
-
|
|
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.
|
|
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": "
|
|
28
|
+
"gitHash": "a4c9d29dcddff2eae1f6320fe8dc5fa175add07f"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|