e22m4u 11 месяцев назад
Родитель
Сommit
44e434cbf4
2 измененных файлов с 9 добавлено и 9 удалено
  1. 3 3
      dist/cjs/index.cjs
  2. 6 6
      package.json

+ 3 - 3
dist/cjs/index.cjs

@@ -18,12 +18,12 @@ var __copyProps = (to, from, except, desc) => {
 var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
 
 // src/index.js
-var src_exports = {};
-__export(src_exports, {
+var index_exports = {};
+__export(index_exports, {
   Errorf: () => Errorf,
   format: () => format
 });
-module.exports = __toCommonJS(src_exports);
+module.exports = __toCommonJS(index_exports);
 
 // src/utils/is-class.js
 function isClass(value) {

+ 6 - 6
package.json

@@ -36,17 +36,17 @@
   "license": "MIT",
   "homepage": "https://github.com/e22m4u/js-format",
   "devDependencies": {
-    "@commitlint/cli": "~19.6.0",
+    "@commitlint/cli": "~19.6.1",
     "@commitlint/config-conventional": "~19.6.0",
-    "@eslint/js": "~9.16.0",
-    "c8": "~10.1.2",
+    "@eslint/js": "~9.17.0",
+    "c8": "~10.1.3",
     "chai": "~5.1.2",
-    "esbuild": "~0.24.0",
-    "eslint": "~9.16.0",
+    "esbuild": "~0.24.2",
+    "eslint": "~9.17.0",
     "eslint-config-prettier": "~9.1.0",
     "eslint-plugin-chai-expect": "~3.1.0",
     "eslint-plugin-mocha": "~10.5.0",
-    "globals": "~15.13.0",
+    "globals": "~15.14.0",
     "husky": "~9.1.7",
     "mocha": "~11.0.1",
     "prettier": "~3.4.2",