@forsakringskassan/vite-lib-config 5.1.4 → 5.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/api-extractor.mjs
CHANGED
|
@@ -1605,15 +1605,16 @@ var require_range = __commonJS({
|
|
|
1605
1605
|
};
|
|
1606
1606
|
var replaceTilde = (comp, options) => {
|
|
1607
1607
|
const r = options.loose ? re2[t.TILDELOOSE] : re2[t.TILDE];
|
|
1608
|
+
const z = options.includePrerelease ? "-0" : "";
|
|
1608
1609
|
return comp.replace(r, (_2, M2, m, p, pr) => {
|
|
1609
1610
|
debug("tilde", comp, _2, M2, m, p, pr);
|
|
1610
1611
|
let ret;
|
|
1611
1612
|
if (isX(M2)) {
|
|
1612
1613
|
ret = "";
|
|
1613
1614
|
} else if (isX(m)) {
|
|
1614
|
-
ret = `>=${M2}.0.0 <${+M2 + 1}.0.0-0`;
|
|
1615
|
+
ret = `>=${M2}.0.0${z} <${+M2 + 1}.0.0-0`;
|
|
1615
1616
|
} else if (isX(p)) {
|
|
1616
|
-
ret = `>=${M2}.${m}.0 <${M2}.${+m + 1}.0-0`;
|
|
1617
|
+
ret = `>=${M2}.${m}.0${z} <${M2}.${+m + 1}.0-0`;
|
|
1617
1618
|
} else if (pr) {
|
|
1618
1619
|
debug("replaceTilde pr", pr);
|
|
1619
1620
|
ret = `>=${M2}.${m}.${p}-${pr} <${M2}.${+m + 1}.0-0`;
|
package/dist/tsdoc-metadata.json
CHANGED
package/dist/vite.config.cjs
CHANGED
|
@@ -3796,15 +3796,16 @@ var require_range = __commonJS({
|
|
|
3796
3796
|
};
|
|
3797
3797
|
var replaceTilde = (comp, options) => {
|
|
3798
3798
|
const r = options.loose ? re2[t.TILDELOOSE] : re2[t.TILDE];
|
|
3799
|
+
const z = options.includePrerelease ? "-0" : "";
|
|
3799
3800
|
return comp.replace(r, (_2, M2, m, p, pr) => {
|
|
3800
3801
|
debug2("tilde", comp, _2, M2, m, p, pr);
|
|
3801
3802
|
let ret;
|
|
3802
3803
|
if (isX(M2)) {
|
|
3803
3804
|
ret = "";
|
|
3804
3805
|
} else if (isX(m)) {
|
|
3805
|
-
ret = `>=${M2}.0.0 <${+M2 + 1}.0.0-0`;
|
|
3806
|
+
ret = `>=${M2}.0.0${z} <${+M2 + 1}.0.0-0`;
|
|
3806
3807
|
} else if (isX(p)) {
|
|
3807
|
-
ret = `>=${M2}.${m}.0 <${M2}.${+m + 1}.0-0`;
|
|
3808
|
+
ret = `>=${M2}.${m}.0${z} <${M2}.${+m + 1}.0-0`;
|
|
3808
3809
|
} else if (pr) {
|
|
3809
3810
|
debug2("replaceTilde pr", pr);
|
|
3810
3811
|
ret = `>=${M2}.${m}.${p}-${pr} <${M2}.${+m + 1}.0-0`;
|
package/dist/vite.config.mjs
CHANGED
|
@@ -3794,15 +3794,16 @@ var require_range = __commonJS({
|
|
|
3794
3794
|
};
|
|
3795
3795
|
var replaceTilde = (comp, options) => {
|
|
3796
3796
|
const r = options.loose ? re2[t.TILDELOOSE] : re2[t.TILDE];
|
|
3797
|
+
const z = options.includePrerelease ? "-0" : "";
|
|
3797
3798
|
return comp.replace(r, (_2, M2, m, p, pr) => {
|
|
3798
3799
|
debug2("tilde", comp, _2, M2, m, p, pr);
|
|
3799
3800
|
let ret;
|
|
3800
3801
|
if (isX(M2)) {
|
|
3801
3802
|
ret = "";
|
|
3802
3803
|
} else if (isX(m)) {
|
|
3803
|
-
ret = `>=${M2}.0.0 <${+M2 + 1}.0.0-0`;
|
|
3804
|
+
ret = `>=${M2}.0.0${z} <${+M2 + 1}.0.0-0`;
|
|
3804
3805
|
} else if (isX(p)) {
|
|
3805
|
-
ret = `>=${M2}.${m}.0 <${M2}.${+m + 1}.0-0`;
|
|
3806
|
+
ret = `>=${M2}.${m}.0${z} <${M2}.${+m + 1}.0-0`;
|
|
3806
3807
|
} else if (pr) {
|
|
3807
3808
|
debug2("replaceTilde pr", pr);
|
|
3808
3809
|
ret = `>=${M2}.${m}.${p}-${pr} <${M2}.${+m + 1}.0-0`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forsakringskassan/vite-lib-config",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.6",
|
|
4
4
|
"description": "Försäkringskassan toolchain to build libraries with Vite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vite"
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"types": "./dist/index.d.ts",
|
|
39
39
|
"bin": {
|
|
40
40
|
"fk-api-extractor": "bin/api-extractor.mjs",
|
|
41
|
-
"fk-build-vue-lib": "bin/build-vue-lib.mjs",
|
|
42
41
|
"fk-build-selectors": "bin/build-selectors.mjs",
|
|
42
|
+
"fk-build-vue-lib": "bin/build-vue-lib.mjs",
|
|
43
43
|
"fk-write-config": "bin/write-config.mjs"
|
|
44
44
|
},
|
|
45
45
|
"files": [
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"tsconfig"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@microsoft/api-extractor": "7.58.
|
|
53
|
+
"@microsoft/api-extractor": "7.58.9",
|
|
54
54
|
"@vue/babel-preset-app": "5.0.9",
|
|
55
55
|
"esbuild": "^0.28.0"
|
|
56
56
|
},
|
|
@@ -67,5 +67,11 @@
|
|
|
67
67
|
"engines": {
|
|
68
68
|
"node": "^22.12.0 || >= 24",
|
|
69
69
|
"npm": ">= 11.0.0"
|
|
70
|
+
},
|
|
71
|
+
"allowScripts": {
|
|
72
|
+
"core-js": false,
|
|
73
|
+
"esbuild": true,
|
|
74
|
+
"fsevents": false,
|
|
75
|
+
"unrs-resolver": true
|
|
70
76
|
}
|
|
71
77
|
}
|