@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.
@@ -59,6 +59,12 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
59
59
  srcPath: "/_api/v3/posts",
60
60
  destPath: "/v3/posts"
61
61
  }
62
+ ],
63
+ "manage._base_domain_": [
64
+ {
65
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
66
+ destPath: "/v3/posts"
67
+ }
62
68
  ]
63
69
  };
64
70
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -181,10 +187,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
181
187
  {
182
188
  srcPath: "/_api/communities-blog-node-api",
183
189
  destPath: ""
184
- },
185
- {
186
- srcPath: "/_api/communities-blog-node-api/v3/posts",
187
- destPath: "/v3/posts"
188
190
  }
189
191
  ],
190
192
  "social-blog._base_domain_": [