@wix/auto_sdk_blog_posts 1.0.70 → 1.0.71

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/build/es/meta.mjs CHANGED
@@ -19,6 +19,12 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
19
19
  srcPath: "/_api/communities-blog-node-api/v3/posts",
20
20
  destPath: "/v3/posts"
21
21
  }
22
+ ],
23
+ "www.wixapis.com": [
24
+ {
25
+ srcPath: "/_api/v3/posts",
26
+ destPath: "/v3/posts"
27
+ }
22
28
  ]
23
29
  };
24
30
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -189,10 +195,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
189
195
  {
190
196
  srcPath: "/blog/v2/stats",
191
197
  destPath: "/v2/stats"
192
- },
193
- {
194
- srcPath: "/_api/v3/posts",
195
- destPath: "/v3/posts"
196
198
  }
197
199
  ]
198
200
  };