@wix/auto_sdk_blog_posts 1.0.90 → 1.0.92

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
@@ -45,6 +45,18 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
45
45
  srcPath: "/_api/communities-blog-node-api/v3/posts",
46
46
  destPath: "/v3/posts"
47
47
  }
48
+ ],
49
+ "*.dev.wix-code.com": [
50
+ {
51
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
52
+ destPath: "/v3/posts"
53
+ }
54
+ ],
55
+ "editor.wixapps.net": [
56
+ {
57
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
58
+ destPath: "/v3/posts"
59
+ }
48
60
  ]
49
61
  };
50
62
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -137,10 +149,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
137
149
  {
138
150
  srcPath: "/_api/communities-blog-node-api",
139
151
  destPath: ""
140
- },
141
- {
142
- srcPath: "/_api/communities-blog-node-api/v3/posts",
143
- destPath: "/v3/posts"
144
152
  }
145
153
  ],
146
154
  "*.pub.wix-code.com": [
@@ -195,10 +203,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
195
203
  {
196
204
  srcPath: "/_api/communities-blog-node-api",
197
205
  destPath: ""
198
- },
199
- {
200
- srcPath: "/_api/communities-blog-node-api/v3/posts",
201
- destPath: "/v3/posts"
202
206
  }
203
207
  ],
204
208
  "dev._base_domain_": [