@wix/auto_sdk_blog_posts 1.0.86 → 1.0.88

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
@@ -39,6 +39,12 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
39
39
  srcPath: "/_api/v3/posts",
40
40
  destPath: "/v3/posts"
41
41
  }
42
+ ],
43
+ "manage._base_domain_": [
44
+ {
45
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
46
+ destPath: "/v3/posts"
47
+ }
42
48
  ]
43
49
  };
44
50
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -161,10 +167,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
161
167
  {
162
168
  srcPath: "/_api/communities-blog-node-api",
163
169
  destPath: ""
164
- },
165
- {
166
- srcPath: "/_api/communities-blog-node-api/v3/posts",
167
- destPath: "/v3/posts"
168
170
  }
169
171
  ],
170
172
  "social-blog._base_domain_": [