@paroicms/anywhere-lib
Advanced tools
Comparing version 1.13.0 to 1.13.1
@@ -6,2 +6,3 @@ export type * from "../types/media-types"; | ||
export type * from "../types/tiny-types"; | ||
export * from "./constants"; | ||
export * from "./number-localization"; | ||
@@ -8,0 +9,0 @@ export * from "./section.helpers"; |
@@ -17,2 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./constants"), exports); | ||
__exportStar(require("./number-localization"), exports); | ||
@@ -19,0 +20,0 @@ __exportStar(require("./section.helpers"), exports); |
@@ -6,2 +6,3 @@ export type * from "../types/media-types"; | ||
export type * from "../types/tiny-types"; | ||
export * from "./constants"; | ||
export * from "./number-localization"; | ||
@@ -8,0 +9,0 @@ export * from "./section.helpers"; |
@@ -0,1 +1,2 @@ | ||
export * from "./constants"; | ||
export * from "./number-localization"; | ||
@@ -2,0 +3,0 @@ export * from "./section.helpers"; |
{ | ||
"name": "@paroicms/anywhere-lib", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"description": "Front lib for Paroi CMS.", | ||
@@ -5,0 +5,0 @@ "author": "Paroi Team", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
46049
55
755