@lynx-js/rspeedy-canary 0.9.9-canary-20250606-5651e248 → 0.9.10-canary-20250609-c1818881
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/CHANGELOG.md +3 -1
- package/dist/index.js +1 -1
- package/dist/src_cli_commands_ts.js +1 -1
- package/dist/src_config_validate_ts.js +24 -24
- package/dist/src_version_ts.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -112,7 +112,7 @@ var __webpack_modules__ = {
|
|
|
112
112
|
});
|
|
113
113
|
var core_ = __webpack_require__("@rsbuild/core");
|
|
114
114
|
var package_namespaceObject = {
|
|
115
|
-
i8: "0.9.
|
|
115
|
+
i8: "0.9.9"
|
|
116
116
|
};
|
|
117
117
|
const version = package_namespaceObject.i8;
|
|
118
118
|
const rspackVersion = core_.rspack.rspackVersion;
|
|
@@ -40,7 +40,7 @@ export const __webpack_modules__ = {
|
|
|
40
40
|
});
|
|
41
41
|
var core_ = __webpack_require__("@rsbuild/core");
|
|
42
42
|
var package_namespaceObject = {
|
|
43
|
-
i8: "0.9.
|
|
43
|
+
i8: "0.9.9"
|
|
44
44
|
};
|
|
45
45
|
const version = package_namespaceObject.i8;
|
|
46
46
|
const rspackVersion = core_.rspack.rspackVersion;
|
|
@@ -1414,9 +1414,9 @@ export const __webpack_modules__ = {
|
|
|
1414
1414
|
if (void 0 === value) return true;
|
|
1415
1415
|
return "string" == typeof value || "boolean" == typeof value;
|
|
1416
1416
|
});
|
|
1417
|
-
const _io50 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@
|
|
1417
|
+
const _io50 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6655"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
1418
1418
|
if ([
|
|
1419
|
-
"__@toStringTag@
|
|
1419
|
+
"__@toStringTag@6655"
|
|
1420
1420
|
].some((prop)=>key === prop)) return true;
|
|
1421
1421
|
const value = input[key];
|
|
1422
1422
|
if (void 0 === value) return true;
|
|
@@ -2977,14 +2977,14 @@ export const __webpack_modules__ = {
|
|
|
2977
2977
|
if (void 0 === value) return true;
|
|
2978
2978
|
return false;
|
|
2979
2979
|
})));
|
|
2980
|
-
const _io155 = (input, _exceptionable = true)=>"number" == typeof input.BYTES_PER_ELEMENT && (input.buffer instanceof ArrayBuffer || input.buffer instanceof SharedArrayBuffer) && "number" == typeof input.byteLength && "number" == typeof input.byteOffset && "number" == typeof input.length && "Uint8Array" === input["__@toStringTag@
|
|
2980
|
+
const _io155 = (input, _exceptionable = true)=>"number" == typeof input.BYTES_PER_ELEMENT && (input.buffer instanceof ArrayBuffer || input.buffer instanceof SharedArrayBuffer) && "number" == typeof input.byteLength && "number" == typeof input.byteOffset && "number" == typeof input.length && "Uint8Array" === input["__@toStringTag@6655"] && Object.keys(input).every((key)=>{
|
|
2981
2981
|
if ([
|
|
2982
2982
|
"BYTES_PER_ELEMENT",
|
|
2983
2983
|
"buffer",
|
|
2984
2984
|
"byteLength",
|
|
2985
2985
|
"byteOffset",
|
|
2986
2986
|
"length",
|
|
2987
|
-
"__@toStringTag@
|
|
2987
|
+
"__@toStringTag@6655"
|
|
2988
2988
|
].some((prop)=>key === prop)) return true;
|
|
2989
2989
|
const value = input[key];
|
|
2990
2990
|
if (void 0 === value) return true;
|
|
@@ -6191,9 +6191,9 @@ export const __webpack_modules__ = {
|
|
|
6191
6191
|
if (void 0 === value) return true;
|
|
6192
6192
|
return false;
|
|
6193
6193
|
}));
|
|
6194
|
-
const _io409 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@
|
|
6194
|
+
const _io409 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6655"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
6195
6195
|
if ([
|
|
6196
|
-
"__@toStringTag@
|
|
6196
|
+
"__@toStringTag@6655"
|
|
6197
6197
|
].some((prop)=>key === prop)) return true;
|
|
6198
6198
|
const value = input[key];
|
|
6199
6199
|
if (void 0 === value) return true;
|
|
@@ -6801,18 +6801,18 @@ export const __webpack_modules__ = {
|
|
|
6801
6801
|
return false;
|
|
6802
6802
|
})();
|
|
6803
6803
|
const _iu3 = (input, _exceptionable = true)=>(()=>{
|
|
6804
|
-
if (void 0 !== input["__@toStringTag@
|
|
6804
|
+
if (void 0 !== input["__@toStringTag@6655"]) return _io155(input, _exceptionable);
|
|
6805
6805
|
if (void 0 !== input.pem) return _io156(input, _exceptionable);
|
|
6806
6806
|
return false;
|
|
6807
6807
|
})();
|
|
6808
6808
|
const _iu4 = (input, _exceptionable = true)=>(()=>{
|
|
6809
|
-
if (void 0 !== input["__@toStringTag@
|
|
6809
|
+
if (void 0 !== input["__@toStringTag@6655"]) return _io155(input, _exceptionable);
|
|
6810
6810
|
if (void 0 !== input.buf) return _io157(input, _exceptionable);
|
|
6811
6811
|
return false;
|
|
6812
6812
|
})();
|
|
6813
6813
|
const _iu5 = (input, _exceptionable = true)=>(()=>{
|
|
6814
6814
|
if (void 0 !== input.name) return _io408(input, _exceptionable);
|
|
6815
|
-
if (void 0 !== input["__@toStringTag@
|
|
6815
|
+
if (void 0 !== input["__@toStringTag@6655"]) return _io409(input, _exceptionable);
|
|
6816
6816
|
return false;
|
|
6817
6817
|
})();
|
|
6818
6818
|
const _iu6 = (input, _exceptionable = true)=>(()=>{
|
|
@@ -9556,14 +9556,14 @@ export const __webpack_modules__ = {
|
|
|
9556
9556
|
}).every((flag)=>flag)
|
|
9557
9557
|
].every((flag)=>flag);
|
|
9558
9558
|
const _vo50 = (input, _path, _exceptionable = true)=>[
|
|
9559
|
-
"string" == typeof input["__@toStringTag@
|
|
9560
|
-
path: _path + "[\"__@toStringTag@
|
|
9559
|
+
"string" == typeof input["__@toStringTag@6655"] || _report(_exceptionable, {
|
|
9560
|
+
path: _path + "[\"__@toStringTag@6655\"]",
|
|
9561
9561
|
expected: "string",
|
|
9562
|
-
value: input["__@toStringTag@
|
|
9562
|
+
value: input["__@toStringTag@6655"]
|
|
9563
9563
|
}),
|
|
9564
9564
|
1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
|
|
9565
9565
|
if ([
|
|
9566
|
-
"__@toStringTag@
|
|
9566
|
+
"__@toStringTag@6655"
|
|
9567
9567
|
].some((prop)=>key === prop)) return true;
|
|
9568
9568
|
const value = input[key];
|
|
9569
9569
|
if (void 0 === value) return true;
|
|
@@ -17922,10 +17922,10 @@ export const __webpack_modules__ = {
|
|
|
17922
17922
|
expected: "number",
|
|
17923
17923
|
value: input.length
|
|
17924
17924
|
}),
|
|
17925
|
-
"Uint8Array" === input["__@toStringTag@
|
|
17926
|
-
path: _path + "[\"__@toStringTag@
|
|
17925
|
+
"Uint8Array" === input["__@toStringTag@6655"] || _report(_exceptionable, {
|
|
17926
|
+
path: _path + "[\"__@toStringTag@6655\"]",
|
|
17927
17927
|
expected: "\"Uint8Array\"",
|
|
17928
|
-
value: input["__@toStringTag@
|
|
17928
|
+
value: input["__@toStringTag@6655"]
|
|
17929
17929
|
}),
|
|
17930
17930
|
false === _exceptionable || Object.keys(input).map((key)=>{
|
|
17931
17931
|
if ([
|
|
@@ -17934,7 +17934,7 @@ export const __webpack_modules__ = {
|
|
|
17934
17934
|
"byteLength",
|
|
17935
17935
|
"byteOffset",
|
|
17936
17936
|
"length",
|
|
17937
|
-
"__@toStringTag@
|
|
17937
|
+
"__@toStringTag@6655"
|
|
17938
17938
|
].some((prop)=>key === prop)) return true;
|
|
17939
17939
|
const value = input[key];
|
|
17940
17940
|
if (void 0 === value) return true;
|
|
@@ -34771,14 +34771,14 @@ export const __webpack_modules__ = {
|
|
|
34771
34771
|
}).every((flag)=>flag)
|
|
34772
34772
|
].every((flag)=>flag);
|
|
34773
34773
|
const _vo409 = (input, _path, _exceptionable = true)=>[
|
|
34774
|
-
"string" == typeof input["__@toStringTag@
|
|
34775
|
-
path: _path + "[\"__@toStringTag@
|
|
34774
|
+
"string" == typeof input["__@toStringTag@6655"] || _report(_exceptionable, {
|
|
34775
|
+
path: _path + "[\"__@toStringTag@6655\"]",
|
|
34776
34776
|
expected: "string",
|
|
34777
|
-
value: input["__@toStringTag@
|
|
34777
|
+
value: input["__@toStringTag@6655"]
|
|
34778
34778
|
}),
|
|
34779
34779
|
1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
|
|
34780
34780
|
if ([
|
|
34781
|
-
"__@toStringTag@
|
|
34781
|
+
"__@toStringTag@6655"
|
|
34782
34782
|
].some((prop)=>key === prop)) return true;
|
|
34783
34783
|
const value = input[key];
|
|
34784
34784
|
if (void 0 === value) return true;
|
|
@@ -37534,7 +37534,7 @@ export const __webpack_modules__ = {
|
|
|
37534
37534
|
});
|
|
37535
37535
|
})();
|
|
37536
37536
|
const _vu3 = (input, _path, _exceptionable = true)=>(()=>{
|
|
37537
|
-
if (void 0 !== input["__@toStringTag@
|
|
37537
|
+
if (void 0 !== input["__@toStringTag@6655"]) return _vo155(input, _path, _exceptionable);
|
|
37538
37538
|
if (void 0 !== input.pem) return _vo156(input, _path, _exceptionable);
|
|
37539
37539
|
return _report(_exceptionable, {
|
|
37540
37540
|
path: _path,
|
|
@@ -37543,7 +37543,7 @@ export const __webpack_modules__ = {
|
|
|
37543
37543
|
});
|
|
37544
37544
|
})();
|
|
37545
37545
|
const _vu4 = (input, _path, _exceptionable = true)=>(()=>{
|
|
37546
|
-
if (void 0 !== input["__@toStringTag@
|
|
37546
|
+
if (void 0 !== input["__@toStringTag@6655"]) return _vo155(input, _path, _exceptionable);
|
|
37547
37547
|
if (void 0 !== input.buf) return _vo157(input, _path, _exceptionable);
|
|
37548
37548
|
return _report(_exceptionable, {
|
|
37549
37549
|
path: _path,
|
|
@@ -37553,7 +37553,7 @@ export const __webpack_modules__ = {
|
|
|
37553
37553
|
})();
|
|
37554
37554
|
const _vu5 = (input, _path, _exceptionable = true)=>(()=>{
|
|
37555
37555
|
if (void 0 !== input.name) return _vo408(input, _path, _exceptionable);
|
|
37556
|
-
if (void 0 !== input["__@toStringTag@
|
|
37556
|
+
if (void 0 !== input["__@toStringTag@6655"]) return _vo409(input, _path, _exceptionable);
|
|
37557
37557
|
return _report(_exceptionable, {
|
|
37558
37558
|
path: _path,
|
|
37559
37559
|
expected: "(LooseRsbuildPlugin | RsbuildPlugins | LooseRsbuildPlugin | Falsy)",
|
package/dist/src_version_ts.js
CHANGED
|
@@ -10,7 +10,7 @@ export const __webpack_modules__ = {
|
|
|
10
10
|
});
|
|
11
11
|
var core_ = __webpack_require__("@rsbuild/core");
|
|
12
12
|
var package_namespaceObject = {
|
|
13
|
-
i8: "0.9.
|
|
13
|
+
i8: "0.9.9"
|
|
14
14
|
};
|
|
15
15
|
const version = package_namespaceObject.i8;
|
|
16
16
|
const rspackVersion = core_.rspack.rspackVersion;
|