rets-client
Advanced tools
Comparing version 5.0.3 to 5.1.0
{ | ||
"name": "rets-client", | ||
"version": "5.0.3", | ||
"version": "5.1.0", | ||
"description": "A RETS client (Real Estate Transaction Standard).", | ||
"main": "index.js", | ||
"typings": "dts/index.ts", | ||
"dependencies": { | ||
@@ -20,10 +21,21 @@ "base64-stream": "^0.1.3", | ||
"devDependencies": { | ||
"coffee-script": "^1.8.0" | ||
"@types/chai": "^4.0.4", | ||
"@types/mocha": "^2.2.43", | ||
"@types/node": "^8.0.31", | ||
"chai": "^4.1.2", | ||
"coffee-script": "^1.8.0", | ||
"mocha": "^3.5.3", | ||
"source-map-support": "^0.4.18", | ||
"ts-node": "^3.3.0", | ||
"typescript": "^2.5.3" | ||
}, | ||
"files": [ | ||
"dist", | ||
"dts", | ||
"index.js" | ||
], | ||
"scripts": { | ||
"prepublish": "coffee --compile --output dist/ lib/", | ||
"pretest": "coffee --compile --output dist/ lib/ && tsc --noEmit", | ||
"test": "node_modules/mocha/bin/_mocha --compilers ts-node/register test/*.ts", | ||
"prepublish": "npm run test", | ||
"dev": "coffee --watch --output dist lib/" | ||
@@ -30,0 +42,0 @@ }, |
@@ -8,2 +8,5 @@ rets-client | ||
#### 5.1 | ||
Added TypeScript typings. | ||
#### 5.0 | ||
@@ -10,0 +13,0 @@ A significant amount of internal cleanup, resulting in more consistent code and API. There are some minor breaking |
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
116424
29
2520
396
9