@wix/auto_sdk_blog_posts 1.0.93 → 1.0.95
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 +24 -16
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +24 -16
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +24 -16
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +24 -16
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +24 -16
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +24 -16
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +24 -16
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +24 -16
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +24 -16
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +24 -16
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +24 -16
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +24 -16
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -72,11 +72,35 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
|
|
|
72
72
|
destPath: "/v3/posts"
|
|
73
73
|
}
|
|
74
74
|
],
|
|
75
|
+
"editor._base_domain_": [
|
|
76
|
+
{
|
|
77
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
78
|
+
destPath: "/v3/posts"
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"blocks._base_domain_": [
|
|
82
|
+
{
|
|
83
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
84
|
+
destPath: "/v3/posts"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"create.editorx": [
|
|
88
|
+
{
|
|
89
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
90
|
+
destPath: "/v3/posts"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
75
93
|
"editor.wixapps.net": [
|
|
76
94
|
{
|
|
77
95
|
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
78
96
|
destPath: "/v3/posts"
|
|
79
97
|
}
|
|
98
|
+
],
|
|
99
|
+
"dev._base_domain_": [
|
|
100
|
+
{
|
|
101
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
102
|
+
destPath: "/v3/posts"
|
|
103
|
+
}
|
|
80
104
|
]
|
|
81
105
|
};
|
|
82
106
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -139,30 +163,18 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
139
163
|
{
|
|
140
164
|
srcPath: "/_api/communities-blog-node-api",
|
|
141
165
|
destPath: ""
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
145
|
-
destPath: "/v3/posts"
|
|
146
166
|
}
|
|
147
167
|
],
|
|
148
168
|
"blocks._base_domain_": [
|
|
149
169
|
{
|
|
150
170
|
srcPath: "/_api/communities-blog-node-api",
|
|
151
171
|
destPath: ""
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
155
|
-
destPath: "/v3/posts"
|
|
156
172
|
}
|
|
157
173
|
],
|
|
158
174
|
"create.editorx": [
|
|
159
175
|
{
|
|
160
176
|
srcPath: "/_api/communities-blog-node-api",
|
|
161
177
|
destPath: ""
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
165
|
-
destPath: "/v3/posts"
|
|
166
178
|
}
|
|
167
179
|
],
|
|
168
180
|
"*.dev.wix-code.com": [
|
|
@@ -229,10 +241,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
229
241
|
{
|
|
230
242
|
srcPath: "/_api/communities-blog-node-api",
|
|
231
243
|
destPath: ""
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
235
|
-
destPath: "/v3/posts"
|
|
236
244
|
}
|
|
237
245
|
],
|
|
238
246
|
"www.wixapis.com": [
|