@tapd/tapd-node-sdk 1.65.0 → 1.66.0

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 (2) hide show
  1. package/README.oa.md +1 -1
  2. package/package.json +2 -2
package/README.oa.md CHANGED
@@ -24,7 +24,7 @@ https://o.tapd.woa.com/document/api-doc/API%E6%96%87%E6%A1%A3/%E5%BC%80%E6%94%BE
24
24
  https://o.tapd.woa.com/admin/{你的应用标识}/dashboard
25
25
  ![Alt](https://o.tapd.woa.com/document/img/tapd_20417300_1638862843_15.png)
26
26
 
27
-
27
+
28
28
  #### DEMO
29
29
  ```javascript
30
30
  const SDK = require('@tencent/tapd-node-sdk');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tapd/tapd-node-sdk",
3
- "version": "1.65.0",
3
+ "version": "1.66.0",
4
4
  "description": "node sdk for open tapd ",
5
5
  "main": "node-sdk/src/index.js",
6
6
  "scripts": {
@@ -44,5 +44,5 @@
44
44
  "directories": {
45
45
  "test": "test"
46
46
  },
47
- "gitHead": "1960a671f553b05f5c5d51ca3c0980aa09e4f944"
47
+ "gitHead": "c5b289c2b8c4e457de7a31d66d01173978a3dcfe"
48
48
  }