@cx-cli/utils
Advanced tools
@@ -26,3 +26,3 @@ var __defProp = Object.defineProperty; | ||
| function utils() { | ||
| console.log("utils 3.0"); | ||
| console.log("utils 4.0"); | ||
| } | ||
@@ -29,0 +29,0 @@ // Annotate the CommonJS export names for ESM import in node: |
+1
-1
| { | ||
| "name": "@cx-cli/utils", | ||
| "version": "3.0.0", | ||
| "version": "4.0.0", | ||
| "description": "> TODO: description", | ||
@@ -5,0 +5,0 @@ "author": "OF3674 <597219320@qq.com>", |
+1
-1
| export function utils() { | ||
| console.log("utils 3.0"); | ||
| console.log("utils 4.0"); | ||
| } | ||
@@ -4,0 +4,0 @@ |