@britannica/cam-utils
Advanced tools
Comparing version 0.0.5 to 1.0.0
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ import Cookies from 'js-cookie'; |
@@ -0,0 +0,0 @@ (function (global, factory) { |
{ | ||
"name": "@britannica/cam-utils", | ||
"version": "0.0.5", | ||
"version": "1.0.0", | ||
"description": "Consumer Account Management (CAM) auth configuration and utilities", | ||
@@ -13,5 +13,6 @@ "repository": "git://github.com/britannica/cam-utils.git", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "rollup -c", | ||
"build": "rimraf dist && rollup -c", | ||
"dev": "rollup -c -w", | ||
"prepublishOnly": "npm run build", | ||
"prepare-release": "standard-version && prettier --write CHANGELOG.md", | ||
"prepublishOnly": "git pull --rebase && npm run build", | ||
"postpublish": "git push --follow-tags" | ||
@@ -26,6 +27,29 @@ }, | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@rollup/plugin-commonjs": "^11.0.2", | ||
"@rollup/plugin-node-resolve": "^7.1.1", | ||
"rollup": "^2.0.2" | ||
"husky": "^4.2.3", | ||
"prettier": "^1.19.1", | ||
"pretty-quick": "^2.0.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.0.2", | ||
"standard-version": "^7.1.0" | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"standard-version": { | ||
"skip": { | ||
"commit": true | ||
} | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS", | ||
"pre-commit": "pretty-quick --staged" | ||
} | ||
} | ||
} |
# @britannica/cam-auth | ||
> Consumer Account Management (CAM) auth configuration and utilities |
@@ -0,0 +0,0 @@ import resolve from '@rollup/plugin-node-resolve'; |
@@ -0,0 +0,0 @@ import Cookies from 'js-cookie'; |
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
15404
9
2
0
10