tencentads-darwin-x64 0.1.0 → 1.0.3-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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tencentads-darwin-x64",
3
- "version": "0.1.0",
4
- "description": "tencentads CLI darwin x64 binary",
3
+ "version": "1.0.3-beta.2",
4
+ "description": "tencentads CLI binary for darwin/x64",
5
5
  "license": "MIT",
6
6
  "os": [
7
7
  "darwin"
@@ -9,10 +9,10 @@
9
9
  "cpu": [
10
10
  "x64"
11
11
  ],
12
+ "bin": {
13
+ "tencentads": "./bin/tencentads_darwin_amd64"
14
+ },
12
15
  "files": [
13
- "tencentads"
14
- ],
15
- "engines": {
16
- "node": ">=14.0.0"
17
- }
16
+ "bin/"
17
+ ]
18
18
  }