siluzan-seo-cli 0.1.1-beta.4 → 1.1.30-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.
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-beta.2",
|
|
4
|
+
"publishedAt": 1782286876180,
|
|
5
5
|
"homepage": "https://www.siluzan.com",
|
|
6
6
|
"source": "https://dev.azure.com/jack4it/Sammamish/_git/siluzan-skill",
|
|
7
7
|
"requiredBinaries": [
|
|
@@ -9,7 +9,7 @@ $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-beta.2'
|
|
13
13
|
$CLI_BIN = 'siluzan-seo'
|
|
14
14
|
$SKILL_LABEL = 'Siluzan SEO'
|
|
15
15
|
$INSTALL_CMD = 'npm install -g siluzan-seo-cli@beta'
|
|
@@ -9,7 +9,7 @@ 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-beta.2"
|
|
13
13
|
readonly CLI_BIN="siluzan-seo"
|
|
14
14
|
readonly SKILL_LABEL="Siluzan SEO"
|
|
15
15
|
readonly INSTALL_CMD="npm install -g siluzan-seo-cli@beta"
|