Skip to content

Commit 6f4de6e

Browse files
committed
build version 2.2.0 with immutable fix
1 parent f272045 commit 6f4de6e

File tree

5 files changed

+19
-18
lines changed

5 files changed

+19
-18
lines changed

dist/svelte-range-slider-pips.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* svelte-range-slider-pips ~ 2.1.0
2+
* svelte-range-slider-pips ~ 2.2.0
33
* Multi-Thumb, Accessible, Beautiful Range Slider with Pips
4-
* © MPL-2.0 ~ Simon Goellner <[email protected]> ~ 2/11/2022
4+
* © MPL-2.0 ~ Simon Goellner <[email protected]> ~ 27/7/2023
55
*/
66
(function (global, factory) {
77
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
@@ -1513,7 +1513,7 @@
15131513
return child_ctx;
15141514
}
15151515

1516-
// (821:6) {#if float}
1516+
// (823:6) {#if float}
15171517
function create_if_block_2$1(ctx) {
15181518
let span;
15191519
let t_value = /*handleFormatter*/ ctx[21](/*value*/ ctx[64], /*index*/ ctx[66], /*percentOf*/ ctx[23](/*value*/ ctx[64])) + "";
@@ -1572,7 +1572,7 @@
15721572
};
15731573
}
15741574

1575-
// (823:10) {#if prefix}
1575+
// (825:10) {#if prefix}
15761576
function create_if_block_4$1(ctx) {
15771577
let span;
15781578
let t;
@@ -1596,7 +1596,7 @@
15961596
};
15971597
}
15981598

1599-
// (823:121) {#if suffix}
1599+
// (825:121) {#if suffix}
16001600
function create_if_block_3$1(ctx) {
16011601
let span;
16021602
let t;
@@ -1620,7 +1620,7 @@
16201620
};
16211621
}
16221622

1623-
// (800:2) {#each values as value, index}
1623+
// (802:2) {#each values as value, index}
16241624
function create_each_block$1(ctx) {
16251625
let span1;
16261626
let span0;
@@ -1753,7 +1753,7 @@
17531753
};
17541754
}
17551755

1756-
// (828:2) {#if range}
1756+
// (830:2) {#if range}
17571757
function create_if_block_1$1(ctx) {
17581758
let span;
17591759
let span_style_value;
@@ -1778,7 +1778,7 @@
17781778
};
17791779
}
17801780

1781-
// (834:2) {#if pips}
1781+
// (836:2) {#if pips}
17821782
function create_if_block$1(ctx) {
17831783
let rangepips;
17841784
let current;

dist/svelte-range-slider-pips.mjs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* svelte-range-slider-pips ~ 2.1.0
2+
* svelte-range-slider-pips ~ 2.2.0
33
* Multi-Thumb, Accessible, Beautiful Range Slider with Pips
4-
* © MPL-2.0 ~ Simon Goellner <[email protected]> ~ 2/11/2022
4+
* © MPL-2.0 ~ Simon Goellner <[email protected]> ~ 27/7/2023
55
*/
66
function noop() { }
77
function run(fn) {
@@ -1507,7 +1507,7 @@ function get_each_context$1(ctx, list, i) {
15071507
return child_ctx;
15081508
}
15091509

1510-
// (821:6) {#if float}
1510+
// (823:6) {#if float}
15111511
function create_if_block_2$1(ctx) {
15121512
let span;
15131513
let t_value = /*handleFormatter*/ ctx[21](/*value*/ ctx[64], /*index*/ ctx[66], /*percentOf*/ ctx[23](/*value*/ ctx[64])) + "";
@@ -1566,7 +1566,7 @@ function create_if_block_2$1(ctx) {
15661566
};
15671567
}
15681568

1569-
// (823:10) {#if prefix}
1569+
// (825:10) {#if prefix}
15701570
function create_if_block_4$1(ctx) {
15711571
let span;
15721572
let t;
@@ -1590,7 +1590,7 @@ function create_if_block_4$1(ctx) {
15901590
};
15911591
}
15921592

1593-
// (823:121) {#if suffix}
1593+
// (825:121) {#if suffix}
15941594
function create_if_block_3$1(ctx) {
15951595
let span;
15961596
let t;
@@ -1614,7 +1614,7 @@ function create_if_block_3$1(ctx) {
16141614
};
16151615
}
16161616

1617-
// (800:2) {#each values as value, index}
1617+
// (802:2) {#each values as value, index}
16181618
function create_each_block$1(ctx) {
16191619
let span1;
16201620
let span0;
@@ -1747,7 +1747,7 @@ function create_each_block$1(ctx) {
17471747
};
17481748
}
17491749

1750-
// (828:2) {#if range}
1750+
// (830:2) {#if range}
17511751
function create_if_block_1$1(ctx) {
17521752
let span;
17531753
let span_style_value;
@@ -1772,7 +1772,7 @@ function create_if_block_1$1(ctx) {
17721772
};
17731773
}
17741774

1775-
// (834:2) {#if pips}
1775+
// (836:2) {#if pips}
17761776
function create_if_block$1(ctx) {
17771777
let rangepips;
17781778
let current;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-range-slider-pips",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"svelte": "src/index.js",
55
"module": "dist/svelte-range-slider-pips.mjs",
66
"main": "dist/svelte-range-slider-pips.js",

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svelte-range-slider-pips-testing",
33
"private": true,
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"scripts": {
66
"build": "rollup -c",
77
"dev": "rollup -c -w",

test/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default {
1818
svelte({
1919
// enable run-time checks when not in production
2020
dev: !production,
21+
immutable: false,
2122
// we'll extract any component CSS out into
2223
// a separate file - better for performance
2324
css: css => {

0 commit comments

Comments
 (0)