x25 5.1.0 → 5.1.1

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.
@@ -15,7 +15,8 @@ var up = 3;
15
15
 
16
16
  var
17
17
  // in LEI 16.01.2019
18
- pricePerMonth = exports.pricePerMonth = 10.99,
18
+ // in LEI 15.03.2022
19
+ pricePerMonth = exports.pricePerMonth = 14.99,
19
20
  getPrice = exports.getPrice = function getPrice(months) {
20
21
  return parseFloat(new _big2.default(months).times(new _big2.default(pricePerMonth)).round(0, up));
21
22
  };
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "version": "5.1.0",
2
+ "version": "5.1.1",
3
3
  "name": "x25",
4
4
  "description": "x25",
5
5
  "scripts": {
6
- "load": "npm run intern-pre && cd dist && npm publish --tag old",
6
+ "load": "npm run intern-pre && cd dist && npm publish --tag=old",
7
7
  "load-beta": "npm run intern-pre && cd dist && npm publish --tag beta",
8
8
  "check": "npm-check -u -i babel-jest -i jest -i history --specials=bin,eslint,babel,webpack",
9
9
  "eslint": "eslint --ext .jsx,.js src --fix",