intervals-fn
Advanced tools
Comparing version 2.7.0 to 2.8.0
{ | ||
"name": "intervals-fn", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "Manipulate intervals in a functional way", | ||
"main": "dist/index.bundle.js", | ||
"types": "dist/lib.d.ts", | ||
"main": "dist/lib.js", | ||
"module": "es/lib.js", | ||
"types": "es/lib.d.ts", | ||
"scripts": { | ||
@@ -11,5 +12,5 @@ "ava": "ava build/*.test.js", | ||
"test:codecov": "tslint -p ./ && tsc && nyc npm run ava", | ||
"build": "webpack", | ||
"build:ts": "tsc -p tsconfig.build.json", | ||
"build": "npm run build:ts && npm run build:ts -- -m es6 --outDir es", | ||
"doc": "npm run build && typedoc --out docs/ dist/", | ||
"prepublish": "npm run build", | ||
"semantic-release": "semantic-release", | ||
@@ -43,21 +44,17 @@ "watch:ts": "tsc -w", | ||
"dependencies": {}, | ||
"sideEffects": false, | ||
"devDependencies": { | ||
"@semantic-release/release-notes-generator": "^6.0.3", | ||
"@types/moment-range": "^3.0.4", | ||
"@types/ramda": "github:types/npm-ramda#dist", | ||
"ava": "^0.23.0", | ||
"ava": "^0.25.0", | ||
"concurrently": "^3.5.0", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"moment": "^2.19.2", | ||
"moment-range": "^3.0.3", | ||
"nyc": "^11.3.0", | ||
"prettier": "^1.8.2", | ||
"nyc": "^11.7.0", | ||
"prettier": "^1.12.1", | ||
"ramda": "^0.25.0", | ||
"semantic-release": "^11.0.2", | ||
"ts-loader": "^3.1.1", | ||
"tslint": "^5.8.0", | ||
"tslint-config-prettier": "^1.6.0", | ||
"typedoc": "^0.9.0", | ||
"typescript": "^2.6.1", | ||
"webpack": "^3.8.1" | ||
"tslint": "^5.9.1", | ||
"tslint-config-prettier": "^1.12.0", | ||
"typedoc": "^0.11.1", | ||
"typescript": "^2.8.3" | ||
}, | ||
@@ -64,0 +61,0 @@ "config": { |
@@ -25,2 +25,3 @@ # Intervals-fn | ||
* Merge | ||
* Split * | ||
### Tests ([Allen's interval relations](https://en.wikipedia.org/wiki/Allen%27s_interval_algebra)) | ||
@@ -42,3 +43,3 @@ * After | ||
{ from: number, start: number }; | ||
{ from: number, to: number }; | ||
@@ -50,6 +51,6 @@ [number, number]; | ||
Intervals-fn is distributed on the dev and latest channel: | ||
Intervals-fn is distributed on the latest channel: | ||
```bash | ||
$ npm install intervals-fn@dev --save | ||
$ npm install intervals-fn --save | ||
``` | ||
@@ -68,2 +69,2 @@ | ||
Contributions are welcome and appreciated. Feel free to start an issue or create a pull requests. | ||
This repo use [AngularJS's commit message convention](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines). You can use [cz-cli](https://github.com/commitizen/cz-cli) to format your commit. | ||
This repo use [AngularJS's commit message convention](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines). You can use [cz-cli](https://github.com/commitizen/cz-cli) to format your commit. |
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
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
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
13
67
6051
4
30
1