@ikas/app-helpers
Advanced tools
Comparing version 0.0.1-canary.1 to 1.0.0
{ | ||
"name": "@ikas/app-helpers", | ||
"version": "0.0.1-canary.1", | ||
"version": "1.0.0", | ||
"description": "ikas store app helpers", | ||
@@ -25,9 +25,7 @@ "main": "dist/index.js", | ||
"version:patch": "yarn build && npm --no-git-tag-version version patch && git add .", | ||
"version:canary": "yarn build && npm --no-git-tag-version version prerelease --preid=canary && git add .", | ||
"publish:patch": "yarn version:patch && npm publish --access public --tag latest", | ||
"publish:canary": "yarn version:canary && npm publish --access restricted --tag canary" | ||
"version:canary": "yarn build && npm --no-git-tag-version version prerelease --preid=canary && git add ." | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "git-branch-is main && yarn version:patch || (git-branch-is development && yarn version:canary)" | ||
"pre-commit": "git-branch-is development && yarn version:canary || true" | ||
} | ||
@@ -34,0 +32,0 @@ }, |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
1
12228
15
1