tencentads-cli 1.1.3 → 1.1.4

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 (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentads-cli",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "通用腾讯广告 API CLI 工具 — 封装鉴权与 API 调用",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -31,12 +31,12 @@
31
31
  "README.md"
32
32
  ],
33
33
  "optionalDependencies": {
34
- "tencentads-darwin-x64": "1.1.3",
35
- "tencentads-darwin-arm64": "1.1.3",
36
- "tencentads-linux-x64": "1.1.3",
37
- "tencentads-linux-arm64": "1.1.3",
38
- "tencentads-windows-amd64": "1.1.3",
39
- "tencentads-windows-arm64": "1.1.3"
34
+ "tencentads-darwin-x64": "1.1.4",
35
+ "tencentads-darwin-arm64": "1.1.4",
36
+ "tencentads-linux-x64": "1.1.4",
37
+ "tencentads-linux-arm64": "1.1.4",
38
+ "tencentads-windows-amd64": "1.1.4",
39
+ "tencentads-windows-arm64": "1.1.4"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "tsc",
@@ -45,10 +45,10 @@
45
45
  "clean": "rm -rf dist",
46
46
  "dev": "tsc --watch",
47
47
  "prepublishOnly": "npm run clean && npm run build:obfuscate",
48
- "publish:npm": "bash ../scripts/publish-cli-go.sh --version 1.1.1 --registry https://registry.npmjs.org",
49
- "publish:beta": "bash ../scripts/publish-cli-go.sh --version 1.1.1 --tag beta --registry https://registry.npmjs.org",
50
- "publish:npm:token": "bash ../scripts/publish-cli-go.sh --version 1.1.1 --token $NPM_TOKEN --registry https://registry.npmjs.org",
51
- "publish:beta:token": "bash ../scripts/publish-cli-go.sh --version 1.1.1 --tag beta --token $NPM_TOKEN --registry https://registry.npmjs.org"
48
+ "publish:npm": "bash ../scripts/publish-cli-go.sh --version 1.1.4 --registry https://registry.npmjs.org",
49
+ "publish:beta": "bash ../scripts/publish-cli-go.sh --version 1.1.4 --tag beta --registry https://registry.npmjs.org",
50
+ "publish:npm:token": "bash ../scripts/publish-cli-go.sh --version 1.1.4 --token $NPM_TOKEN --registry https://registry.npmjs.org",
51
+ "publish:beta:token": "bash ../scripts/publish-cli-go.sh --version 1.1.4 --tag beta --token $NPM_TOKEN --registry https://registry.npmjs.org"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/node": "^20.11.0",