bf-lib-browser
Advanced tools
Comparing version 1.7.0 to 1.7.2
{ | ||
"name": "bf-lib-browser", | ||
"version": "1.7.0", | ||
"version": "1.7.2", | ||
"private": false, | ||
"description": "the standard library browser based clients using block-5 services", | ||
"scripts": { | ||
"build": "tsc -p tsconfig.build.json && cp -rf LICENSE README.md package.json lib/", | ||
"build": "tsc -p tsconfig.build.json", | ||
"build:clean": "npm run clean && npm run build", | ||
"check": "tsc -p tsconfig.check.json -noEmit", | ||
"clean": "rimraf index.js index.d.ts core.js core.d.ts auth cache common provider", | ||
"commit": "git-cz", | ||
"check": "tsc -p tsconfig.check.json -noEmit", | ||
"format": "prettier --write \"src/**/*.{ts,js,json}\"", | ||
"lint": "tslint -p tsconfig.json -c tslint.json", | ||
"postversion": "git push && git push --tags", | ||
"prepare": "husky install && npm test && npm run lint && npm run build:clean", | ||
"preversion": "npm run lint", | ||
@@ -17,5 +20,6 @@ "test": "jest", | ||
"version": "npm run format && git add -A src", | ||
"patchpub": "npm version patch && npm run pub", | ||
"minorpub": "npm version minor && npm run pub", | ||
"pub": "npm test && npm run lint && npm run build && cd lib && rm -f tsconfig.build.tsbuildinfo && npm publish" | ||
"patchpub": "npm version patch && npm publish", | ||
"minorpub": "npm version minor && npm publish", | ||
"majorpub": "npm version major && npm publish", | ||
"postpublish": "npm run clean" | ||
}, | ||
@@ -26,2 +30,12 @@ "repository": { | ||
}, | ||
"files": [ | ||
"auth", | ||
"cache", | ||
"common", | ||
"provider", | ||
"core.d.ts", | ||
"core.js", | ||
"index.d.ts", | ||
"index.js" | ||
], | ||
"keywords": [ | ||
@@ -44,9 +58,2 @@ "bf-lib", | ||
"homepage": "https://github.com/CouleeTech/bf-lib-browser#readme", | ||
"husky": { | ||
"hooks": { | ||
"pre-push": "npm run check && npm run lint", | ||
"pre-commit": "npm run lint", | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
}, | ||
"config": { | ||
@@ -72,20 +79,20 @@ "commitizen": { | ||
"dependencies": { | ||
"bf-lib": "^3.3.0" | ||
"bf-lib": "^3.5.0" | ||
}, | ||
"peerDependencies": { | ||
"bf-types": "^4.19.2", | ||
"react": "^16.13.0" | ||
"react": "^16.14.0 || ^17.0.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@commitlint/cli": "^12.0.1", | ||
"@commitlint/config-conventional": "^12.0.1", | ||
"@types/jest": "^26.0.16", | ||
"@types/node": "^14.14.10", | ||
"@types/react": "^16.9.56", | ||
"@types/react": "^16.14.5", | ||
"bf-types": "^4.19.2", | ||
"commitizen": "^4.2.2", | ||
"husky": "^4.3.5", | ||
"husky": "^5.1.3", | ||
"jest": "^26.6.3", | ||
"prettier": "^2.2.1", | ||
"react": "^16.13.1", | ||
"react": "^16.14.0", | ||
"ts-jest": "^26.4.4", | ||
@@ -92,0 +99,0 @@ "tslint": "^6.1.3", |
21687
23
452
+ Addedreact@17.0.2(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
Updatedbf-lib@^3.5.0