@synchronized-studio/cmsassets-agent 0.5.0 → 0.5.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Fixed
6
+ - **Vue/Nuxt**: When injecting `const __runtimeConfig = useRuntimeConfig()` in `.vue` files, the declaration is now placed before the full destructuring block instead of inside it. Previously, multiline destructuring like `const { data, error } = await useAsyncData(...)` could be corrupted (declaration inserted between `}` and `= await useAsyncData`, breaking syntax). The patcher now walks back to the opening `const {` line and inserts there.
7
+
3
8
  ## 0.4.0
4
9
 
5
10
  ### Breaking changes