@blocklet/component-studio-cli 0.4.139 → 0.4.140
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/dist/commands/add.js +1 -1
- package/package.json +2 -2
package/dist/commands/add.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import chalk from 'chalk';
|
|
2
2
|
import { Command } from 'commander';
|
|
3
3
|
import inquirer from 'inquirer';
|
|
4
|
-
import { camelCase, upperFirst } from 'lodash';
|
|
4
|
+
import { camelCase, upperFirst } from 'lodash-es';
|
|
5
5
|
import { existsSync, mkdirSync, readdirSync } from 'node:fs';
|
|
6
6
|
import { join, relative } from 'node:path';
|
|
7
7
|
import ora from 'ora';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/component-studio-cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.140",
|
|
4
4
|
"description": "CLI for Component Studio",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"pretty-error": "^4.0.0",
|
|
42
42
|
"tar": "^7.4.3",
|
|
43
43
|
"node-fetch": "^2.7.0",
|
|
44
|
-
"lodash": "^4.17.21"
|
|
44
|
+
"lodash-es": "^4.17.21"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/glob": "^8.1.0",
|