@equinor/fusion-framework-vite-plugin-spa 1.0.0-next.6 → 1.0.0-next.7

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,18 @@
1
1
  # @equinor/fusion-framework-vite-plugin-spa
2
2
 
3
+ ## 1.0.0-next.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3075](https://github.com/equinor/fusion-framework/pull/3075) [`23fdc8a`](https://github.com/equinor/fusion-framework/commit/23fdc8a80d21ff063b17d8c596c0afc0a891305f) Thanks [@odinr](https://github.com/odinr)! - Fix dependency and devDependency declarations for lodash.mergewith:
8
+
9
+ - Move "lodash.mergewith" to dependencies and ensure correct version for @types/lodash.mergewith in devDependencies.
10
+ - Remove duplicate and misplaced entries for lodash.mergewith and its types.
11
+ - Remove unused @equinor/fusion-framework-vite-plugin-api-service from devDependencies.
12
+ - Update lockfile to match package.json changes.
13
+
14
+ This ensures correct dependency management and resolves potential issues with type resolution and package installation.
15
+
3
16
  ## 1.0.0-next.6
4
17
 
5
18
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '1.0.0-next.6';
2
+ export const version = '1.0.0-next.7';
3
3
  //# sourceMappingURL=version.js.map