@shiplens/cli 1.4.0 → 1.4.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.
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shiplens/cli",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Shiplens CLI — Web 用户行为数据统计与 AI Agent 智能分析引擎",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"bin": {
|
|
7
|
-
"
|
|
8
|
-
"shiplens": "./bin/shiplens.js"
|
|
7
|
+
"cli": "./bin/shiplens.js",
|
|
8
|
+
"shiplens": "./bin/shiplens.js",
|
|
9
|
+
"shiplens-cli": "./bin/shiplens.js"
|
|
9
10
|
},
|
|
10
11
|
"keywords": [
|
|
11
12
|
"shiplens",
|