nuxt-content-assets 1.3.2 → 1.3.3
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/README.md +17 -0
- package/dist/module.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -363,6 +363,23 @@ npm run release:dry
|
|
|
363
363
|
|
|
364
364
|
Make sure to edit changelog and update `package.json` version first!
|
|
365
365
|
|
|
366
|
+
## Troubleshooting
|
|
367
|
+
|
|
368
|
+
### Prepare script hangs
|
|
369
|
+
|
|
370
|
+
As of Nuxt `3.7` it seems there might be issues running prepare scripts for some modules:
|
|
371
|
+
|
|
372
|
+
- [nuxt/cli / nuxt prepare step hangs](https://github.com/nuxt/cli/issues/169)
|
|
373
|
+
|
|
374
|
+
If that's the case with you, fix Nuxt at `3.6.5` (if you can) and you should be fine.
|
|
375
|
+
|
|
376
|
+
Failing that, watch that ticket (or these ones):
|
|
377
|
+
|
|
378
|
+
- https://github.com/nuxt/cli/issues/185
|
|
379
|
+
- https://github.com/davestewart/nuxt-content-assets/issues/49
|
|
380
|
+
|
|
381
|
+
I'll update when there is more info.
|
|
382
|
+
|
|
366
383
|
<!-- Badges -->
|
|
367
384
|
[npm-version-src]: https://img.shields.io/npm/v/nuxt-content-assets/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
368
385
|
[npm-version-href]: https://npmjs.com/package/nuxt-content-assets
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-content-assets",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "Enable locally-located assets in Nuxt Content",
|
|
5
5
|
"repository": "davestewart/nuxt-content-assets",
|
|
6
6
|
"license": "MIT",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"@types/debounce": "^1.2.1",
|
|
53
53
|
"@types/ws": "^8.5.4",
|
|
54
54
|
"eslint": "^8.36.0",
|
|
55
|
-
"nuxt": "
|
|
56
|
-
"vitest": "^0.
|
|
55
|
+
"nuxt": "3.6.5",
|
|
56
|
+
"vitest": "^0.30.0"
|
|
57
57
|
},
|
|
58
58
|
"engines": {
|
|
59
59
|
"node": ">=14.0.0"
|