@wix/auto_sdk_blog_posts 1.0.68 → 1.0.69

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/cjs/meta.js CHANGED
@@ -91,7 +91,14 @@ var import_timestamp2 = require("@wix/sdk-runtime/transformations/timestamp");
91
91
  var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
92
92
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
93
93
  function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts) {
94
- const domainToMappings = {};
94
+ const domainToMappings = {
95
+ "www._base_domain_": [
96
+ {
97
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
98
+ destPath: "/v3/posts"
99
+ }
100
+ ]
101
+ };
95
102
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
96
103
  }
97
104
  function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opts) {
@@ -107,10 +114,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
107
114
  srcPath: "/_api/communities-blog-node-api",
108
115
  destPath: ""
109
116
  },
110
- {
111
- srcPath: "/_api/communities-blog-node-api/v3/posts",
112
- destPath: "/v3/posts"
113
- },
114
117
  {
115
118
  srcPath: "/_api/communities-blog-node-api/v2/stats",
116
119
  destPath: "/v2/stats"