@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
|
@@ -52,11 +52,35 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
|
|
|
52
52
|
destPath: "/v3/posts"
|
|
53
53
|
}
|
|
54
54
|
],
|
|
55
|
+
"editor._base_domain_": [
|
|
56
|
+
{
|
|
57
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
58
|
+
destPath: "/v3/posts"
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"blocks._base_domain_": [
|
|
62
|
+
{
|
|
63
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
64
|
+
destPath: "/v3/posts"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"create.editorx": [
|
|
68
|
+
{
|
|
69
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
70
|
+
destPath: "/v3/posts"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
55
73
|
"editor.wixapps.net": [
|
|
56
74
|
{
|
|
57
75
|
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
58
76
|
destPath: "/v3/posts"
|
|
59
77
|
}
|
|
78
|
+
],
|
|
79
|
+
"dev._base_domain_": [
|
|
80
|
+
{
|
|
81
|
+
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
82
|
+
destPath: "/v3/posts"
|
|
83
|
+
}
|
|
60
84
|
]
|
|
61
85
|
};
|
|
62
86
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -119,30 +143,18 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
119
143
|
{
|
|
120
144
|
srcPath: "/_api/communities-blog-node-api",
|
|
121
145
|
destPath: ""
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
125
|
-
destPath: "/v3/posts"
|
|
126
146
|
}
|
|
127
147
|
],
|
|
128
148
|
"blocks._base_domain_": [
|
|
129
149
|
{
|
|
130
150
|
srcPath: "/_api/communities-blog-node-api",
|
|
131
151
|
destPath: ""
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
135
|
-
destPath: "/v3/posts"
|
|
136
152
|
}
|
|
137
153
|
],
|
|
138
154
|
"create.editorx": [
|
|
139
155
|
{
|
|
140
156
|
srcPath: "/_api/communities-blog-node-api",
|
|
141
157
|
destPath: ""
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
145
|
-
destPath: "/v3/posts"
|
|
146
158
|
}
|
|
147
159
|
],
|
|
148
160
|
"*.dev.wix-code.com": [
|
|
@@ -209,10 +221,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
209
221
|
{
|
|
210
222
|
srcPath: "/_api/communities-blog-node-api",
|
|
211
223
|
destPath: ""
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
215
|
-
destPath: "/v3/posts"
|
|
216
224
|
}
|
|
217
225
|
],
|
|
218
226
|
"www.wixapis.com": [
|