Comparing version 2.0.1 to 2.0.2
# Changelog | ||
## 2.0.2 - 2018-11-08 | ||
- Added support for TypeScript. | ||
## 2.0.1 - 2018-6-26 | ||
@@ -12,3 +15,3 @@ ### Fixed | ||
### Deprecated | ||
- Removing validations on SDK, all parameters will be sent as it is to all apis respectively | ||
- Removing validations on SDK, all parameters will be sent as it is to all apis respectively | ||
@@ -15,0 +18,0 @@ ## 1.7.0 - 2018-2-20 |
{ | ||
"name": "razorpay", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Official Node SDK for Razorpay API", | ||
"main": "dist/razorpay.js", | ||
"main": "dist/razorpay", | ||
"typings": "dist/razorpay", | ||
"scripts": { | ||
"prepublish": "npm test", | ||
"clean": "rm -rf dist && mkdir dist", | ||
"cp-ts": "cp lib/razorpay.d.ts dist/", | ||
"build:commonjs": "babel lib -d dist", | ||
"build": "npm run clean && npm run build:commonjs", | ||
"build": "npm run clean && npm run build:commonjs && npm run cp-ts", | ||
"debug": "npm run build && node-debug examples/index.js", | ||
@@ -12,0 +14,0 @@ "test": "npm run build && mocha --require babel-register" |
47747
20
1195