@artaio/arta-browser
Advanced tools
Comparing version 2.16.1 to 2.17.0
import Arta from './arta'; | ||
import './components/Modal/index.css'; | ||
import './components/TrackingDrawer/index.css'; | ||
import Estimate from './estimate'; | ||
import Tracking from './tracking'; | ||
export * from './arta'; | ||
export * from './estimate'; | ||
export * from './tracking'; | ||
export { Estimate, Tracking }; | ||
export * from './MetadataTypes'; | ||
export type { EstimateConfig, EstimateBody, PartialEstimateConfig, } from './estimateConfig'; | ||
@@ -8,0 +12,0 @@ export type { TrackingConfig, PartialTrackingConfig } from './trackingConfig'; |
@@ -20,5 +20,10 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Tracking = exports.Estimate = void 0; | ||
var arta_1 = __importDefault(require("./arta")); | ||
require("./components/Modal/index.css"); | ||
require("./components/TrackingDrawer/index.css"); | ||
var estimate_1 = __importDefault(require("./estimate")); | ||
exports.Estimate = estimate_1.default; | ||
var tracking_1 = __importDefault(require("./tracking")); | ||
exports.Tracking = tracking_1.default; | ||
var init = function () { | ||
@@ -31,2 +36,3 @@ window.Arta = new arta_1.default(); | ||
__exportStar(require("./tracking"), exports); | ||
__exportStar(require("./MetadataTypes"), exports); | ||
exports.default = window.Arta; |
{ | ||
"name": "@artaio/arta-browser", | ||
"version": "2.16.1", | ||
"version": "2.17.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "source": "lib/index.ts", |
Sorry, the diff of this file is too big to display
462003
6267