linkque-cli-v2 1.0.2-beta.0 → 1.0.2-beta.2

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.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
  3. package/worker.js +179805 -176801
package/README.md CHANGED
@@ -10,3 +10,5 @@ linkquejs --version --json
10
10
  也可以不安装,直接执行 `node linkquejs.js <command>`。
11
11
 
12
12
  `agentbuild` 依赖额外构建资产,不属于该公网调试包的支持范围。
13
+
14
+ > 警告:该测试包允许 Home Data 缺少可信用户 ID,仅用于临时联调,禁止用于正式环境。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linkque-cli-v2",
3
- "version": "1.0.2-beta.0",
3
+ "version": "1.0.2-beta.2",
4
4
  "description": "Portable Linkque CLI for public sandbox debugging",
5
5
  "bin": {
6
6
  "linkquejs": "linkquejs.js"