Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,8 @@ | ||
## [2.0.1](https://github.com/lgaticaq/cha-price/compare/v2.0.0...v2.0.1) (2018-08-23) | ||
### Bug Fixes | ||
* **orionx:** fix HMAC ([3bfc9d9](https://github.com/lgaticaq/cha-price/commit/3bfc9d9)) | ||
## 2.0.0 (2018-05-01) | ||
@@ -64,2 +71,1 @@ | ||
* **src:** first commit ([b5d914bb](https://github.com/lgaticaq/cha-price/commit/b5d914bbf51a2925a9996f98eff7c357a62cc01e)) | ||
{ | ||
"name": "cha-price", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Get price of chaucha", | ||
@@ -18,3 +18,5 @@ "main": "src", | ||
"release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags && npm publish", | ||
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && npm publish" | ||
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && npm publish", | ||
"travis-deploy-once": "travis-deploy-once", | ||
"semantic-release": "semantic-release" | ||
}, | ||
@@ -41,11 +43,15 @@ "engines": { | ||
"devDependencies": { | ||
"@semantic-release/changelog": "3.0.0", | ||
"@semantic-release/git": "7.0.1", | ||
"@semantic-release/github": "5.0.2", | ||
"@semantic-release/npm": "5.0.2", | ||
"babel-core": "6.26.3", | ||
"babel-plugin-external-helpers": "6.22.0", | ||
"babel-preset-env": "1.6.1", | ||
"babel-preset-env": "1.7.0", | ||
"chai": "4.1.2", | ||
"eslint": "4.19.1", | ||
"eslint": "5.4.0", | ||
"eslint-config-standard": "11.0.0", | ||
"eslint-plugin-import": "2.11.0", | ||
"eslint-plugin-node": "6.0.1", | ||
"eslint-plugin-promise": "3.7.0", | ||
"eslint-plugin-import": "2.14.0", | ||
"eslint-plugin-node": "7.0.1", | ||
"eslint-plugin-promise": "4.0.0", | ||
"eslint-plugin-standard": "3.1.0", | ||
@@ -55,14 +61,16 @@ "generate-changelog": "1.7.1", | ||
"istanbul": "0.4.5", | ||
"lint-staged": "7.0.5", | ||
"mocha": "5.1.1", | ||
"nock": "9.2.5", | ||
"lint-staged": "7.2.2", | ||
"mocha": "5.2.0", | ||
"nock": "9.6.1", | ||
"prettier-standard": "8.0.1", | ||
"rollup": "0.58.2", | ||
"rollup-plugin-babel": "3.0.4", | ||
"rollup-plugin-commonjs": "9.1.3", | ||
"rollup-plugin-json": "2.3.0", | ||
"rollup": "0.64.1", | ||
"rollup-plugin-babel": "3.0.7", | ||
"rollup-plugin-commonjs": "9.1.5", | ||
"rollup-plugin-json": "3.0.0", | ||
"rollup-plugin-node-builtins": "2.1.2", | ||
"rollup-plugin-node-globals": "1.2.0", | ||
"rollup-plugin-node-globals": "1.2.1", | ||
"rollup-plugin-node-resolve": "3.3.0", | ||
"rollup-plugin-uglify": "3.0.0" | ||
"rollup-plugin-uglify": "4.0.0", | ||
"semantic-release": "15.9.9", | ||
"travis-deploy-once": "5.0.2" | ||
}, | ||
@@ -100,3 +108,22 @@ "eslintConfig": { | ||
] | ||
}, | ||
"release": { | ||
"verifyConditions": [ | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
"@semantic-release/git", | ||
"@semantic-release/github" | ||
], | ||
"prepare": [ | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
"@semantic-release/git" | ||
], | ||
"publish": [ | ||
"@semantic-release/npm", | ||
"@semantic-release/github" | ||
], | ||
"success": false, | ||
"fail": false | ||
} | ||
} |
import resolve from 'rollup-plugin-node-resolve' | ||
import commonjs from 'rollup-plugin-commonjs' | ||
import babel from 'rollup-plugin-babel' | ||
import uglify from 'rollup-plugin-uglify' | ||
import { uglify } from 'rollup-plugin-uglify' | ||
@@ -6,0 +6,0 @@ export default { |
@@ -26,3 +26,3 @@ 'use strict' | ||
'X-ORIONX-SIGNATURE': crypto | ||
.createHmac('sha256', secretKey) | ||
.createHmac('sha512', secretKey) | ||
.update(`${timestamp}${postData}`) | ||
@@ -29,0 +29,0 @@ .digest('hex') |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
91109
3
31
10
400