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 = "
|
|
5386
|
+
var BUILD_ENV = "production";
|
|
5387
5387
|
|
|
5388
5388
|
// src/utils/version.ts
|
|
5389
5389
|
var PKG_NAME = "siluzan-seo-cli";
|
package/dist/skill/_meta.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"slug": "siluzan-seo",
|
|
3
|
-
"version": "
|
|
4
|
-
"publishedAt":
|
|
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": [
|
|
@@ -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 = '
|
|
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
|
|
16
|
-
$WEB_BASE = 'https://www
|
|
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="
|
|
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
|
|
16
|
-
readonly WEB_BASE="https://www
|
|
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
|