@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/cjs/index.js +12 -8
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +12 -8
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +12 -8
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +12 -8
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +12 -8
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +12 -8
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +12 -8
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +12 -8
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +12 -8
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +12 -8
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +12 -8
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +12 -8
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -53,6 +53,18 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
|
|
|
53
53
|
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
54
54
|
destPath: "/v3/posts"
|
|
55
55
|
}
|
|
56
|
+
],
|
|
57
|
+
"*.dev.wix-code.com": [
|
|
58
|
+
{
|
|
59
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
60
|
+
destPath: "/v3/posts"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"editor.wixapps.net": [
|
|
64
|
+
{
|
|
65
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
66
|
+
destPath: "/v3/posts"
|
|
67
|
+
}
|
|
56
68
|
]
|
|
57
69
|
};
|
|
58
70
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -145,10 +157,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
145
157
|
{
|
|
146
158
|
srcPath: "/_api/communities-blog-node-api",
|
|
147
159
|
destPath: ""
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
151
|
-
destPath: "/v3/posts"
|
|
152
160
|
}
|
|
153
161
|
],
|
|
154
162
|
"*.pub.wix-code.com": [
|
|
@@ -203,10 +211,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
203
211
|
{
|
|
204
212
|
srcPath: "/_api/communities-blog-node-api",
|
|
205
213
|
destPath: ""
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
209
|
-
destPath: "/v3/posts"
|
|
210
214
|
}
|
|
211
215
|
],
|
|
212
216
|
"dev._base_domain_": [
|