alipay-sdk
Advanced tools
Comparing version 3.4.0 to 3.5.0
# Changelog | ||
## [3.5.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v3.4.0...v3.5.0) (2023-08-19) | ||
### Features | ||
* 支持直接 require sdk ([#110](https://github.com/alipay/alipay-sdk-nodejs-all/issues/110)) ([b7acb4b](https://github.com/alipay/alipay-sdk-nodejs-all/commit/b7acb4bd3e5f0d73d0b3aa4936a3833d23f86f0c)) | ||
## [3.4.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v3.3.1...v3.4.0) (2023-05-16) | ||
@@ -4,0 +11,0 @@ |
@@ -437,3 +437,6 @@ "use strict"; | ||
} | ||
// support require on cjs: `const AlipaySdk = require('alipay-sdk')` | ||
exports = module.exports = AlipaySdk; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
exports.default = AlipaySdk; | ||
//# sourceMappingURL=alipay.js.map |
{ | ||
"name": "alipay-sdk", | ||
"version": "3.4.0", | ||
"description": "蚂蚁金服开放平台 node sdk", | ||
"version": "3.5.0", | ||
"description": "支付宝开放平台 Node.js SDK", | ||
"main": "lib/alipay.js", | ||
@@ -10,2 +10,3 @@ "scripts": { | ||
"tsc:watch": "tsc -w", | ||
"clean": "tsc -b --clean", | ||
"dev": "tsc -w", | ||
@@ -15,3 +16,3 @@ "lint": "eslint .", | ||
"ci": "npm run tsc && nyc mocha -t 6000", | ||
"prepublishOnly": "npm run tsc && npm run test" | ||
"prepublishOnly": "npm run clean && npm run tsc" | ||
}, | ||
@@ -18,0 +19,0 @@ "author": "dersoncheng", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79208
895