@wix/auto_sdk_blog_posts 1.0.82 → 1.0.83
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.d.ts +3 -5
- package/build/cjs/index.js +6 -4
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +6 -4
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +6 -4
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +3 -5
- package/build/es/index.mjs +6 -4
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +6 -4
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +6 -4
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +3 -5
- package/build/internal/cjs/index.js +6 -4
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +6 -4
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +6 -4
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +3 -5
- package/build/internal/es/index.mjs +6 -4
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +6 -4
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +6 -4
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/meta.js
CHANGED
|
@@ -92,6 +92,12 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
|
|
|
92
92
|
var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
|
|
93
93
|
function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts) {
|
|
94
94
|
const domainToMappings = {
|
|
95
|
+
_: [
|
|
96
|
+
{
|
|
97
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
98
|
+
destPath: "/v3/posts"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
95
101
|
"apps._base_domain_": [
|
|
96
102
|
{
|
|
97
103
|
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
@@ -170,10 +176,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
170
176
|
srcPath: "/_api/communities-blog-node-api/_api/posts/content",
|
|
171
177
|
destPath: "/_api/posts/content"
|
|
172
178
|
},
|
|
173
|
-
{
|
|
174
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
175
|
-
destPath: "/v3/posts"
|
|
176
|
-
},
|
|
177
179
|
{
|
|
178
180
|
srcPath: "/_api/communities-blog-node-api/v2/stats",
|
|
179
181
|
destPath: "/v2/stats"
|