@wix/auto_sdk_blog_posts 1.0.71 → 1.0.73

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
@@ -13,18 +13,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
13
13
  srcPath: "/_api/communities-blog-node-api/v3/posts",
14
14
  destPath: "/v3/posts"
15
15
  }
16
- ],
17
- "www._base_domain_": [
18
- {
19
- srcPath: "/_api/communities-blog-node-api/v3/posts",
20
- destPath: "/v3/posts"
21
- }
22
- ],
23
- "www.wixapis.com": [
24
- {
25
- srcPath: "/_api/v3/posts",
26
- destPath: "/v3/posts"
27
- }
28
16
  ]
29
17
  };
30
18
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -42,6 +30,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
42
30
  srcPath: "/_api/communities-blog-node-api",
43
31
  destPath: ""
44
32
  },
33
+ {
34
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
35
+ destPath: "/v3/posts"
36
+ },
45
37
  {
46
38
  srcPath: "/_api/communities-blog-node-api/v2/stats",
47
39
  destPath: "/v2/stats"
@@ -195,6 +187,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
195
187
  {
196
188
  srcPath: "/blog/v2/stats",
197
189
  destPath: "/v2/stats"
190
+ },
191
+ {
192
+ srcPath: "/_api/v3/posts",
193
+ destPath: "/v3/posts"
198
194
  }
199
195
  ]
200
196
  };