rx-sandbox
Advanced tools
Comparing version 1.0.3 to 2.0.0-beta.1
@@ -0,1 +1,22 @@ | ||
<a name="2.0.0-beta.1"></a> | ||
# [2.0.0-beta.1](https://github.com/kwonoj/rx-sandbox/compare/v1.0.3...v2.0.0-beta.1) (2020-06-02) | ||
### build | ||
* **tsconfig:** update tsconfig ([748ea40](https://github.com/kwonoj/rx-sandbox/commit/748ea40)) | ||
### Features | ||
* **sandbox:** support 7.x ([d8220f8](https://github.com/kwonoj/rx-sandbox/commit/d8220f8)) | ||
### BREAKING CHANGES | ||
* **tsconfig:** require es2015 supported runtime | ||
* **sandb8x:** require rx >= 7.x | ||
<a name="1.0.3"></a> | ||
@@ -2,0 +23,0 @@ ## [1.0.3](https://github.com/kwonoj/rx-sandbox/compare/v1.0.2...v1.0.3) (2019-06-23) |
{ | ||
"name": "rx-sandbox", | ||
"version": "1.0.3", | ||
"version": "2.0.0-beta.1", | ||
"description": "Marble diagram DSL based test suite for RxJS 6", | ||
"main": "./dist/src/index.js", | ||
"types": "./dist/src/index.d.ts", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"engines": { | ||
@@ -11,7 +11,2 @@ "npm": ">=3.0.0", | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "cz-conventional-changelog" | ||
} | ||
}, | ||
"lint-staged": { | ||
@@ -25,9 +20,8 @@ "*.{ts,js}": [ | ||
"scripts": { | ||
"prepublishOnly": "npm run build", | ||
"prepublishOnly": "npm-run-all build:clean build", | ||
"test": "jest --config jest.json --coverage", | ||
"lint": "tslint -c tslint.json -p tsconfig.json \"src/**/*.ts\" \"spec/**/*.ts\"", | ||
"lint:staged": "lint-staged", | ||
"build": "npm-run-all build:clean && tsc", | ||
"build:clean": "shx rm -rf ./dist", | ||
"commit": "git-cz -S", | ||
"build": "tsc -b --verbose src/tsconfig.json spec/tsconfig.json", | ||
"build:clean": "shx rm -rf ./dist ./.tmp", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" | ||
@@ -58,31 +52,29 @@ }, | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.0.0", | ||
"@commitlint/config-angular": "^8.0.0", | ||
"@types/chai": "^4.1.7", | ||
"@types/jest": "^24.0.15", | ||
"@types/node": "^12.0.10", | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-angular": "^8.3.4", | ||
"@types/chai": "^4.2.11", | ||
"@types/jest": "^25.2.3", | ||
"@types/node": "^13.13.9", | ||
"chai": "^4.2.0", | ||
"commitizen": "^3.1.1", | ||
"conventional-changelog-cli": "^2.0.21", | ||
"cz-conventional-changelog": "2.1.0", | ||
"husky": "^2.4.1", | ||
"jest": "^24.8.0", | ||
"jest-spin-reporter": "^1.0.2", | ||
"lint-staged": "^8.2.1", | ||
"conventional-changelog-cli": "^2.0.34", | ||
"cz-conventional-changelog": "^3.2.0", | ||
"husky": "^3.1.0", | ||
"jest": "^26.0.1", | ||
"jest-spin-reporter": "^2.0.0", | ||
"lint-staged": "^9.5.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^1.18.2", | ||
"rxjs": "^6.5.2", | ||
"prettier": "^2.0.5", | ||
"rxjs": "^7.0.0-beta.0", | ||
"shx": "^0.3.2", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.18.0", | ||
"ts-jest": "^26.1.0", | ||
"tslint": "^6.1.2", | ||
"tslint-no-unused-expression-chai": "^0.1.4", | ||
"typescript": "^3.5.2" | ||
"typescript": "^3.9.3" | ||
}, | ||
"peerDependencies": { | ||
"rxjs": "6.x" | ||
"rxjs": "7.x" | ||
}, | ||
"dependencies": { | ||
"jest-matcher-utils": "^24.8.0", | ||
"jest-matchers": "^20.0.3", | ||
"tslib": "^1.10.0" | ||
"jest-matcher-utils": "^26.0.1", | ||
"jest-matchers": "^20.0.3" | ||
}, | ||
@@ -95,3 +87,12 @@ "husky": { | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"src", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"package.json", | ||
"README.md", | ||
"tsconfig.json" | ||
] | ||
} |
[![Build Status](https://circleci.com/gh/kwonoj/rx-sandbox/tree/master.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/kwonoj/rx-sandbox/tree/master) | ||
[![codecov](https://codecov.io/gh/kwonoj/rx-sandbox/branch/master/graph/badge.svg)](https://codecov.io/gh/kwonoj/rx-sandbox) | ||
[![npm](https://img.shields.io/npm/v/rx-sandbox.svg)](https://www.npmjs.com/package/rx-sandbox) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/kwonoj/rx-sandbox.svg)](https://greenkeeper.io/) | ||
@@ -22,3 +21,3 @@ # RxSandbox | ||
This has a peer dependencies of `rxjs@5.*.*`, which will have to be installed as well | ||
This has a peer dependencies of `rxjs@6.*.*`, which will have to be installed as well | ||
@@ -25,0 +24,0 @@ ```sh |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
149867
3
20
77
2156
1
298
1
+ Added@jest/types@26.6.2(transitive)
+ Added@types/istanbul-reports@3.0.4(transitive)
+ Added@types/node@22.10.2(transitive)
+ Added@types/yargs@15.0.19(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addeddiff-sequences@26.6.2(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedjest-diff@26.6.2(transitive)
+ Addedjest-get-type@26.3.0(transitive)
+ Addedjest-matcher-utils@26.6.2(transitive)
+ Addedpretty-format@26.6.2(transitive)
+ Addedreact-is@17.0.2(transitive)
+ Addedrxjs@7.8.1(transitive)
+ Addedsupports-color@7.2.0(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedundici-types@6.20.0(transitive)
- Removedtslib@^1.10.0
- Removed@jest/types@24.9.0(transitive)
- Removed@types/istanbul-reports@1.1.2(transitive)
- Removed@types/yargs@13.0.12(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removeddiff-sequences@24.9.0(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedjest-diff@24.9.0(transitive)
- Removedjest-get-type@24.9.0(transitive)
- Removedjest-matcher-utils@24.9.0(transitive)
- Removedpretty-format@24.9.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedrxjs@6.6.7(transitive)
- Removedsupports-color@5.5.0(transitive)
- Removedtslib@1.14.1(transitive)
Updatedjest-matcher-utils@^26.0.1