@wix/blog_blog-cache
Advanced tools
Comparing version 1.0.6 to 1.0.7
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getBlogCache = void 0; | ||
const metro_runtime_1 = require("@wix/metro-runtime"); | ||
const rest_modules_1 = require("@wix/sdk-runtime/rest-modules"); | ||
const timestamp_1 = require("@wix/sdk-runtime/transformations/timestamp"); | ||
const transform_paths_1 = require("@wix/sdk-runtime/transformations/transform-paths"); | ||
const rest_modules_1 = require("@wix/sdk-runtime/rest-modules"); | ||
const rest_modules_2 = require("@wix/sdk-runtime/rest-modules"); | ||
function resolveWixBlogV1BlogCacheServiceUrl(opts) { | ||
@@ -83,3 +83,3 @@ const domainToMappings = { | ||
}; | ||
return (0, rest_modules_1.resolveUrl)(Object.assign(opts, { domainToMappings })); | ||
return (0, rest_modules_2.resolveUrl)(Object.assign(opts, { domainToMappings })); | ||
} | ||
@@ -100,3 +100,3 @@ const PACKAGE_NAME = '@wix/blog_blog-cache'; | ||
}), | ||
params: (0, metro_runtime_1.toURLSearchParams)(payload), | ||
params: (0, rest_modules_1.toURLSearchParams)(payload), | ||
transformResponse: (payload) => (0, transform_paths_1.transformPaths)(payload, [ | ||
@@ -103,0 +103,0 @@ { |
@@ -1,2 +0,2 @@ | ||
import { toURLSearchParams } from '@wix/metro-runtime'; | ||
import { toURLSearchParams } from '@wix/sdk-runtime/rest-modules'; | ||
import { transformRESTTimestampToSDKTimestamp } from '@wix/sdk-runtime/transformations/timestamp'; | ||
@@ -3,0 +3,0 @@ import { transformPaths } from '@wix/sdk-runtime/transformations/transform-paths'; |
{ | ||
"name": "@wix/blog_blog-cache", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"publishConfig": { | ||
@@ -46,3 +46,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"falconPackageHash": "8a7a434bb62e74c4e70e98716bfb609ef53aa9204c570f3d9db36a87" | ||
"falconPackageHash": "a2596bbeec195f9d0c92702b25fa48feb5abee44de05c437e8bc14eb" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
286377