@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
|
@@ -60,11 +60,35 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
|
|
|
60
60
|
destPath: "/v3/posts"
|
|
61
61
|
}
|
|
62
62
|
],
|
|
63
|
+
"editor._base_domain_": [
|
|
64
|
+
{
|
|
65
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
66
|
+
destPath: "/v3/posts"
|
|
67
|
+
}
|
|
68
|
+
],
|
|
69
|
+
"blocks._base_domain_": [
|
|
70
|
+
{
|
|
71
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
72
|
+
destPath: "/v3/posts"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"create.editorx": [
|
|
76
|
+
{
|
|
77
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
78
|
+
destPath: "/v3/posts"
|
|
79
|
+
}
|
|
80
|
+
],
|
|
63
81
|
"editor.wixapps.net": [
|
|
64
82
|
{
|
|
65
83
|
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
66
84
|
destPath: "/v3/posts"
|
|
67
85
|
}
|
|
86
|
+
],
|
|
87
|
+
"dev._base_domain_": [
|
|
88
|
+
{
|
|
89
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
90
|
+
destPath: "/v3/posts"
|
|
91
|
+
}
|
|
68
92
|
]
|
|
69
93
|
};
|
|
70
94
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -127,30 +151,18 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
127
151
|
{
|
|
128
152
|
srcPath: "/_api/communities-blog-node-api",
|
|
129
153
|
destPath: ""
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
133
|
-
destPath: "/v3/posts"
|
|
134
154
|
}
|
|
135
155
|
],
|
|
136
156
|
"blocks._base_domain_": [
|
|
137
157
|
{
|
|
138
158
|
srcPath: "/_api/communities-blog-node-api",
|
|
139
159
|
destPath: ""
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
143
|
-
destPath: "/v3/posts"
|
|
144
160
|
}
|
|
145
161
|
],
|
|
146
162
|
"create.editorx": [
|
|
147
163
|
{
|
|
148
164
|
srcPath: "/_api/communities-blog-node-api",
|
|
149
165
|
destPath: ""
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
153
|
-
destPath: "/v3/posts"
|
|
154
166
|
}
|
|
155
167
|
],
|
|
156
168
|
"*.dev.wix-code.com": [
|
|
@@ -217,10 +229,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
217
229
|
{
|
|
218
230
|
srcPath: "/_api/communities-blog-node-api",
|
|
219
231
|
destPath: ""
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
223
|
-
destPath: "/v3/posts"
|
|
224
232
|
}
|
|
225
233
|
],
|
|
226
234
|
"www.wixapis.com": [
|