@wix/blog_blog-cache
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -1,1 +0,1 @@ | ||
export * from './src/blog-v1-blog-cache-blog-cache.context'; | ||
export * from './src/blog-v1-blog-cache-blog-cache.context.js'; |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./src/blog-v1-blog-cache-blog-cache.context"), exports); | ||
__exportStar(require("./src/blog-v1-blog-cache-blog-cache.context.js"), exports); | ||
//# sourceMappingURL=context.js.map |
@@ -1,1 +0,1 @@ | ||
export * from './src/blog-v1-blog-cache-blog-cache.context'; | ||
export * from './src/blog-v1-blog-cache-blog-cache.context.js'; |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./src/blog-v1-blog-cache-blog-cache.context"), exports); | ||
__exportStar(require("./src/blog-v1-blog-cache-blog-cache.context.js"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,1 +0,1 @@ | ||
export * from './src/blog-v1-blog-cache-blog-cache.universal'; | ||
export * from './src/blog-v1-blog-cache-blog-cache.universal.js'; |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./src/blog-v1-blog-cache-blog-cache.universal"), exports); | ||
__exportStar(require("./src/blog-v1-blog-cache-blog-cache.universal.js"), exports); | ||
//# sourceMappingURL=index.typings.js.map |
@@ -1,1 +0,1 @@ | ||
export * from './src/blog-v1-blog-cache-blog-cache.meta'; | ||
export * from './src/blog-v1-blog-cache-blog-cache.meta.js'; |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./src/blog-v1-blog-cache-blog-cache.meta"), exports); | ||
__exportStar(require("./src/blog-v1-blog-cache-blog-cache.meta.js"), exports); | ||
//# sourceMappingURL=meta.js.map |
@@ -1,5 +0,5 @@ | ||
import { getBlogCache as publicGetBlogCache } from './blog-v1-blog-cache-blog-cache.public'; | ||
import { getBlogCache as publicGetBlogCache } from './blog-v1-blog-cache-blog-cache.public.js'; | ||
import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types'; | ||
export declare const getBlogCache: MaybeContext<BuildRESTFunction<typeof publicGetBlogCache> & typeof publicGetBlogCache>; | ||
export { LocaleStatus, Flag, ResolutionMethod, PlacementType, DayOfWeek, } from './blog-v1-blog-cache-blog-cache.universal'; | ||
export { BlogCache, SiteSupportedLanguage, PagesData, PageInfo, SiteProperties, GetBlogCacheRequest, GetBlogCacheResponse, SitePropertiesNotification, SitePropertiesEvent, Properties, Categories, Locale, Address, AddressHint, GeoCoordinates, BusinessSchedule, TimePeriod, SpecialHourPeriod, Multilingual, SupportedLanguage, ConsentPolicy, Translation, ChangeContext, ChangeContextPayloadOneOf, PropertiesChange, SiteCreated, SiteCloned, Empty, UrlInvalidationNotification, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, GetBlogCacheResponseNonNullableFields, } from './blog-v1-blog-cache-blog-cache.universal'; | ||
export { LocaleStatus, Flag, ResolutionMethod, PlacementType, DayOfWeek, } from './blog-v1-blog-cache-blog-cache.universal.js'; | ||
export { BlogCache, SiteSupportedLanguage, PagesData, PageInfo, SiteProperties, GetBlogCacheRequest, GetBlogCacheResponse, SitePropertiesNotification, SitePropertiesEvent, Properties, Categories, Locale, Address, AddressHint, GeoCoordinates, BusinessSchedule, TimePeriod, SpecialHourPeriod, Multilingual, SupportedLanguage, ConsentPolicy, Translation, ChangeContext, ChangeContextPayloadOneOf, PropertiesChange, SiteCreated, SiteCloned, Empty, UrlInvalidationNotification, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, GetBlogCacheResponseNonNullableFields, } from './blog-v1-blog-cache-blog-cache.universal.js'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DayOfWeek = exports.PlacementType = exports.ResolutionMethod = exports.Flag = exports.LocaleStatus = exports.getBlogCache = void 0; | ||
const blog_v1_blog_cache_blog_cache_public_1 = require("./blog-v1-blog-cache-blog-cache.public"); | ||
const blog_v1_blog_cache_blog_cache_public_js_1 = require("./blog-v1-blog-cache-blog-cache.public.js"); | ||
const rest_modules_1 = require("@wix/sdk-runtime/rest-modules"); | ||
exports.getBlogCache = (0, rest_modules_1.createRESTModule)(blog_v1_blog_cache_blog_cache_public_1.getBlogCache); | ||
var blog_v1_blog_cache_blog_cache_universal_1 = require("./blog-v1-blog-cache-blog-cache.universal"); | ||
Object.defineProperty(exports, "LocaleStatus", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_1.LocaleStatus; } }); | ||
Object.defineProperty(exports, "Flag", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_1.Flag; } }); | ||
Object.defineProperty(exports, "ResolutionMethod", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_1.ResolutionMethod; } }); | ||
Object.defineProperty(exports, "PlacementType", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_1.PlacementType; } }); | ||
Object.defineProperty(exports, "DayOfWeek", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_1.DayOfWeek; } }); | ||
exports.getBlogCache = (0, rest_modules_1.createRESTModule)(blog_v1_blog_cache_blog_cache_public_js_1.getBlogCache); | ||
var blog_v1_blog_cache_blog_cache_universal_js_1 = require("./blog-v1-blog-cache-blog-cache.universal.js"); | ||
Object.defineProperty(exports, "LocaleStatus", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_js_1.LocaleStatus; } }); | ||
Object.defineProperty(exports, "Flag", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_js_1.Flag; } }); | ||
Object.defineProperty(exports, "ResolutionMethod", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_js_1.ResolutionMethod; } }); | ||
Object.defineProperty(exports, "PlacementType", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_js_1.PlacementType; } }); | ||
Object.defineProperty(exports, "DayOfWeek", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_js_1.DayOfWeek; } }); | ||
//# sourceMappingURL=blog-v1-blog-cache-blog-cache.context.js.map |
@@ -1,3 +0,3 @@ | ||
import * as ambassadorWixBlogV1BlogCacheTypes from './blog-v1-blog-cache-blog-cache.types'; | ||
import * as ambassadorWixBlogV1BlogCacheUniversalTypes from './blog-v1-blog-cache-blog-cache.universal'; | ||
import * as ambassadorWixBlogV1BlogCacheTypes from './blog-v1-blog-cache-blog-cache.types.js'; | ||
import * as ambassadorWixBlogV1BlogCacheUniversalTypes from './blog-v1-blog-cache-blog-cache.universal.js'; | ||
export type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = { | ||
@@ -4,0 +4,0 @@ getUrl: (context: any) => string; |
@@ -27,3 +27,3 @@ "use strict"; | ||
exports.getBlogCache = void 0; | ||
const ambassadorWixBlogV1BlogCache = __importStar(require("./blog-v1-blog-cache-blog-cache.http")); | ||
const ambassadorWixBlogV1BlogCache = __importStar(require("./blog-v1-blog-cache-blog-cache.http.js")); | ||
function getBlogCache() { | ||
@@ -30,0 +30,0 @@ const payload = {}; |
import { HttpClient } from '@wix/sdk-types'; | ||
import { GetBlogCacheResponse, GetBlogCacheResponseNonNullableFields } from './blog-v1-blog-cache-blog-cache.universal'; | ||
import { GetBlogCacheResponse, GetBlogCacheResponseNonNullableFields } from './blog-v1-blog-cache-blog-cache.universal.js'; | ||
export declare const __metadata: { | ||
@@ -13,2 +13,2 @@ PACKAGE_NAME: string; | ||
} | ||
export { ActionEvent, Address, AddressHint, BlogCache, BusinessSchedule, Categories, ChangeContext, ChangeContextPayloadOneOf, ConsentPolicy, DayOfWeek, DomainEvent, DomainEventBodyOneOf, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, Flag, GeoCoordinates, GetBlogCacheRequest, GetBlogCacheResponse, GetBlogCacheResponseNonNullableFields, Locale, LocaleStatus, Multilingual, PageInfo, PagesData, PlacementType, Properties, PropertiesChange, ResolutionMethod, RestoreInfo, SiteCloned, SiteCreated, SiteProperties, SitePropertiesEvent, SitePropertiesNotification, SiteSupportedLanguage, SpecialHourPeriod, SupportedLanguage, TimePeriod, Translation, UrlInvalidationNotification, } from './blog-v1-blog-cache-blog-cache.universal'; | ||
export { ActionEvent, Address, AddressHint, BlogCache, BusinessSchedule, Categories, ChangeContext, ChangeContextPayloadOneOf, ConsentPolicy, DayOfWeek, DomainEvent, DomainEventBodyOneOf, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, Flag, GeoCoordinates, GetBlogCacheRequest, GetBlogCacheResponse, GetBlogCacheResponseNonNullableFields, Locale, LocaleStatus, Multilingual, PageInfo, PagesData, PlacementType, Properties, PropertiesChange, ResolutionMethod, RestoreInfo, SiteCloned, SiteCreated, SiteProperties, SitePropertiesEvent, SitePropertiesNotification, SiteSupportedLanguage, SpecialHourPeriod, SupportedLanguage, TimePeriod, Translation, UrlInvalidationNotification, } from './blog-v1-blog-cache-blog-cache.universal.js'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ResolutionMethod = exports.PlacementType = exports.LocaleStatus = exports.Flag = exports.DayOfWeek = exports.getBlogCache = exports.__metadata = void 0; | ||
const blog_v1_blog_cache_blog_cache_universal_1 = require("./blog-v1-blog-cache-blog-cache.universal"); | ||
const blog_v1_blog_cache_blog_cache_universal_js_1 = require("./blog-v1-blog-cache-blog-cache.universal.js"); | ||
exports.__metadata = { PACKAGE_NAME: '@wix/blog' }; | ||
function getBlogCache(httpClient) { | ||
return () => (0, blog_v1_blog_cache_blog_cache_universal_1.getBlogCache)( | ||
return () => (0, blog_v1_blog_cache_blog_cache_universal_js_1.getBlogCache)( | ||
// @ts-ignore | ||
@@ -12,8 +12,8 @@ { httpClient }); | ||
exports.getBlogCache = getBlogCache; | ||
var blog_v1_blog_cache_blog_cache_universal_2 = require("./blog-v1-blog-cache-blog-cache.universal"); | ||
Object.defineProperty(exports, "DayOfWeek", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_2.DayOfWeek; } }); | ||
Object.defineProperty(exports, "Flag", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_2.Flag; } }); | ||
Object.defineProperty(exports, "LocaleStatus", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_2.LocaleStatus; } }); | ||
Object.defineProperty(exports, "PlacementType", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_2.PlacementType; } }); | ||
Object.defineProperty(exports, "ResolutionMethod", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_2.ResolutionMethod; } }); | ||
var blog_v1_blog_cache_blog_cache_universal_js_2 = require("./blog-v1-blog-cache-blog-cache.universal.js"); | ||
Object.defineProperty(exports, "DayOfWeek", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_js_2.DayOfWeek; } }); | ||
Object.defineProperty(exports, "Flag", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_js_2.Flag; } }); | ||
Object.defineProperty(exports, "LocaleStatus", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_js_2.LocaleStatus; } }); | ||
Object.defineProperty(exports, "PlacementType", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_js_2.PlacementType; } }); | ||
Object.defineProperty(exports, "ResolutionMethod", { enumerable: true, get: function () { return blog_v1_blog_cache_blog_cache_universal_js_2.ResolutionMethod; } }); | ||
//# sourceMappingURL=blog-v1-blog-cache-blog-cache.public.js.map |
@@ -29,3 +29,3 @@ "use strict"; | ||
const rename_all_nested_keys_1 = require("@wix/sdk-runtime/rename-all-nested-keys"); | ||
const ambassadorWixBlogV1BlogCache = __importStar(require("./blog-v1-blog-cache-blog-cache.http")); | ||
const ambassadorWixBlogV1BlogCache = __importStar(require("./blog-v1-blog-cache-blog-cache.http.js")); | ||
var LocaleStatus; | ||
@@ -32,0 +32,0 @@ (function (LocaleStatus) { |
@@ -1,1 +0,1 @@ | ||
export * from './src/blog-v1-blog-cache-blog-cache.context'; | ||
export * from './src/blog-v1-blog-cache-blog-cache.context.js'; |
@@ -1,2 +0,2 @@ | ||
export * from './src/blog-v1-blog-cache-blog-cache.context'; | ||
export * from './src/blog-v1-blog-cache-blog-cache.context.js'; | ||
//# sourceMappingURL=context.js.map |
@@ -1,1 +0,1 @@ | ||
export * from './src/blog-v1-blog-cache-blog-cache.context'; | ||
export * from './src/blog-v1-blog-cache-blog-cache.context.js'; |
@@ -1,2 +0,2 @@ | ||
export * from './src/blog-v1-blog-cache-blog-cache.context'; | ||
export * from './src/blog-v1-blog-cache-blog-cache.context.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,1 +0,1 @@ | ||
export * from './src/blog-v1-blog-cache-blog-cache.universal'; | ||
export * from './src/blog-v1-blog-cache-blog-cache.universal.js'; |
@@ -1,2 +0,2 @@ | ||
export * from './src/blog-v1-blog-cache-blog-cache.universal'; | ||
export * from './src/blog-v1-blog-cache-blog-cache.universal.js'; | ||
//# sourceMappingURL=index.typings.js.map |
@@ -1,1 +0,1 @@ | ||
export * from './src/blog-v1-blog-cache-blog-cache.meta'; | ||
export * from './src/blog-v1-blog-cache-blog-cache.meta.js'; |
@@ -1,2 +0,2 @@ | ||
export * from './src/blog-v1-blog-cache-blog-cache.meta'; | ||
export * from './src/blog-v1-blog-cache-blog-cache.meta.js'; | ||
//# sourceMappingURL=meta.js.map |
@@ -1,5 +0,5 @@ | ||
import { getBlogCache as publicGetBlogCache } from './blog-v1-blog-cache-blog-cache.public'; | ||
import { getBlogCache as publicGetBlogCache } from './blog-v1-blog-cache-blog-cache.public.js'; | ||
import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types'; | ||
export declare const getBlogCache: MaybeContext<BuildRESTFunction<typeof publicGetBlogCache> & typeof publicGetBlogCache>; | ||
export { LocaleStatus, Flag, ResolutionMethod, PlacementType, DayOfWeek, } from './blog-v1-blog-cache-blog-cache.universal'; | ||
export { BlogCache, SiteSupportedLanguage, PagesData, PageInfo, SiteProperties, GetBlogCacheRequest, GetBlogCacheResponse, SitePropertiesNotification, SitePropertiesEvent, Properties, Categories, Locale, Address, AddressHint, GeoCoordinates, BusinessSchedule, TimePeriod, SpecialHourPeriod, Multilingual, SupportedLanguage, ConsentPolicy, Translation, ChangeContext, ChangeContextPayloadOneOf, PropertiesChange, SiteCreated, SiteCloned, Empty, UrlInvalidationNotification, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, GetBlogCacheResponseNonNullableFields, } from './blog-v1-blog-cache-blog-cache.universal'; | ||
export { LocaleStatus, Flag, ResolutionMethod, PlacementType, DayOfWeek, } from './blog-v1-blog-cache-blog-cache.universal.js'; | ||
export { BlogCache, SiteSupportedLanguage, PagesData, PageInfo, SiteProperties, GetBlogCacheRequest, GetBlogCacheResponse, SitePropertiesNotification, SitePropertiesEvent, Properties, Categories, Locale, Address, AddressHint, GeoCoordinates, BusinessSchedule, TimePeriod, SpecialHourPeriod, Multilingual, SupportedLanguage, ConsentPolicy, Translation, ChangeContext, ChangeContextPayloadOneOf, PropertiesChange, SiteCreated, SiteCloned, Empty, UrlInvalidationNotification, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, GetBlogCacheResponseNonNullableFields, } from './blog-v1-blog-cache-blog-cache.universal.js'; |
@@ -1,5 +0,5 @@ | ||
import { getBlogCache as publicGetBlogCache } from './blog-v1-blog-cache-blog-cache.public'; | ||
import { getBlogCache as publicGetBlogCache } from './blog-v1-blog-cache-blog-cache.public.js'; | ||
import { createRESTModule } from '@wix/sdk-runtime/rest-modules'; | ||
export const getBlogCache = /*#__PURE__*/ createRESTModule(publicGetBlogCache); | ||
export { LocaleStatus, Flag, ResolutionMethod, PlacementType, DayOfWeek, } from './blog-v1-blog-cache-blog-cache.universal'; | ||
export { LocaleStatus, Flag, ResolutionMethod, PlacementType, DayOfWeek, } from './blog-v1-blog-cache-blog-cache.universal.js'; | ||
//# sourceMappingURL=blog-v1-blog-cache-blog-cache.context.js.map |
@@ -1,3 +0,3 @@ | ||
import * as ambassadorWixBlogV1BlogCacheTypes from './blog-v1-blog-cache-blog-cache.types'; | ||
import * as ambassadorWixBlogV1BlogCacheUniversalTypes from './blog-v1-blog-cache-blog-cache.universal'; | ||
import * as ambassadorWixBlogV1BlogCacheTypes from './blog-v1-blog-cache-blog-cache.types.js'; | ||
import * as ambassadorWixBlogV1BlogCacheUniversalTypes from './blog-v1-blog-cache-blog-cache.universal.js'; | ||
export type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = { | ||
@@ -4,0 +4,0 @@ getUrl: (context: any) => string; |
@@ -1,2 +0,2 @@ | ||
import * as ambassadorWixBlogV1BlogCache from './blog-v1-blog-cache-blog-cache.http'; | ||
import * as ambassadorWixBlogV1BlogCache from './blog-v1-blog-cache-blog-cache.http.js'; | ||
export function getBlogCache() { | ||
@@ -3,0 +3,0 @@ const payload = {}; |
import { HttpClient } from '@wix/sdk-types'; | ||
import { GetBlogCacheResponse, GetBlogCacheResponseNonNullableFields } from './blog-v1-blog-cache-blog-cache.universal'; | ||
import { GetBlogCacheResponse, GetBlogCacheResponseNonNullableFields } from './blog-v1-blog-cache-blog-cache.universal.js'; | ||
export declare const __metadata: { | ||
@@ -13,2 +13,2 @@ PACKAGE_NAME: string; | ||
} | ||
export { ActionEvent, Address, AddressHint, BlogCache, BusinessSchedule, Categories, ChangeContext, ChangeContextPayloadOneOf, ConsentPolicy, DayOfWeek, DomainEvent, DomainEventBodyOneOf, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, Flag, GeoCoordinates, GetBlogCacheRequest, GetBlogCacheResponse, GetBlogCacheResponseNonNullableFields, Locale, LocaleStatus, Multilingual, PageInfo, PagesData, PlacementType, Properties, PropertiesChange, ResolutionMethod, RestoreInfo, SiteCloned, SiteCreated, SiteProperties, SitePropertiesEvent, SitePropertiesNotification, SiteSupportedLanguage, SpecialHourPeriod, SupportedLanguage, TimePeriod, Translation, UrlInvalidationNotification, } from './blog-v1-blog-cache-blog-cache.universal'; | ||
export { ActionEvent, Address, AddressHint, BlogCache, BusinessSchedule, Categories, ChangeContext, ChangeContextPayloadOneOf, ConsentPolicy, DayOfWeek, DomainEvent, DomainEventBodyOneOf, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, Flag, GeoCoordinates, GetBlogCacheRequest, GetBlogCacheResponse, GetBlogCacheResponseNonNullableFields, Locale, LocaleStatus, Multilingual, PageInfo, PagesData, PlacementType, Properties, PropertiesChange, ResolutionMethod, RestoreInfo, SiteCloned, SiteCreated, SiteProperties, SitePropertiesEvent, SitePropertiesNotification, SiteSupportedLanguage, SpecialHourPeriod, SupportedLanguage, TimePeriod, Translation, UrlInvalidationNotification, } from './blog-v1-blog-cache-blog-cache.universal.js'; |
@@ -1,2 +0,2 @@ | ||
import { getBlogCache as universalGetBlogCache, } from './blog-v1-blog-cache-blog-cache.universal'; | ||
import { getBlogCache as universalGetBlogCache, } from './blog-v1-blog-cache-blog-cache.universal.js'; | ||
export const __metadata = { PACKAGE_NAME: '@wix/blog' }; | ||
@@ -8,3 +8,3 @@ export function getBlogCache(httpClient) { | ||
} | ||
export { DayOfWeek, Flag, LocaleStatus, PlacementType, ResolutionMethod, } from './blog-v1-blog-cache-blog-cache.universal'; | ||
export { DayOfWeek, Flag, LocaleStatus, PlacementType, ResolutionMethod, } from './blog-v1-blog-cache-blog-cache.universal.js'; | ||
//# sourceMappingURL=blog-v1-blog-cache-blog-cache.public.js.map |
import { transformError as sdkTransformError } from '@wix/sdk-runtime/transform-error'; | ||
import { renameKeysFromSDKRequestToRESTRequest, renameKeysFromRESTResponseToSDKResponse, } from '@wix/sdk-runtime/rename-all-nested-keys'; | ||
import * as ambassadorWixBlogV1BlogCache from './blog-v1-blog-cache-blog-cache.http'; | ||
import * as ambassadorWixBlogV1BlogCache from './blog-v1-blog-cache-blog-cache.http.js'; | ||
export var LocaleStatus; | ||
@@ -5,0 +5,0 @@ (function (LocaleStatus) { |
{ | ||
"sideEffects": false, | ||
"module": "../build/es/meta.js", | ||
"main": "../build/cjs/meta.js", | ||
"typings": "../build/cjs/meta.d.ts", | ||
"typesBundle": "../type-bundles/meta.bundle.d.ts" | ||
"main": "../build/cjs/meta.js" | ||
} |
{ | ||
"name": "@wix/blog_blog-cache", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"publishConfig": { | ||
@@ -12,12 +12,25 @@ "registry": "https://registry.npmjs.org/", | ||
"sideEffects": false, | ||
"module": "build/es/index.js", | ||
"main": "build/cjs/index.js", | ||
"typings": "./build/cjs/index.d.ts", | ||
"typesBundle": "./type-bundles/index.bundle.d.ts", | ||
"main": "./build/cjs/index.js", | ||
"types": "./build/es/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./build/es/index.js", | ||
"require": "./build/cjs/index.js", | ||
"types": "./build/es/index.d.ts" | ||
}, | ||
"./meta": { | ||
"import": "./build/es/meta.js", | ||
"require": "./build/cjs/meta.js", | ||
"types": "./build/es/meta.d.ts" | ||
}, | ||
"./context": { | ||
"import": "./build/es/context.js", | ||
"require": "./build/cjs/context.js", | ||
"types": "./build/es/context.d.ts" | ||
} | ||
}, | ||
"files": [ | ||
"build", | ||
"frontend/package.json", | ||
"meta", | ||
"context", | ||
"type-bundles" | ||
"service-plugins" | ||
], | ||
@@ -29,11 +42,6 @@ "dependencies": { | ||
"devDependencies": { | ||
"glob": "^10.4.1", | ||
"rollup": "^4.18.0", | ||
"rollup-plugin-dts": "^6.1.1", | ||
"typescript": "^5.3.2" | ||
}, | ||
"scripts": { | ||
"build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles && npm run build:validate-dts", | ||
"build:dts-bundles": "test -f config/rollup-config.js && NODE_OPTIONS=--max-old-space-size=8192 rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'", | ||
"build:validate-dts": "tsc type-bundles/*.d.ts --noEmit", | ||
"build": "tsc -b tsconfig.json tsconfig.esm.json", | ||
"test": ":" | ||
@@ -51,3 +59,3 @@ }, | ||
}, | ||
"falconPackageHash": "1e021596775f45cb33dda817307bb5b288014d64a75116c202caaa51" | ||
"falconPackageHash": "1e9ffbffe0a0e3691914f719cf8fb1d3ab95509ad70b9dad4c996b89" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1
174504
63
4554