@wix/auto_sdk_blog_posts 1.0.77 → 1.0.79
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/index.js +10 -8
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +10 -8
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +10 -8
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +10 -8
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +10 -8
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +10 -8
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +10 -8
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +10 -8
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +10 -8
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +10 -8
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +10 -8
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +10 -8
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -27,6 +27,16 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
|
|
|
27
27
|
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
28
28
|
destPath: "/v3/posts"
|
|
29
29
|
}
|
|
30
|
+
],
|
|
31
|
+
"www.wixapis.com": [
|
|
32
|
+
{
|
|
33
|
+
srcPath: "/blog/v3/posts",
|
|
34
|
+
destPath: "/v3/posts"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
srcPath: "/_api/v3/posts",
|
|
38
|
+
destPath: "/v3/posts"
|
|
39
|
+
}
|
|
30
40
|
]
|
|
31
41
|
};
|
|
32
42
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -190,17 +200,9 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
190
200
|
srcPath: "/v3/posts",
|
|
191
201
|
destPath: "/v3/posts"
|
|
192
202
|
},
|
|
193
|
-
{
|
|
194
|
-
srcPath: "/blog/v3/posts",
|
|
195
|
-
destPath: "/v3/posts"
|
|
196
|
-
},
|
|
197
203
|
{
|
|
198
204
|
srcPath: "/blog/v2/stats",
|
|
199
205
|
destPath: "/v2/stats"
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
srcPath: "/_api/v3/posts",
|
|
203
|
-
destPath: "/v3/posts"
|
|
204
206
|
}
|
|
205
207
|
]
|
|
206
208
|
};
|