@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
package/build/es/meta.mjs
CHANGED
|
@@ -45,6 +45,18 @@ 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
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"editor.wixapps.net": [
|
|
56
|
+
{
|
|
57
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
58
|
+
destPath: "/v3/posts"
|
|
59
|
+
}
|
|
48
60
|
]
|
|
49
61
|
};
|
|
50
62
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -137,10 +149,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
137
149
|
{
|
|
138
150
|
srcPath: "/_api/communities-blog-node-api",
|
|
139
151
|
destPath: ""
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
143
|
-
destPath: "/v3/posts"
|
|
144
152
|
}
|
|
145
153
|
],
|
|
146
154
|
"*.pub.wix-code.com": [
|
|
@@ -195,10 +203,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
195
203
|
{
|
|
196
204
|
srcPath: "/_api/communities-blog-node-api",
|
|
197
205
|
destPath: ""
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
201
|
-
destPath: "/v3/posts"
|
|
202
206
|
}
|
|
203
207
|
],
|
|
204
208
|
"dev._base_domain_": [
|