@vercel/microfrontends 1.5.0-canary.0 → 1.5.0-canary.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,11 +1,17 @@
1
1
  # @vercel/microfrontends
2
2
 
3
+ ## 1.5.0-canary.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Revert asset prefix image change
8
+
3
9
  ## 1.5.0-canary.0
4
10
 
5
11
  ### Minor Changes
6
12
 
7
- - - Add asset prefix to next.js images using `images.path` in the next.config
8
- - Remove deprecated fields `projectId` and `localPort` from the package
13
+ - Add asset prefix to next.js images using `images.path` in the next.config
14
+ - Remove deprecated fields `projectId` and `localPort` from the package
9
15
 
10
16
  ## 1.4.2
11
17
 
package/dist/bin/cli.cjs CHANGED
@@ -30,7 +30,7 @@ var import_env = require("@next/env");
30
30
  // package.json
31
31
  var package_default = {
32
32
  name: "@vercel/microfrontends",
33
- version: "1.5.0-canary.0",
33
+ version: "1.5.0-canary.1",
34
34
  private: false,
35
35
  description: "Defines configuration and utilities for microfrontends development",
36
36
  keywords: [
@@ -1501,10 +1501,6 @@ function transform(args) {
1501
1501
  );
1502
1502
  }
1503
1503
  next.assetPrefix = assetPrefix;
1504
- next.images = {
1505
- ...next.images,
1506
- path: `${assetPrefix}/_next/image`
1507
- };
1508
1504
  return {
1509
1505
  next
1510
1506
  };