@zwa73/dev-utils 1.0.35 → 1.0.36
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/package.json +1 -1
- package/scripts/postinstall.js +2 -1
package/package.json
CHANGED
package/scripts/postinstall.js
CHANGED
@@ -6,7 +6,8 @@ const PACKAGE_PATH = path.join(__dirname,'..','package.json');
|
|
6
6
|
const VERSION_PATH = path.join(__dirname,"..","..","version.json");
|
7
7
|
//提示表
|
8
8
|
const INFO_TABLE = {
|
9
|
-
"1.0.33":"zcli Build-Macro Build-Schema 更名为 Expand-Macro Gen-Schema"
|
9
|
+
"1.0.33":"zcli Build-Macro Build-Schema 更名为 Expand-Macro Gen-Schema",
|
10
|
+
"1.0.36":"$macro 更名为 regionMacro"
|
10
11
|
}
|
11
12
|
|
12
13
|
// 将版本号转换为可以比较的数字
|