@lerna-lite/core 3.3.0 → 3.3.1

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.
@@ -106,6 +106,7 @@ export interface LernaConfig {
106
106
  version?: VersionCommandOption;
107
107
  run?: RunCommandOption;
108
108
  };
109
+ describeTag?: string;
109
110
  packages?: string[];
110
111
  loglevel?: 'silent' | 'error' | 'warn' | 'notice' | 'http' | 'timing' | 'info' | 'verbose' | 'silly';
111
112
  npmClient?: 'npm' | 'pnpm' | 'yarn';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lerna-lite/core",
3
3
  "description": "Lerna-Lite core implementation module",
4
- "version": "3.3.0",
4
+ "version": "3.3.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -45,8 +45,8 @@
45
45
  "execa": "^8.0.1",
46
46
  "fs-extra": "^11.2.0",
47
47
  "glob-parent": "^6.0.2",
48
- "globby": "^14.0.0",
49
- "inquirer": "^9.2.14",
48
+ "globby": "^14.0.1",
49
+ "inquirer": "^9.2.15",
50
50
  "is-ci": "^3.0.1",
51
51
  "json5": "^2.2.3",
52
52
  "load-json-file": "^7.0.1",
@@ -67,5 +67,5 @@
67
67
  "type": "ko_fi",
68
68
  "url": "https://ko-fi.com/ghiscoding"
69
69
  },
70
- "gitHead": "1007d517ce9cd4338c4e59214a149b689bbf5ffa"
70
+ "gitHead": "5b3b2fde2f83b221e8374ad47c58cdf3dc69bdef"
71
71
  }