@tapd/tapd-node-sdk 1.31.0-beta.3 → 1.31.0-beta.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -96,4 +96,4 @@ const api = new SDK({
96
96
  提issue可能看不到,找tapd客服解决反馈。
97
97
 
98
98
  ## Contributions
99
- 欢迎参与SDK共建!开发&共建流程,请参照 [contributing.md](../CONTRIBUTING.md)。
99
+ 欢迎参与SDK共建!开发&共建流程,请参照 [contributing.md](https://git.woa.com/tapd-plugin-core/tplugin-sdk/blob/dev/CONTRIBUTING.md)。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tapd/tapd-node-sdk",
3
- "version": "1.31.0-beta.3",
3
+ "version": "1.31.0-beta.4",
4
4
  "description": "node sdk for open tapd ",
5
5
  "main": "src/index.js",
6
6
  "scripts": {