gant-core 0.1.31 → 0.1.33
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/lib/cli/index.js +2 -1
- package/lib/cli/index.js.map +1 -1
- package/lib/index.d.ts +4 -3
- package/lib/index.js +5 -5
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/cli/index.js
CHANGED
|
@@ -5980,6 +5980,7 @@ const defaultConfig = {
|
|
|
5980
5980
|
agentSuggest: true,
|
|
5981
5981
|
//用户代理
|
|
5982
5982
|
delegate: true,
|
|
5983
|
+
tools: true,
|
|
5983
5984
|
userCardTypes: {},
|
|
5984
5985
|
},
|
|
5985
5986
|
fileConfig: {
|
|
@@ -48733,7 +48734,7 @@ const createCwdConfig = (cwd, name, vue) => {
|
|
|
48733
48734
|
};
|
|
48734
48735
|
|
|
48735
48736
|
var name = "gant-core";
|
|
48736
|
-
var version = "0.1.
|
|
48737
|
+
var version = "0.1.33";
|
|
48737
48738
|
var description = "";
|
|
48738
48739
|
var main = "lib/index.js";
|
|
48739
48740
|
var bin = {
|