@wix/auto_sdk_blog_draft-posts 1.0.69 → 1.0.70
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 +1 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +3 -5
- package/build/cjs/index.typings.js +1 -3
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs +1 -3
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +3 -5
- package/build/es/index.typings.mjs +1 -3
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js +1 -3
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +3 -5
- package/build/internal/cjs/index.typings.js +1 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs +1 -3
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +3 -5
- package/build/internal/es/index.typings.mjs +1 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -3131,9 +3131,7 @@ async function typedQueryDraftPosts(query, options) {
|
|
|
3131
3131
|
}
|
|
3132
3132
|
}
|
|
3133
3133
|
var utils = {
|
|
3134
|
-
|
|
3135
|
-
...(0, import_query_builder_utils.createQueryUtils)()
|
|
3136
|
-
}
|
|
3134
|
+
...(0, import_query_builder_utils.createQueryUtils)()
|
|
3137
3135
|
};
|
|
3138
3136
|
async function publishDraftPost2(draftPostId) {
|
|
3139
3137
|
const { httpClient, sideEffects } = arguments[1];
|