zaions-react-tool-kit
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "zaions-react-tool-kit", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Zaions React Tool Kit, this is react projects tool kit created by Zaions Dev Team (https://zaions.com). We hope you will love this and all other packages we have developed for you, please do react out if you face any issue in packages we deliver. Once again have fun while working with these packages and let us know your feedback, it keeps us motivated. Have a great day :)", | ||
@@ -12,6 +12,7 @@ "main": "./dist/index.js", | ||
"scripts": { | ||
"dev": "npm run update:linked-packages && tsup --watch", | ||
"build": "npm run update:linked-packages && tsup", | ||
"test": "npm run update:linked-packages && vitest", | ||
"update:linked-packages": "yarn install --force && yarn link zaions-tool-kit && tsup", | ||
"dev": "npm run unlink-packages && tsup --watch", | ||
"build": "npm run unlink-packages && tsup", | ||
"test": "npm run unlink-packages && vitest", | ||
"update:linked-packages": "yarn install --force && yarn link zaions-tool-kit", | ||
"unlink-packages": "yarn unlink zaions-tool-kit && yarn install --force", | ||
"push:code": "git add . && git commit -m 'logic updated, taking code backup' && git push -u o main", | ||
@@ -91,3 +92,4 @@ "deploy": "npm run build && npm publish" | ||
"typescript": "^5.5.4", | ||
"vitest": "^2.0.5" | ||
"vitest": "^2.0.5", | ||
"zaions-tool-kit": "*" | ||
}, | ||
@@ -94,0 +96,0 @@ "contributors": [ |
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
160941
0
19