@wix/auto_sdk_blog_posts 1.0.86 → 1.0.87

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.
@@ -47,6 +47,12 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
47
47
  srcPath: "/_api/v3/posts",
48
48
  destPath: "/v3/posts"
49
49
  }
50
+ ],
51
+ "manage._base_domain_": [
52
+ {
53
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
54
+ destPath: "/v3/posts"
55
+ }
50
56
  ]
51
57
  };
52
58
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -169,10 +175,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
169
175
  {
170
176
  srcPath: "/_api/communities-blog-node-api",
171
177
  destPath: ""
172
- },
173
- {
174
- srcPath: "/_api/communities-blog-node-api/v3/posts",
175
- destPath: "/v3/posts"
176
178
  }
177
179
  ],
178
180
  "social-blog._base_domain_": [