@xyd-js/content 0.0.0-build-0016109-20250820105436 → 0.0.0-build-31e77be-20250820145657
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/md.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
|
|
|
@@ -12172,12 +12172,12 @@ var skipWhiteSpace = /(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g;
|
|
|
12172
12172
|
var ref = Object.prototype;
|
|
12173
12173
|
var hasOwnProperty2 = ref.hasOwnProperty;
|
|
12174
12174
|
var toString2 = ref.toString;
|
|
12175
|
-
var hasOwn = Object.hasOwn || function(obj, propName) {
|
|
12175
|
+
var hasOwn = Object.hasOwn || (function(obj, propName) {
|
|
12176
12176
|
return hasOwnProperty2.call(obj, propName);
|
|
12177
|
-
};
|
|
12178
|
-
var isArray = Array.isArray || function(obj) {
|
|
12177
|
+
});
|
|
12178
|
+
var isArray = Array.isArray || (function(obj) {
|
|
12179
12179
|
return toString2.call(obj) === "[object Array]";
|
|
12180
|
-
};
|
|
12180
|
+
});
|
|
12181
12181
|
var regexpCache = /* @__PURE__ */ Object.create(null);
|
|
12182
12182
|
function wordsRegexp(words) {
|
|
12183
12183
|
return regexpCache[words] || (regexpCache[words] = new RegExp("^(?:" + words.replace(/ /g, "|") + ")$"));
|
|
@@ -19466,7 +19466,7 @@ var convert = (
|
|
|
19466
19466
|
* @param {Test} [test]
|
|
19467
19467
|
* @returns {Check}
|
|
19468
19468
|
*/
|
|
19469
|
-
function(test) {
|
|
19469
|
+
(function(test) {
|
|
19470
19470
|
if (test === null || test === void 0) {
|
|
19471
19471
|
return ok2;
|
|
19472
19472
|
}
|
|
@@ -19480,7 +19480,7 @@ var convert = (
|
|
|
19480
19480
|
return typeFactory(test);
|
|
19481
19481
|
}
|
|
19482
19482
|
throw new Error("Expected function, string, or object as test");
|
|
19483
|
-
}
|
|
19483
|
+
})
|
|
19484
19484
|
);
|
|
19485
19485
|
function anyFactory(tests) {
|
|
19486
19486
|
const checks2 = [];
|