@wix/auto_sdk_blog_posts 1.0.90 → 1.0.91

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,12 @@ 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
+ }
48
54
  ]
49
55
  };
50
56
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -137,10 +143,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
137
143
  {
138
144
  srcPath: "/_api/communities-blog-node-api",
139
145
  destPath: ""
140
- },
141
- {
142
- srcPath: "/_api/communities-blog-node-api/v3/posts",
143
- destPath: "/v3/posts"
144
146
  }
145
147
  ],
146
148
  "*.pub.wix-code.com": [