@xyd-js/content 0.0.0-build-eb01699-20250820104451 → 0.0.0-build-98ffa49-20250820144609
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 +7 -7
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/md.js +8 -8
- package/dist/md.js.map +1 -1
- package/dist/vite.js +8 -8
- package/dist/vite.js.map +1 -1
- package/package.json +7 -7
package/dist/vite.js
CHANGED
|
@@ -478,7 +478,7 @@ var require_react_production = __commonJS({
|
|
|
478
478
|
var require_react_development = __commonJS({
|
|
479
479
|
"../../node_modules/.pnpm/react@19.1.1/node_modules/react/cjs/react.development.js"(exports, module) {
|
|
480
480
|
"use strict";
|
|
481
|
-
"production" !== process.env.NODE_ENV && function() {
|
|
481
|
+
"production" !== process.env.NODE_ENV && (function() {
|
|
482
482
|
function defineDeprecationWarning(methodName, info) {
|
|
483
483
|
Object.defineProperty(Component.prototype, methodName, {
|
|
484
484
|
get: function() {
|
|
@@ -1413,7 +1413,7 @@ var require_react_development = __commonJS({
|
|
|
1413
1413
|
};
|
|
1414
1414
|
exports.version = "19.1.1";
|
|
1415
1415
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
1416
|
-
}();
|
|
1416
|
+
})();
|
|
1417
1417
|
}
|
|
1418
1418
|
});
|
|
1419
1419
|
|
|
@@ -12136,12 +12136,12 @@ var skipWhiteSpace = /(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g;
|
|
|
12136
12136
|
var ref = Object.prototype;
|
|
12137
12137
|
var hasOwnProperty2 = ref.hasOwnProperty;
|
|
12138
12138
|
var toString2 = ref.toString;
|
|
12139
|
-
var hasOwn = Object.hasOwn || function(obj, propName) {
|
|
12139
|
+
var hasOwn = Object.hasOwn || (function(obj, propName) {
|
|
12140
12140
|
return hasOwnProperty2.call(obj, propName);
|
|
12141
|
-
};
|
|
12142
|
-
var isArray = Array.isArray || function(obj) {
|
|
12141
|
+
});
|
|
12142
|
+
var isArray = Array.isArray || (function(obj) {
|
|
12143
12143
|
return toString2.call(obj) === "[object Array]";
|
|
12144
|
-
};
|
|
12144
|
+
});
|
|
12145
12145
|
var regexpCache = /* @__PURE__ */ Object.create(null);
|
|
12146
12146
|
function wordsRegexp(words) {
|
|
12147
12147
|
return regexpCache[words] || (regexpCache[words] = new RegExp("^(?:" + words.replace(/ /g, "|") + ")$"));
|
|
@@ -19430,7 +19430,7 @@ var convert = (
|
|
|
19430
19430
|
* @param {Test} [test]
|
|
19431
19431
|
* @returns {Check}
|
|
19432
19432
|
*/
|
|
19433
|
-
function(test) {
|
|
19433
|
+
(function(test) {
|
|
19434
19434
|
if (test === null || test === void 0) {
|
|
19435
19435
|
return ok2;
|
|
19436
19436
|
}
|
|
@@ -19444,7 +19444,7 @@ var convert = (
|
|
|
19444
19444
|
return typeFactory(test);
|
|
19445
19445
|
}
|
|
19446
19446
|
throw new Error("Expected function, string, or object as test");
|
|
19447
|
-
}
|
|
19447
|
+
})
|
|
19448
19448
|
);
|
|
19449
19449
|
function anyFactory(tests) {
|
|
19450
19450
|
const checks = [];
|