siluzan-seo-cli 0.1.1-beta.4 → 1.1.30

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/index.js CHANGED
@@ -5383,7 +5383,7 @@ import * as path8 from "path";
5383
5383
  import { spawnSync } from "child_process";
5384
5384
 
5385
5385
  // src/config/defaults.ts
5386
- var BUILD_ENV = "test";
5386
+ var BUILD_ENV = "production";
5387
5387
 
5388
5388
  // src/utils/version.ts
5389
5389
  var PKG_NAME = "siluzan-seo-cli";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "slug": "siluzan-seo",
3
- "version": "0.1.1-beta.4",
4
- "publishedAt": 1782273060771,
3
+ "version": "1.1.30",
4
+ "publishedAt": 1782712919519,
5
5
  "homepage": "https://www.siluzan.com",
6
6
  "source": "https://dev.azure.com/jack4it/Sammamish/_git/siluzan-skill",
7
7
  "requiredBinaries": [
@@ -22,7 +22,7 @@
22
22
  ## 手动安装
23
23
 
24
24
  ```bash
25
- npm install -g siluzan-seo-cli@beta
25
+ npm install -g siluzan-seo-cli
26
26
  siluzan-seo init # 写入当前项目 AI 助手 skill 目录
27
27
  siluzan-seo init --global # 写入各平台全局 skill 目录
28
28
  siluzan-seo update # 升级 CLI 并刷新已安装 skill 文件
@@ -9,11 +9,11 @@ $ErrorActionPreference = 'Stop'
9
9
  # -- Package info (injected at build time) ------------------------------------
10
10
  $PKG_NAME = 'siluzan-seo-cli'
11
11
  # PKG_VERSION 锁定到与本脚本同批构建产物一致的版本,避免与 dist/skill 错位
12
- $PKG_VERSION = '0.1.1-beta.4'
12
+ $PKG_VERSION = '1.1.30'
13
13
  $CLI_BIN = 'siluzan-seo'
14
14
  $SKILL_LABEL = 'Siluzan SEO'
15
- $INSTALL_CMD = 'npm install -g siluzan-seo-cli@beta'
16
- $WEB_BASE = 'https://www-ci.siluzan.com'
15
+ $INSTALL_CMD = 'npm install -g siluzan-seo-cli'
16
+ $WEB_BASE = 'https://www.siluzan.com'
17
17
 
18
18
  # -- Constants ----------------------------------------------------------------
19
19
  $NODE_MAJOR_MIN = 18
@@ -9,11 +9,11 @@ set -euo pipefail
9
9
  # -- Package info (injected at build time) ------------------------------------
10
10
  readonly PKG_NAME="siluzan-seo-cli"
11
11
  # PKG_VERSION 锁定到与本脚本同批构建产物一致的版本,避免与 dist/skill 错位
12
- readonly PKG_VERSION="0.1.1-beta.4"
12
+ readonly PKG_VERSION="1.1.30"
13
13
  readonly CLI_BIN="siluzan-seo"
14
14
  readonly SKILL_LABEL="Siluzan SEO"
15
- readonly INSTALL_CMD="npm install -g siluzan-seo-cli@beta"
16
- readonly WEB_BASE="https://www-ci.siluzan.com"
15
+ readonly INSTALL_CMD="npm install -g siluzan-seo-cli"
16
+ readonly WEB_BASE="https://www.siluzan.com"
17
17
 
18
18
  # -- Constants ----------------------------------------------------------------
19
19
  readonly NODE_MAJOR_MIN=18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siluzan-seo-cli",
3
- "version": "0.1.1-beta.4",
3
+ "version": "1.1.30",
4
4
  "description": "Siluzan SEO 网页结构化 JSON Skill CLI — 引流页 / Blog / 外链 schema 生成(配合 siluzan-cso RAG)。",
5
5
  "keywords": [
6
6
  "ai-skill",